views:

204

answers:

1

Does anybody know a good example of how an NHibernate conversation can be used in a Web context (ASP.NET or ASP.NET MVC) using an IoC container and AOP? Personally, I use Castle/Windsor and PostSharp, but I will appreciate everything that points me to the right direction.

+1  A: 

Fabio Maulo has talked about this in some blog posts, and I think there is some relevant code in the uNhAddins project. Dario Quintana has a downloadable example. Furthermore, there is an AOP category on the NHibernate community site.

HTH!

John Rayner