FriendEditor icon indicating copy to clipboard operation
FriendEditor copied to clipboard

A WPF sample app to demonstrate how to use MVVM design pattern and MVVMLight toolkit

FriendEditor

A WPF sample app to demonstrate how to use MVVM design pattern and MVVMLight toolkit.

It covers the following scenarios:

  1. MVVM + SQLite;
  2. Master-detail;
  3. IoC and database provider service;
  4. Showing message in viewmodel;
  5. Openning a new window with parameter in viewmodel;
  6. Command, user control, exception handling, behavior, etc.

Screenshots:

Main window

Edit window