NHibernate session management in the WCF Web API
Update! This post is still wrong (!!), and no longer relevant with the release of the ASP.NET MVC Web API code. I’ll provide my updated session handler soon. As the WCF Web API project is a bit of a…
Subclassed singleton instance
I couldn’t really think of a good explanatory title for this post, so I guess I’ll just have to explain. I’m setting up a dependency injection resolver using NInject, and I’m trying to centralise the implementation so it can be…