当前位置: 首页 > 工具软件 > ADV_NET > 使用案例 >

下一代ADO.NET---ADO.NETEntityFramework

葛深
2023-12-01
<script type="text/javascript"> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
<script type="text/javascript"> </script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
ADO. NET Entity Framework的目标

从纷繁芜杂的关系数据模型中抽象出概念模型。这样开发人员可以只需着眼概念模型,而不必要去关心纷繁芜杂的关系数据模型,从而提高开发效率。

那么如何能够做到这一点?
答案就是:Language-Integrated Query 和 ADO.NET Entity Framework,也就是下一代ADO.NET.

ADO.NET Entity Framework包括

1. 实体数据模型(Entity Data Model),开发人员通过EDM抽象出非常合适的模型。
2. 非常强大的client-view/mappping引擎,用于映射数据关系
3. Entity SQL语言和LINQ查询对EDM schemas的全面支持
4. ojbect services layer供您选择以何种方式去处理查询结果。比如(行,列或作为对象)。
5. 提供一个开放的模型使ADO.NET Entity Framework可以处理其他的数据存储。

更多的信息可以参阅:
http://blogs.msdn.com/ADONET/archive/category/14053.aspx
http://channel9.msdn.com/showpost.aspx?postid=217633
http://msdn.microsoft.com/data/default.aspx?pull=/library/en-us/dnvs05/html/ADONETEnFrmOvw.asp
http://datajunkies.NET/screencasts/ADO.NET_vnext_ctp_screencast1/ADO.NET_vnext_ctp_screencast1.html
http://wagnerblog.com/index.php?p=636

8月份的ADO.NET Entity Framework下载地址:
http://www.microsoft.com/downloads/details.aspx?FamilyId=B68F6F53-EC87-4122-B1C8-EE24A043BF72&displaylang=en

<script type="text/javascript"> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
<script type="text/javascript"> </script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
 类似资料: