- Jul 20, 2008 at 3:00 AM
- Shawn Wildermuth
- 10 Comments
Url: http://www.silverlightdata.com/simple/nhibernat...
UPDATE: Looks like I uncovered a ADO.NET Data Services bug in FF3. The examples will only work with IE and Safari at the moment.
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.
These changes have been posted to the NHContrib project (where the NHibernate.LINQ lives) to allow the committers to validate and add it to new versions of the project. I am sure that it will need some refactoring and tweaking but the basics are done.
In addition, I'll be finishing up my discussion of implementing the IUpdateable interface pretty soon to help those of you adding this support to your projects. I'll also be blogging about how I added the IExpandProvider to help those of you trying to add that to your projects (or even to LINQ to SQL).
To prove out this new support, I've launched a new version of my Simple ADO.NET Data Services project with a NHibernate flavor. Go visit http://www.silverlightdata.com to see it working. In addition, I updated that sample to include paging support to make it a little more performant.
Let me know what you think.
Comments
Shawn,
All of your URLs for NHibernate.LINQ point to NHibernate/Contrib (i.e., the URLs are the same. Tracking down NHibernate.LINQ in NHibernate/Contrib is unintuitive at best. Is there a specific NHibernate.LINQ URL?
Thanks,
--rj
No, NHibernate.LINQ is part of the NHContrib project so if you grab the NHContrib source you can build the NHIbernate.LINQ.
It was a really good contribution, hope to finish this product and improve it in all aspects. Thanks
Could you provide those assemblies, the code is not in nhcontribute?
Thanks
In order to build this code you will need to get the source code of NHibernateContrib and manually build the NHibernate.Linq. The problem is that the LINQ support is only partial in this version. The reason they aren't including it is that they won't be able to completely support LINQ until the NHibernate 2.5 is complete.
I don't want to build it and offer a version here as that would leave users without changes. I want NHibernateContrib to be the ultimate source. Sorry for the inconvenience.
I noticed I can now get NHibernate Linq (alpha) at nhibernate contrib (Jan 15th)
Question: Is your nhibernate linq IQueryable additions a part of this release do you know?
Is Linq to NHibernate, in it's current state, too experimental to consider for production use?
Steve,
I will check and post about it.
Taylor,
I don't think its quite ready. You should check with when NHibernate Contrib goes into Beta.
Roger Jennings Sunday, July 20, 2008
Shawn,All of your URLs for NHibernate.LINQ point to NHibernate/Contrib (i.e., the URLs are the same. Tracking down NHibernate.LINQ in NHibernate/Contrib is unintuitive at best. Is there a specific NHibernate.LINQ URL?
Thanks,
--rj