Are there any good example on implementation of Spring.net with NHibernate and Repository pattern?
Currently I'm going through below url's.
http://www.springframework.net/doc-latest/reference/html/orm.html#orm-hibernate-web
Are there any good example on implementation of Spring.net with NHibernate and Repository pattern?
Currently I'm going through below url's.
http://www.springframework.net/doc-latest/reference/html/orm.html#orm-hibernate-web
It uses Castle Windsor rather than Spring, but the Sharp Architecture is a good example of using the Repository-Pattern with NHibernate (behind an MVC app).