NHydrate is a lesser-known ORM for .Net - I stumbled across it for the first time yesterday.
They have a good amount of information on their Codeplex page, and a several videos that are also quite informative.
After reading through the docs and watching some of the videos I feel very curious about this ORM. Model driven development, a la LLBLGen appeals to me quite a bit, and in particular I am enticed by NHydrate's ability to cleanly query across related objects with LINQ Expressions (after fighting miserably, and mostly unsuccessfully, with SubSonic to achieve the same ability).
So, I would be exceptionally interested in hearing anyone's experience using NHydrate in a project. Have any of you used it and how was your experience with it? I would especially like to know if there are any show-stoppers in anyone's opinion?