In part 6 , I explained how to set up Ninject with ASP.NET MVC . In this part, we’ll add NHibernate to the mix. Specifically, we’re going to set up session-per-request using a Ninject and bind all the necessary NHibernate interfaces. Of course, for the...