In this video, I show you how to create an Angular application, we compare the Angular file structure to a WPF app file structure, and we see how we...
Category - Video
In this video, I show desktop developers how to get their machine ready for Angular development. Angular development requires four pieces of...
“Desktop to Web: A WPF Developers Guide to Learning Angular” is a video tutorial series that will help you take your WPF and WinForms...
If you are using Visual Studio 2017 and receiving errors when trying to develop .NET Core 3 desktop applications then this video is for you. In...
A View or ViewModel can determine whether or not it can perform a navigation operation. When a ViewModel implements the IConfirmNavigation or the...
When navigating throughout your Prism for Xamarin.Forms applications, it is often required to pass parameters from one View to another. Prism...
Navigating in a Prism application is conceptually different than standard navigation in Xamarin.Forms. While Xamarin.Forms navigation relies on a...
There may be instances where your app is following the ViewModelLocator default naming convention, but you have a number of ViewModels that do not...
If you are using the ViewModelLocator, but want to use a different naming convention that better suites your application requires, then have no fear...
In this video, I show you how to automatically create an instance of your ViewModel and assign the DataContext of your views to that instance by...