Click here to Skip to main content
15,901,373 members
Articles / Programming Languages / C#

ASYNCHRONOUS TASK WITH MVVM AND PROGRESS BAR

Rate me:
Please Sign up or sign in to vote.
3.86/5 (5 votes)
26 Jan 2016CPOL4 min read 23.9K   1.3K   14  
To executing of asynchronous task, we are going to use: 1. Task-based asynchronous pattern (TAP) which it is based on the types Task and Task <TResult>. 2. MVVM pattern for execution of an operation. 3. Progress bars indicating the progress of task and subtask

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
Database Developer
Colombia Colombia
MCSE SQL Business Intelligence
Developer .Net

Comments and Discussions