views:

81

answers:

1

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

A: 

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.

marcind