sharparchitecture / Sharp-Architecture

S#arp Architecture: ASP.NET MVC Best Practices with NHibernate
http://sharparchitecture.github.io/
Other
593 stars 153 forks source link

Async support for NHibernate repository #148

Closed cd21h closed 6 years ago

cd21h commented 8 years ago

Add async methods to database repositories (add new IAsyncRepository interface).

seif commented 8 years ago

Nhibernate doesn't support async, not sure about ravendb.

jgbright commented 6 years ago

NHibernate now supports async. See issue #161.