RhinoCommons, NHibernate and ASP.NET MVC Part 5 - LINQ to NHibernate
RhinoCommons, NHibernate and ASP.NET MVC Part 5 - LINQ to NHibernate
Up until now, we’ve been using NHibernate Query Generator for all of our data access. Although this is a great way to retrieve our data, there is another option we can play around with — LINQ for NHibernate. To set this up in our existing application (see Part 1, Part 2, Part 3 and Part 4 on creating the ASP.NET MVC Application) we’ll first need to grab the code out of subversion
Read More:
Thanks