0

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

1
  • Okay random down vote and close vote... any reason? Commented Nov 1, 2010 at 12:30

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.