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:

As you probably noticed, the problem Db.SaveChangesAsync(). We want to execute[…]