Source
www.codeproject.com (The Code Project), posted 2011-07-07
Added By
BillHenn on 2011-07-08
Vitals
- 342275 total views
Summary
Shows how to use .NET 4 features to create non-blocking user interfaces.
Excerpt
"I don't like when some application hangs during long operations leaving me in doubts. In modern era (most of you, dear readers, have 2 and more cores in your processor) it's just impolite. But on the other hand being a software developer I understand that it's quite tricky to make reliable software in non-blocking style. Due it's architectural legacy Windowstm OS family still have some problems with its UI update from any "not main" thread. But time goes on, it's 2011 and we have .NET 4 at our disposal. So let's look how to achieve our goal."
Full Link
http://www.codeproject.com/kb/wpf/wpfnonblockingui.aspx
About The Code Project
The Code Project is a community of software development and design developers joined together with certain common goals: to learn, to teach and to have fun programming. Developers from all over the world come together to share source code, tutorials and knowledge for free to help their fellow programmers. It is extremely popular and is one of the best places on the web to look for open source implementations of .NET control, components, and techniques. http://www.codeproject.com/
The WPFpedia resource guide has 238 total links to this site.
Comments
There aren't any comments yet for this resource. Be the first to add one!
Add a Comment
Please log in to post comments.