<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Kevin_分类_03-Entity Framework</title><id>http://feed.cnblogs.com/blog/u/35666/category/244369/rss</id><updated>2012-06-03T14:39:58Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wang/category/244369.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/35666/category/244369/rss"/><entry><id>http://www.cnblogs.com/kevin-wang/archive/2010/06/20/Modeling-a-Many-to-Many-Relationship.html</id><title type="text">Entity Framework实战-多对多关系建模</title><summary type="text">问题数据库中已存在多张表，连接表通过外键与其他的两张表组成多对多的关系，通过从数据库中导入已存在的数据表进行多对多建模。解决方案 首先看一下这几张表的数据关系图，如图 下面通过 从数据库中导入数据表结构进行建模： 1.右击项目选择Add-&gt;New Item菜单项，选择ADO.NET Entity Data Model添加新的数据模型; 2.选择Generate from database(从...</summary><published>2010-06-20T15:25:00Z</published><updated>2010-06-20T15:25:00Z</updated><author><name>Kevin-wang</name><uri>http://www.cnblogs.com/kevin-wang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wang/archive/2010/06/20/Modeling-a-Many-to-Many-Relationship.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wang/archive/2010/06/20/Modeling-a-Many-to-Many-Relationship.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/kevin-wang/archive/2010/06/20/Creating-a-Simple-Model.html</id><title type="text">Entity Framework实战-创建一个简单的概念模型</title><summary type="text">问题创建一个简单的数据模型，并通过概念模型生成数据库脚本 解决方案下面将创建一个应用程序，创建实体模型 按以下步骤创建新的实体模型 1.右击项目名称并选择Add-&gt;New Item菜单项; 2.在项目模板中，选择 ADO.Net Entity Data Model并点击Add按钮，如图; 3.在向导的第一步，选择Empty Model并点击Finish按钮，这样向导便创建一个新的概念模型; ...</summary><published>2010-06-20T14:26:00Z</published><updated>2010-06-20T14:26:00Z</updated><author><name>Kevin-wang</name><uri>http://www.cnblogs.com/kevin-wang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wang/archive/2010/06/20/Creating-a-Simple-Model.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wang/archive/2010/06/20/Creating-a-Simple-Model.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/kevin-wang/archive/2010/05/08/1730775.html</id><title type="text">实体框架映射白皮书（EntityFrameworkMappingWhitePaper）(转)</title><summary type="text">1：EF支持的映射场景简单的映射场景：实体数据模型（EDM）中的每个实体都映射到了存储端（即数据库）的单个表。这是实体数据类型和存储架构间最简单的 映射情况。例子：实体数据模型：实体容器：Test_Simple_Model_Northwind实体集：Ccategories实体：Ccategory{Int CategoryID;String CategoryName;String Descripti...</summary><published>2010-05-08T14:39:00Z</published><updated>2010-05-08T14:39:00Z</updated><author><name>Kevin-wang</name><uri>http://www.cnblogs.com/kevin-wang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wang/archive/2010/05/08/1730775.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wang/archive/2010/05/08/1730775.html"/><content type="text">1：EF支持的映射场景简单的映射场景：实体数据模型（EDM）中的每个实体都映射到了存储端（即数据库）的单个表。这是实体数据类型和存储架构间最简单的 映射情况。例子：实体数据模型：实体容器：Test_Simple_Model_Northwind实体集：Ccategories实体：Ccategory{Int CategoryID;String CategoryName;String Descripti...</content></entry><entry><id>http://www.cnblogs.com/kevin-wang/archive/2010/05/05/1727878.html</id><title type="text">ADO.net，Linq to SQL和Entity Framework性能实测分析(转)</title><summary type="text">ADO.net，Linq to SQL和Entity Framework性能实测分析摘自:http://cid-79cf5e75e6e5fd50.spaces.live.com/blog/cns!79CF5E75E6E5FD50!379.entry测试环境当然就是我这台笔 记本了，受限与硬盘转速，运行起来一定是不如台式机的，但至少保证了三个方案相同的软硬件环境：Windows Server 2...</summary><published>2010-05-05T04:00:00Z</published><updated>2010-05-05T04:00:00Z</updated><author><name>Kevin-wang</name><uri>http://www.cnblogs.com/kevin-wang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wang/archive/2010/05/05/1727878.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wang/archive/2010/05/05/1727878.html"/><content type="text">ADO.net，Linq to SQL和Entity Framework性能实测分析摘自:http://cid-79cf5e75e6e5fd50.spaces.live.com/blog/cns!79CF5E75E6E5FD50!379.entry测试环境当然就是我这台笔 记本了，受限与硬盘转速，运行起来一定是不如台式机的，但至少保证了三个方案相同的软硬件环境：Windows Server 2...</content></entry></feed>
