Skip to content

nmklotas/modern-wpf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modern WPF architecture sample

EO principles respected here

  1. App is divided and modularized into folders by feature, not by "technological" anemic names like "Models", "ViewModels", "Services" on the root.
  2. Controls & resources modularized, not contained in one global place.
  3. Objects are not dumb bags of data.
  4. Logging is done using AOP techniques like DynamicProxy and Weaving.
  5. API details are abstracted from ViewModels.
  6. ViewModels communicating using mediator pattern.
  7. Caliburn.Micro MVVM framework is used.

About

Modern WPF app architecture sample

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages