Part 4: In this stream, we start populating our application with data. We start by creating some simple business objects to store our data and bind our views to. Next...
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...
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 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...
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...
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 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...
In order to communicate with web services in Angular, it is best to use the HttpClient. The HttpClient has a number of benefits such as testability, strongly typed...
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...
When creating and using services in an Angular application, it is recommended to utilize dependency injection. Dependency injection is built into the Angular framework...