NHibernate 2.1and NHibernate Linq 1.0 Released

July 20th, 2009 by Steve Gentile Leave a reply »

NHibernate 2.1 has been released

Read more here

Ayende also announces the RTM of NHibernate Linq 1.0  – this is fantastic news!

A couple of items with NH Linq to keep in mind:

This Linq release support just about anything that you can do with the criteria API. We do not support group joins or subqueries in select clauses, since they aren’t supported by the criteria API. NHibernate’s Linq support has been tested (in production!) for the last couple of years, and most people find it more than sufficient for their needs.

https://sourceforge.net/projects/nhibernate/files/NHibernate/2.1.0.GA/NHibernate.Linq-1.0.0.GA-bin.zip/download

As FYI, NHibernate.Linq includes the NHibernateContext class that supports the IUpdateable and IExpandProvider interfaces required by ADO.NET Data Services (thanks Shawn)

Advertisement

Leave a Reply