Click here to Skip to main content
15,881,852 members
Articles / Desktop Programming / WPF

A reusable ProgressViewModel to observe progress with MVVM

Rate me:
Please Sign up or sign in to vote.
4.94/5 (11 votes)
30 Jan 2012CPOL8 min read 40.5K   737   26  
UI and code-behind is executed in different threads. Long running processes need asynchronous execution. This artice shows a way of doing this in a ViewModel approach.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Germany Germany
The Windows Presentation Foundation (WPF) and C# are among my favorites and so I developed Edi

and a few other projects on GitHub. I am normally an algorithms and structure type but WPF has such interesting UI sides that I cannot help myself but get into it.

https://de.linkedin.com/in/dirkbahle

Comments and Discussions