Skip to content

Examples of how MVVM can be implemented using CommunityToolkit.

Notifications You must be signed in to change notification settings

metaljase/MvvmExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is MvvmExamples?

MvvmExamples contains examples of how MVVM (Model, View, ViewModel) can be implemented in .NET apps using CommunityToolkit.

It demonstrates:

  • Binding of values between properties in viewmodels and controls in views
  • Binding of events between methods in viewmodels and buttons in views
  • Handling of validation errors
  • Sending/receiving messages between viewmodels

The examples are:

  • WPF app without dependency injection and without CommunityToolkit source generators
  • WPF app without dependency injection and with CommunityToolkit source generators
  • WPF app with dependency injection and with CommunityToolkit source generators

About

Examples of how MVVM can be implemented using CommunityToolkit.

Topics

Resources

Stars

Watchers

Forks

Languages