In this stream, I integrate the Prism for Uno Project Template in Visual Studio. Specifically, we take the Prism for Uno project template we created in our last stream...
Our fellow developer Rahul Mathew has a problem. He has a WPF Prism application in which he is trying to use a custom ItemsControl as a Prism region. The custom...
In this stream, we start working on creating a Prism for Uno project template that will be used in a Visual Studio extension. I start by showing off my new Sponsor Label...
Microsoft’s new ASP.NET Blazor framework has been getting a ton of buzz recently, and rightfully so. Imagine .NET running in the browser. No plugins, no add-ons...
In this video, we learn how about dynamically invoking a generic method with reflection in .NET C#. When using a generic method, the generic argument (often referred to...
In this stream we work on some Prism template pack updates and a Blazor dock manager. The first part of the stream, we focus on fixing a reported bug in the Prism...
In this stream, I do a little work on extending Prism for WPF IDialogService and I answer a more advanced question about how we can manage window instances using the...
In this video, I show you how to “Localize Dates, Currency, Numbers, and Text Direction in WPF”. When writing WPF applications, it’s important to...
In this stream, we take on the very large task of reviewing the PR for adding Region support to Prism for Xamarin.Forms. During the stream, I add Dan Siegel, the author...
In this video, I answer the question “How to Bind an Enum to a ComboBox in WPF?”. When most WPF developers bind an enum to a combobox in WPF, they use the...