I am an internship and I was asked to evaluate the performance changes for the new Entity Framework 5.0. I personally have never used the Entity Framework, and I don't have any large database or queries to do the right test.
I did some simple test tricks for .NET 4.5, using LINQ query loops to try to automatically compile Query and see some kind of performance change since I was targeting .NET 4.0, no performance changes were seen .
Is there a performance test already done for the Entity Framework that can show when a new version of Entity Framework has better performance?
thanks
ShikiGami
source share