why Nhibernate ,what kind of there is any ORM tool which give average performance compare to ADO.NET. i am a great fan of ORM.I don't like to sp's and all.
Regards, Harshil On Tue, Mar 20, 2012 at 3:14 PM, Mark Cranness <[email protected]>wrote: > On 19 March 2012 16:46, Chinna <[email protected]> wrote: > > I have been evaluating the performance of NHibernate and ADO.NET. I > > have created a test application which has an Employee table with > > 75,000 records. When I try to get data using NHibernate it is very > > slow compare to ADO.NET, it’s about 290% (approx.) slower. > > See: http://ormbattle.net/ , which reports a similar slowdown for > NHibernate cf. SqlClient (see Performance scorecard > Multiple > Operations > Create Instance). > > It's the price you pay for the power that an ORM gives. > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
