About the application technologies and operation:
- Programming Language: C#
- FrontEnd Side: Universal Windows (Target Framework: Windows 10, version 1903 (10.0; Build 18362))
- BackEnd Side: .NET Core 2.1.
- MVVMPatternInUWP.App: Includes the FrontEnd Side of the application.
- MVVMPatternInUWP.Core: Includes the BackEnd Side of the application.
-
Restore necessary Packages, run the following command in PM Console
Update-Package -reinstall
MVVM pattern in UWP in windows app development, make things simpler and re use able.
I will cover up any the topics in mvvm patter with an example using C#.
The application shows the following:
- How to implement Data Binding in UWP.
- How to use Modal-View-ViewModel (MVVM) in UWP.
- How to implement INotifyPropertyChanged in UWP.
- How to implement Command Binding in UWP with ICommand interface.
- How to implement Value Converters in UWP with IValueConverter interface.