In this Twitch Stream, I talk about the new Hot Reload feature (currently in preview) that has been added to Xamarin.Forms. To test out Hot Reload, I am using the...
Playlist - Twitch Archives
In this video, we install Blazor and create our first Blazor application. Watch as I try to understand how Blazor startup works, create bindings, and add event handlers...
In this stream, I learned how to take advantage of dependency injection to create and inject services into my Blazor components.
In this Twitch stream, we learned how to implement data validation with DataAnnotations in Blazor. We also learned what a pain in the butt dealing with a date input and...
In this stream, we talked briefly about the validation bug we encountered last stream and how to fix it, we implement MVVM (Model-View-ViewModel) in our server side...
This is my very first stream in which I am multi-casting my stream to three different platforms (Twitch, Mixer, YouTube). This is an experiemntal stream, and I hope all...
In this stream, we look at how we can manage state in a Blazor application. There are two types of state storage in Blazor, session storage and local storage...
Part 1: In this stream, we start building a Microsoft Outlook application using Prism for WPF and Infragistics controls. We start out by creating a new Prism...
Part 2: In this stream, we add our PrismOutlook application to GitHub, we setup our initial navigation infrastructure, use the help of a CompositeCommand, we setup our...
Part 3: In this stream, we create a custom region behavior that allows us to inject ribbon tab items into the Infragistics xamRibbon control region depending on what...