Last night from PDC 10, Microsoft announced a few things implementing in the coming C# 5.0 language. C# 5.0 will have some great features to help developers to program more flexible. One of these features is simplified asynchrony programming model (APM), by introducing new language keywords and compiler enhancements to help the developers to design high responsible applications using asynchronous invocation. From today, I will be writing a bunch of blog articles to show these new C# 5.0 features in detail; specifically, I will be focusing on the new language enhancements, framework changes and tooling support on APM and other stuff. I help these articles may open a dogfooding window to those developers who want to understand what is to come in the next release of C# and Visual Studio.
Last updated: 11/09/2010
The Asynchronous Programming Model in C# 5.0