What's The Best Object-Relational Mapping Tool For .NET?
Posted
by Icono123
on Stack Overflow
See other posts from Stack Overflow
or by Icono123
Published on 2010-05-20T13:15:13Z
Indexed on
2010/05/20
13:20 UTC
Read the original article
Hit count: 236
I've worked on a few Java web projects and we've always used Hibernate for our data object layer. I haven't worked on a large scale ASP.NET site and I'm unsure which solution to choose.
I'm tempted to try NHibernate, but I don't like the fact that they use so many third party libraries.
I found this list on Wikipedia of available ORM software: http://en.wikipedia.org/wiki/List_of_object-relational_mapping_software#.NET
What ORM have you used? Was it easy to use? Would you recommend using it again? Was it used on a small, medium, or large project? Would you write your own? Thanks.
© Stack Overflow or respective owner