Building MVVM JavaScript Apps for the C#/VB/XAML Developer using Knockout JS

In this video, Jason Beres – Senior VP of Developer Tools @ Infragistics – teaches developers how to implement the MVVM pattern in HTML5/JavaSvript using the Knockout JS library. Key topics covered include: A review of MVVM Fundamentals A walkthrough of simple WPF MVVM line-of-business application An introduction to the Knockout JS library A walkthrough…

Read More

Fluxor + C#9 – Redux Pattern in Blazor WebAssembly

Redux pattern is well-known in front end development to represent a view with complex logic with an immutable state, updated by a predictable pure function. In this lightning talk, Chris will discuss how to implement the redux pattern in a Blazor WebAssembly project using Fluxor with the latest .NET 5 and C# capabilities to implement…

Read More

Symmetric encryption, hashing & digital signatures + More – Cryptography 101 | Robert Boedigheimer

Learn the fundamentals of cryptography, including public/private and symmetric encryption, hashing, and digital signatures. Discover which techniques are appropriate for various situations. Review practical real life examples for storing passwords, protecting URL parameters, securely exchanging information with partners, and safely encrypting sensitive information on public web sites. Concepts apply to all platforms, examples will be…

Read More