Saturday, 16 March 2013

Async & Await in C# 5.0

s of C# 5.0 which comes with .NET 4.5 and with Visual Studio 2012, we can use the new asynchronous pattern involving use of the async and await keywords. There are many different points of views regarding if this is a better approach than what we have seen before with regards to readability and usability. We will walk through an example and see how it is ‘different’ from the current practices.
dncmag This article is published from the November Edition of the DNC Magazine – A Free High Quality Digital Magazine for .NET professionals published once every two months.

The November edition featured hot topics likeProcesses using TFS 2012, Knockout JS in ASP.NET MVC, Azure IAAS, the Roslyn project in action, Creating Visual Studio 12 extensions, Notifications and Live Tiles using WinJS and more! Last but not least, our special guest in the Interview chair, Jon Galloway!.

Click Here to Download all the issues of this Free .NET Magazine

No comments:

Post a Comment