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 - UWP
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.
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...
It has been 7 months since the last release of Prism 6.2, and I have been hard at work trying to make it better. I have fixed a number of bugs...