ASP.NET MVC 4 Tutorial :: Build async Unit of Work with ASP.NET MVC 4
Build async Unit of Work with ASP.NET MVC 4 – ASP.NET 5 Hosting | In the RavenDB mailing list, How to combine the standard unit of work pattern of working with RavenDB in MVC applications with async. In particular, the problematic code was: public class HomeController : Controller { public IAsyncDocumentSession Db { get; set;[…]