摘要:Model Browser: We have created our first Entity Data Model for School database in the previous section. The visual designer of EDM does not display al 阅读全文
Entity Framework Tutorial Basics(5):Create Entity Data Model
2016-07-07 09:39 by 追忆似水流年, 362 阅读, 0 推荐, 收藏, 编辑
摘要:Create Entity Data Model: Here, we are going to create an Entity Data Model (EDM) for SchoolDB database and understand the basic building blocks. Enti 阅读全文
Entity Framework Tutorial Basics(4):Setup Entity Framework Environment
2016-07-07 09:05 by 追忆似水流年, 283 阅读, 0 推荐, 收藏, 编辑
摘要:Setup Entity Framework Environment: Entity Framework 5.0 API was distributed in two places, in NuGet package and in .NET framework. The .NET framework 阅读全文
Entity Framework Tutorial Basics(3):Entity Framework Architecture
2016-07-07 08:53 by 追忆似水流年, 148 阅读, 0 推荐, 收藏, 编辑
摘要:Entity Framework Architecture The following figure shows the overall architecture of the Entity Framework. Let us now look at the components of the ar 阅读全文
Entity Framework Tutorial Basics(2):What is Entity Framework?
2016-07-07 08:38 by 追忆似水流年, 183 阅读, 0 推荐, 收藏, 编辑
摘要:What is Entity Framework? Writing and managing ADO.Net code for data access is a tedious and monotonous job. Microsoft has provided an O/RM framework 阅读全文
Entity Framework Tutorial Basics(1):Introduction
2016-07-07 08:37 by 追忆似水流年, 216 阅读, 0 推荐, 收藏, 编辑
摘要:以下系列文章为Entity Framework Turial Basics系列 http://www.entityframeworktutorial.net/EntityFramework5/entity-framework5-introduction.aspx 现在介绍第一篇 Basics of 阅读全文
Entity Relationships
2016-07-06 12:11 by 追忆似水流年, 469 阅读, 0 推荐, 收藏, 编辑
摘要:Entity Relationships: Here, you will learn how entity framework manages the relationships between entities. Entity framework supports three types of r 阅读全文
Inheritance with EF Code First: Part 3 – Table per Concrete Type (TPC)
2016-07-05 20:27 by 追忆似水流年, 864 阅读, 0 推荐, 收藏, 编辑
摘要:Inheritance with EF Code First: Part 3 – Table per Concrete Type (TPC) Part 1 – Table per Hierarchy (TPH) Part 2 – Table per Type (TPT) TPC and Entity 阅读全文
Inheritance with EF Code First: Part 2 – Table per Type (TPT)
2016-07-05 20:24 by 追忆似水流年, 443 阅读, 0 推荐, 收藏, 编辑
摘要:In the previous blog post you saw that there are three different approaches to representing an inheritance hierarchy and I explained Table per Hierarc 阅读全文
Inheritance with EF Code First: Part 1 – Table per Hierarchy (TPH)
2016-07-05 20:20 by 追忆似水流年, 803 阅读, 0 推荐, 收藏, 编辑
摘要:以下三篇文章是Entity Framework Code-First系列中第七回:Entity Framework Code-First(7):Inheritance Strategy 提到的三篇。这三篇文章写的时间有点久远,还是在2010年,提到EF应该在4.1版本之前,使用的还是ObjectCo 阅读全文