To improve performance of our MVC3 application we want to mark some Controller's to AsyncController. We use EF 4.x (latest stable), and need some advices, links how to make async calls to EF in a proper way. How to Dispose Entities etc.
If its possible at all and make sense. Thanks.