If you are using the ViewModelLocator, but want to use a different naming convention that better suites your application requires, then have no fear...
Category - WPF
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...
Do you need to communicate with different parts of your application which may, or may not, have a reference or knowledge of each other? In this...
In this video I show you how to implement the popular “Save All” functionality using Prism’s CompositeCommands.
In this video, I show you how to use the unique features of Prism’s DelegateCommand to respond to user interaction from within a ViewModel.
If you’re having problems getting the .NET Core 3 SDKs working in your version of Visual Studio 2017, this video might help.
In this video I show you how to update your project file to fix all the breaking changes introduced with build 9754 of .NET Core 3
In this video, I show you how to convert an existing WPF application to a .NET Core 3 WPF application. Make sure you install the prerequisites:...
In this video, I show you how you to get started using .NET Core 3 by creating a new WPF application that runs on .NET Core 3. Make sure you install...
In addition to the typical bug fixes Prism 7.1 brings a much more consolidated approach to developing applications with Prism. Perhaps this is most...