vote up 1 vote down star
2

We are getting ready to begin redevelopment of a large aging internal enterprise application. We have decided to use ASP.NET MVC, but under consideration is which Object Relational Mapping (ORM) to choose. There are of course a multitude of open source and paid ORM implementations available. However, NHibernate seems to hold the largest mindshare, while the Entity Framework is the new hotness from Microsoft.

While we are doing research and toying around with both we wanted to put it to the community as to which ORM (NHibernate, Entity Framework, or otherwise) they prefer and why.

Somewhat similar Stackoverflow Questions

Additional .NET ORM Reading

flag

No offense, but it does seem this has been asked before: stackoverflow.com/search?q=.net+orm . stackoverflow.com/questions/380620/… was closed as a duplicate. – Corbin March Jun 16 at 22:48
Wow, I don't know how I didn't find that question when I was searching. Both Google and the SO search failed me. No offense taken on the closing as I wouldn't have asked the question otherwise. :) – ahsteele Jun 16 at 22:51
Since I agree that this should probably be closed is it better to delete the question or vote that it be closed? – ahsteele Jun 16 at 22:56
IainMH's comment below is of sufficient value that the question shouldn't be deleted. – Robert Harvey Jun 16 at 23:27
Marked as answered. – ahsteele Jun 17 at 3:35

1 Answer

vote up 5 vote down check

You should have a look at Sharp Architecture an ASP.NET MVC application framework which uses NHibernate.

I've used a few OR/Ms in the past couple of years and there's no way would chose anything other than NHibernate.

  1. It's the most mature.
  2. It's got a huge set of features.
  3. It's got a good community behind it.
  4. It's got some fantastic ancillary projects such as Fluent NHibernate.

I don't know what more information people will be able to give you over and above in the questions that you have linked to.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.