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...
|
11
shouts |
|
|||
No comments yet, be the first one to post comment.