Thomas Weller
Thomas Weller

Reputation: 11717

NHibernate conversation with ASP.NET+IoC+PostSharp?

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.

Upvotes: 1

Views: 559

Answers (1)

John Rayner
John Rayner

Reputation: 3535

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!

Upvotes: 2

Related Questions