ADO.NET Data Services Support for LINQ To NHibernate
Shawn Wildermuth added ADO.NET Data Services Support for LINQ To NHibernate as part of the NHibernate Contrib Project.
Per Shawn-
"After a couple of weeks on and off the project, I finally finished the first stab at adding ADO.NET Data Services support to NHibernate.LINQ. To accomplish this I've added three features:
- Support for IUpdateable to support full NHibernate CRUD.
- Support for a new Expand extension method to do eager loading via the LINQ interface. (The Expand method is similar to Entity Framework's Include method.)
- Finally, using the Expand extension method, I implemented the IExpandProvider interface to allow for expansions via the REST API."
Nice!
You can download all of this via the NHibernate Contrib Project here.
Tags:
NHibernate