Skip to content

A demonstration project on using MVVM design principles with C# and WPF.

Notifications You must be signed in to change notification settings

kjlowe/wpf_mvvm_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF and MVVM Demonstration

This is a a demonstration of using MVVM design principles with C# and WPF. The solution is split into 3 projects.

Projects:

  • BoxMaker: The application containing the View (Written in WPF/XAML) and the View Models (C#)
  • Common: A project to store libraries that can be used anywhere in the solution. (C#)
  • Model: Where all the business logic is written and exectued. (C#)

About

A demonstration project on using MVVM design principles with C# and WPF.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages