Entity Framework performance document updated for EF 6
Posted: (EET/GMT+2)
On the Data Developer Center on MSDN there's a useful document called "Performance Considerations for Entity Framework 4, 5, and 6" and this document has recently been updated to cover Entity Framework (EF) version 6.
Among the new features in the document include a performance comparison of the EF version 4–6, and as you might expect, the latest version is the most performant version of all the three.
In addition to learning about performance, the document is a useful read in case you want to learn more about the internal workings of Microsoft's own OR/M implementation.
Recommended reading.