Reputation: 13909
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 MVC asynchronous controllers?
If it doesn't - I hope the MVC team can migrate to this async pattern
Upvotes: 0
Views: 309
Reputation: 53191
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.
Upvotes: 1