EF6 的性能优化

引言

EntityFramework 6 作为微软的开源ORM框架,有着得天独厚的优势。微软也在MVC中主推EF做为ORM框架。但是在实际的项目开发中我们总是感觉到EF有些慢,或者有这样那样的问题。但实际上有时是因为我们滥用导致了问题的出现。本章就像对EF的性能优化方面的内容做个抛砖引玉,希望能给大家一点启发或者帮助。

常见的提升性能的方案

参考

Tips to improve Entity Framework Performance

Async Processing in EF6 and the Microsoft .NET Framework 4.5

Entity Framework 6: The Ninja Edition

Playing with the EF6 Alpha

Working With Large Models In Entity Framework – Part 1

How to: Pre-Generate Views to Improve Query Performance

你可能感兴趣的:(性能优化)