WPF

1>How to bind ViewModel to View and use ICommand?

1> Relay Command/Delegate Command using ICommand interface.

2>Binding view model to view using DataContext property

3>using “UpdateSourceTrigger” property in Binding.

4>Implementing “INotifyPropertyChange

Also we will have basic introduction of MVVM Pattern.

https://dotnetwithwindowandweb.wordpress.com/2018/10/02/how-to-bind-viewmodel-to-view-and-use-icommand/

2>How to open View from another view?

1>In this topic we will learn how to pass data from one view model to other.

2>We will also learn how to use unity.

3>How to Open View from Another View.

https://dotnetwithwindowandweb.wordpress.com/2018/10/20/how-to-open-view-from-another-view/

3>How to Handle Un-Handled Exception in WPF/Winform c#

How to Handle Un-Handled Exception in WPF/Winform c#

Prism

1>How to bind ViewModel to View and use DelegateCommand in Prism Framework?

1>How to use “DelegatCommand”

2>How to use “CompositeCommand”

3>What is use of class “BindableBase”

4>what is use of attached property prism:ViewModelLocator.AutoWireViewModel=”True”

How to bind ViewModel to View and use DelegateCommand in Prism Framework?

2>Prism App in WPF Part 1?

1>How to make simple prism app?

2>How to use “IEventAggregator” for viewmodel to viewmodel communication?

https://dotnetwithwindowandweb.wordpress.com/2018/11/02/prism-app-in-wpf-part-1/

3>Prism App in WPF Part 2?

1>How to show confirmation message from Viewmodel?

InteractionRequest<IConfirmation>

2> How to show notification message from Viewmodel?

InteractionRequest<INotification>

https://dotnetwithwindowandweb.wordpress.com/2018/11/02/prism-app-in-wpf-part-2/

4>How to Make Simple Page App in wpf with Help of Navigation (Prism) Part1?

In this blog we will learn how to load multiple view one at time in common region.How to use function RequestNavigate() of interface IRegionManager.

https://dotnetwithwindowandweb.wordpress.com/2018/12/14/how-to-make-simple-page-app-in-wpf-with-help-of-navigation-prism-part1/

5>How to Make Simple Page App in wpf with Help of Navigation (Prism) Part2?

In this blog we will learn use of below interface’s in Navigation.

INavigationAware

IConfirmNavigationRequest

https://dotnetwithwindowandweb.wordpress.com/2018/12/15/how-to-make-simple-page-app-in-wpf-with-help-of-navigation-prism-part2/