ADO.NET Entity Framework step by step

来源:互联网 发布:淘宝网怎么买二手商品 编辑:程序博客网 时间:2024/05/22 17:52

The ADO.NET Entity Framework provides a strongly typed LINQ data accessexperience over relational databases. The ADO.NET Entity Frameworkmakes it easier to work with your data because it moves the data modelup from the physical structure of relational tables to a conceptualmodel that accurately reflects common business objects. The EntityFramework introduces an Entity Data Model within the familiar ADO.NETenvironment, allowing developers to map entities to relational data.This enables the creation of new business objects that provide a levelof abstraction from the data that helps isolate applications fromnaming as well as structural changes of the storage schema and allowsthe application to be portable to most SQL databases. The EntityFramework can be used to provide a common data model across high-levelfunctions such as data query and retrieval services, reporting,synchronization, caching, replication, visualization, and BI.

http://msdn.microsoft.com/en-us/data/aa937723.aspx

 

How Do I …

How Do I: Get Started with the ADO.NET Entity Framework?

How Do I: Get Started with the EDM Wizard?

How Do I: Model Table per Type Inheritance with the Entity Framework Tools?

How Do I: Model Table per Hierarchy Inheritance with the Entity Framework Tools?

How Do I: Learn to use LINQ to Entities?

How Do I: Use the Entity Framework and LINQ to Entities for Query and Update?

How Do I: Use the new Entity Data Source?

How Do I: Serialize a Graph with the Entity Framework?

How Do I: use Entity Client?

Entity Framework Providers

Interested in using the Entity Framework to develop against Oracle, DB2, MySQL or other 3rd Party Databases? Check out our Providers page for more information on where you can find the available providers.

 

<script type="text/javascript"><!-- google_ad_client = "pub-9579970280839291";/* 728x90, 创建于 09-9-11 */google_ad_slot = "5225351943";google_ad_width = 728;google_ad_height = 90;// --></script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script>

原创粉丝点击