nhydrate

Linq Expression string with inline values

I am trying to build expression strings for use with IOC extended nHydrate. When I call ToString() on my expression I get something like this: employee => employee.Username == value( Some type name here ) Is there a way to resolve that value call to the actual value? employee => employee.Username == "Captain Spiffy" ...

Has anyone used NHydrate ORM?

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...