Saturday, October 20, 2012

Asynchronous Programming in .NET 4.5

Asynchronous programming is an important concept when it comes to creating responsive user interfaces. This page on MSDN gives a good explanation on how to handle asynchronous programming in .NET 4.5 with async and await keywords. Also have a look at this page for more information about parallel programming in .NET.

No comments: