Which one can have better performance - LINQ to EF or NHibernate?
Posted
by masoud ramezani
on Stack Overflow
See other posts from Stack Overflow
or by masoud ramezani
Published on 2010-04-13T09:10:20Z
Indexed on
2010/04/13
9:13 UTC
Read the original article
Hit count: 386
I want to start working on a big project. I research about performance issues about LINQ to EF and NHibernate. I want to use one of them as ORM in my project. now my question is that which one of these two ORM can get me better performance in my project? I will use SQL Server 2008 as database and C# as programming language.
© Stack Overflow or respective owner