Luis Aguilar
Luis Aguilar

Reputation: 4381

Tutorial About IoC + NHibernate + MVC

I was following up Jason Dentler's series of posts on how to use NHibernate + Ioc (Ninject) with a real world ASP.NET MVC N-Tier application. Sadly he dropped the series. Does anyone has any good suggestions of articles that cover a similar scenario? I would be very interesting in learning such things.

Upvotes: 1

Views: 1973

Answers (2)

Nicholas Murray
Nicholas Murray

Reputation: 13533

Bob Cravens TruckTracker turorials utalise MVC, NHibernate, Ninject and MySQL. I have found them to be an invaluable resource.

Upvotes: 2

Vasile Laur
Vasile Laur

Reputation: 695

I don't know about tutorials but I think that you should check http://wiki.sharparchitecture.net. I's great reference on how to get started in no time with a web framework that includes Ioc, NHibernate and ASP.Net MVC right out the box. After installing the templates all you need to create a new project is to right click and select templyfy here :)

Upvotes: 1

Related Questions