本博文系Entity Framework 6 Recipes, 2nd Edition的目录译文。保留原文,方便参考。 

第一章  EF入门
Chapter 1. Getting Started with Entity Framework

第二章  实体数据建模基础
Chapter 2. Entity Data Modeling Fundamentals

第三章  查询实体数据模型
Chapter 3. Querying an Entity Data Model

第四章  在ASP.NET MVC中使用EF
Chapter 4. Using Entity Framework in ASP.NET MVC

第五章  加载模型与导航属性
Chapter 5. Loading Entities and Navigation Properties

第六章  建模与继承进阶
Chapter 6. Beyond the Basics with Modeling and Inheritance

第七章  使用对象服务
Chapter 7. Working with Object Services

第八章  简单对象(POCO)
Chapter 8. Plain Old CLR Objects

第九章  在N层架构程序中使用EF
Chapter 9. Using the Entity Framework in N-Tier Applications

第十章  存储过程
Chapter 10. Stored Procedures

第十一章  函数
Chapter 11. Functions

第十二章  自定义EF对象
Chapter 12. Customizing Entity Framework Objects

第十三章  性能优化
Chapter 13. Improving Performance

第十四章  并发
Chapter 14. Concurrency

原文地址:https://www.cnblogs.com/michaellfx/p/4170785.html