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.
There's quite a bit of research here here , although this is an MSDN blog so I can assume it's possible.