La Programmation Asynchrone à l'honneur dans le MSDN d’octobre 2011
C’est un numéro spécial «Programmation asynchrone» où vous trouverez trois articles consacrés à ce nouveau style programmation particulièrement à la mode avec Windows 8 et la nouvelle plateforme WinRT.
L’intégration des mots clefs Async/Await en C# et VB, a permis de rendre l’asynchronisme simple et finalement naturel
- Asynchronous Programming: Easier Asynchronous Programming with the New Visual Studio Async CTP par Eric Lippert
- Asynchronous Programming: Pause and Play with Await par Mads Torgersen
- Asynchronous Programming: Understanding the Costs of Async and Await par Stephen Toub
Bonne lecture !
A bientôt
Bruno