vote up 2 vote down star
3

Duplicate:


I'm new to Object Relational Mapping (ORM) and my question is: what are the differences and the pros and cons of each of the following tools/technologies:

  • Linq to Sql
  • NHibernate
  • Subsonic
  • ADO.NET Entity Framework
flag

57% accept rate

closed as exact duplicate by George Stocker, aku, Josh, RoadWarrior Jan 22 '09 at 1:59

1 Answer

vote up 2 vote down check

There's some good coverage on this topic on Stack Overflow, although maybe not as much on Entity Framework, but it is covered some in the third link.

Whose Data Access Layer do you use for .NET?

What object mapper solution would you recommend for .NET?

Using Entity Framework entities as business objects?

link|flag

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