I am super excited to officially announce that my new Pluralsight course called “Introduction to Prism for WPF” has been released. Watch...
Category - Prism
In this stream, we add a new feature request to the Prism IDialogService. GitHub issue #1903 requests support for having multiple custom dialog...
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...
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.