Skip to content

A WPF demo of MVVM pattern and Asynchronous programming using C# Async and Await with Progress Dialog

Notifications You must be signed in to change notification settings

tim-ashton/CSharp-WPF-Async-MVVM-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C#-WPF-Async-MVVM-Demo

A WPF demo of MVVM pattern and Asynchronous programming using C# Async and Await with Progress Dialog

This project demonstrates:

  • Asynchronous programming using C# 5.0 Async Await technology
  • Using of the Model-Veiw-VeiwModel (MVVM) pattern
  • Using commands to communicate between Views and Viewmodels
  • Using a service to handle showing a dialog
  • Using a modal progress dialog that shows progress to the user
  • Updating the UI with data as it is returned from async callbacks
  • Using a custom window behaviour class to properly remove the close button on a modal (progress) dialog

About

A WPF demo of MVVM pattern and Asynchronous programming using C# Async and Await with Progress Dialog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages