Linq2SQL v Entiry Framework speed test

Has anyone compared the execution speed between LINQ to SQL and Entity Framework?

I have heard that LINQ to SQL is 4x faster than Entity Framework, but I have never seen any benchmarks or sample applications to prove this.

0


a source to share


1 answer


There's quite a bit of research here here , although this is an MSDN blog so I can assume it's possible.



-1


a source







All Articles