Async Features Now Available for .NET 4 and Silverlight 5
The new Async Targeting Pack for Visual Studio 11 Beta, just announced by Microsoft, will allow developers to use asynchronous programming features in .NET 4 or Silverlight 5 applications. These features were previously provided in the Async CTP.
Developers seeking to use these features previously had to choose between using Visual Studio 11, or using Visual Studio 2010 with the Async CTP. The Targeting Pack fixes issues with DLL incompatibilities between the Async CTP and Visual Studio 11. It is not supported in Visual Studio 2010.
The async/await keywords and Task-based programming are available in C# and VB. There are some slight variations in the usage of these features in .NET 4 or Silverlight 5 with the Async Targeting Pack versus .NET 4.5. These differences are detailed in the release notes.
As of this release, Microsoft will no longer be updating the Async CTP. The unsupported CTP will remain available for developers working with Windows Phone or Azure applications in Visual Studio 2010, though Microsoft has not specified how long this availability will continue.
The Async Targeting Pack for Visual Studio 11 is available from NuGet under the name Microsoft.CompilerServices.AsyncTargetingPack.
Microsoft Support for Async CTP
by
Glen Stone
"As of this release, Microsoft is ending its support for the Async CTP."
What is your source for this? My understanding was that Async CTP was never supported anyway.
Re: Microsoft Support for Async CTP
by
Jonathan Allen
Re: Microsoft Support for Async CTP
by
Glen Stone
But that's not what I'm asking. Where did Microsoft say they were ending support for Async CTP with the release of the targetting pack?
Re: Microsoft Support for Async CTP
by
Jenni Konrad
Educational Content
Large-Scale Continuous Testing in the Cloud
John Penix May 24, 2013
Managing Build Jobs for Continuous Delivery
Martin Peston May 24, 2013
Clojure in the Field
Stuart Halloway May 23, 2013




Hello stranger!
You need to Register an InfoQ account or Login to post comments. But there's so much more behind being registered.Get the most out of the InfoQ experience.
Tell us what you think