views:

89

answers:

1

Has anyone compared the speed of performance between LINQ to SQL against the Entity Framework?

I have heard that LINQ to SQL is 4 times faster than the Entity Framework, but I've never seen any bench marks or sample application proving this.

A: 

There's quite a full investigation here, although it is an MSDN blog so potentially biased I suppose.

James L
The article is not using LINQ to SQL.
Jakob Christensen
You will find in this:http://blogs.msdn.com/adonet/archive/2008/02/11/exploring-the-performance-of-the-ado-net-entity-framework-part-2.aspx
Amr ElGarhy