Async Await

Await operator and async keyword

Concurrent calls

TryCatchFinally

Returning a Task without await

Web.config setup to target 4.5 for correct async behavior

Async Await will only improve performance if it allows the machine to do additional work

Simple consecutive calls

Blocking on async code can cause deadlocks