Entity Framework 5.0 Sneak Preview

Tags: EF

In the upcoming EF 5.0 Microsoft has improved performance due mainly to caching of inline LINQ queries. The benchmarks are impressive:

Although EF will be twice as slow as native ADO.NET (I assume the benchmark here refers to a SqlDataReader) that is still an awesome trade off for the efficiency and maintainability you get from LINQ queries. 

Add a Comment