11
shouts

» NHibernate vs Entity Framework: a performance test - Greg Does IT

published 208 days, 20 hours, 26 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 209 days, 18 hours, 41 minutes ago
Wednesday, August 19, 2009 4:55:54 PM GMT Tuesday, August 18, 2009 6:41:31 PM GMT

NHibernate vs Entity Framework: a performance test As part of my thesis I measured the performance of some .NET ORM frameworks including NHibernate and Entity Framework. Measuring was done by implementing two simple applications using the same table structure and doing the same operations on the same data. I measured the time it took for each framework to complete these operations:storeread over relationsread by IDupdate delete The r...

category: Foundation | clicked: 119 | | source: gregdoesit.com | show counter code
tags: EF, Entity Framework, entityframework, NHibernate, Performance Test