Visual Studio Async CTP - Working with ASP.net MVC
The new Async framework released today at PDC10 looks really brilliant.
I've had quite a bit of experience working with asynchronous applications/services and can say from experience that it is amazingly how simplified they have made the process.
My question is - will this play well with ASP.net M开发者_如何学GoVC asynchronous controllers?
If it doesn't - I hope the MVC team can migrate to this async pattern
As was stated during Anders Hejlsberg's PDC 2010 session converting existing async implementations to use the new async
and await
keywords is quite straightforward. We (the MVC team) will have more guidance about that in the future.
精彩评论