If you followed Eric Lippers blogpost on Continuation Passing Style programming last week you might have seen it coming: C# 5.0 will support a language integrated asynchronous programming model. No more hassle with IAsyncResults and delegates, no more need to turn yourself inside out while trying to prevent blocking a thread.

Being a C# and parallel programming junky I think this will do as my favorite announcement of this PDC 2010 !

This entry was posted in Various by Oud-medewerkers. Bookmark the permalink.
Oud-medewerkers

About Oud-medewerkers

Onder 'Oud-medewerkers' zijn berichten van diverse oud-medewerkers verzameld, die zij hebben geschreven tijdens hun dienstverband bij Info Support.

One thought on “Async language support in C# 5