nHydrate is a model driven development tool for Visual Studio. It allows you to create standard Entity Framework code based on a model. Your team can coordinate and use a single model to ensure that many layers of code are coordinated. This is not an ORM that simply creates some data-access code from a table-based model. It is a complete solution for coordinating code and database management in a single modelling tool.
Questions tagged [nhydrate]
3 questions
2
votes
1 answer
.NET ORM Adapters: LLBLGEN vs nHydrate
We are about to start development of a web application in MVC3 Razor. We are looking for an ORM that has following aspects:
If you baffled or puzzled in a scenario you can
easy to find a solution or consult
Easy to manage updates and maintain…

Ramiz Uddin
- 4,249
- 4
- 40
- 72
2
votes
2 answers
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…

quentin-starin
- 26,121
- 7
- 68
- 86
0
votes
1 answer
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…

Nick Daniels
- 922
- 8
- 13