Linq2NHibernate
Posts about the project attempting to bring Linq support to NHibernate
Linq2Nhibernate
Note: The interfaces have been updated since this entry was written, and there is now Linq query support built into the .NET client, I’ve updated these posts to use the LuceneQuery syntax but that’s probably not the preferred way of doing things As I mentioned in a brief entry a couple of days ago, I've been playing with RavenDB for about a week now, and mapping across an old project of mine which never got off the ground due to work and time constraints. I spent a lot of time trying to get that project to play ball...
posted @ Sunday, May 09, 2010 10:05 PM |
I was quite excited when Ayende announced that he had written a Linq provider for NHibernate which was of production quality.
It came with a few caveats, it could only do what criteria currently supported and they hadn't implemented any sort of join support. I considered these to be perfectly reasonable items on the todo list, given that they are actively working on creating a more complete linq provider that does everything people would want it to do.
I do the vast bulk of my queries using the criteria API, written as specifications against thin repositories, and adding a LinqSpecification was a...
posted @ Thursday, October 22, 2009 12:00 AM |