Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 584 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 584 Bytes

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