Free Hit Counters
http://www.dellasdeals.com

[翻译]ADO.NET Entity Framework Beta2(一)

这几天尝鲜安装了微软最新的ADO.net Entity Frameork Bata2
作为对园子的贡献,自己一边看一边翻译并计划提交上来给大家分享
不过期望值不要过高,毕竟个人时间有限,再说翻译水平也不咋地
大概一周1-3页左右的进度,估计到完成的时候,人家正式版早出来了

反正弄多少算多少,不过大家如果对特定主题感兴趣就回复我,抓紧弄有意思的部分是正道
如果有发现翻译错误以及不恰当的地方也麻烦大家指出,专业单词都不一定知道怎么翻译。

注意,所有超链接都是没用的,连接到我本地的,不想改了。呵呵。
等以后后续文章有了就改成园子里的连接。

The ADO.NET Entity Framework is designed to enable developers to create data access applications by programming against a conceptual application model instead of programming directly against a relational storage schema. The goal is to decrease the amount of code and maintenance required for data-oriented applications. Entity Framework applications provide the following benefits:

ADO.NET 实体框架被设计成为让开发者在创建数据访问应用程序时,使用面向应用程序的概念模型来代替现有的关系型存储架构。这一做法的目的是为了在编写基于数据访问的应用程序时,减少程序编码以及代码维护的必要数量。实体访问应用程序提供了以下好处:

  • Applications can work in terms of a more application-centric conceptual model, including types with inheritance, complex members, and relationships.
  • 应用程序能工作在n层应用程序概念模型,包括继承类型、复合成员和关系


  • Applications are freed from hard-coded dependencies on a particular data engine or storage schema.
  • 应用程序在编码上不依赖于特定的数据引擎或存储架构。

  • Mappings between the conceptual application model and the storage-specific schema can change without changing the application code.
  • 在应用程序和特定存储构架之间的概念模型映射,并且存储架构的更改将不影响应用程序的代码。


  • Developers can work with a consistent application object model that can be mapped to various storage schemas, possibly implemented in different database management systems.
  • 开发人员可以使用一个相对稳定应用程序概念模型工作,并将这一模型映射到多种存储架构。例如不同的数据库管理系统的实现。

  • Multiple application models can be mapped to a single storage schema.
  • 多个应用程序模型可以映射到相同的存储架构


  • Language-integrated query support provides compile-time syntax validation for queries against a conceptual model.
  • 综合语言查询支持在编译时对针对概念模型的查询语句进行同步验证的功能。

In This Section/本节目录

Introducing the Entity Framework/实体框架简介

Provides an overview of the features and functionality introduced in the ADO.NET Entity Framework.
提供了ADO.NET 实体框架内特点与功能的概述

Getting Started with the Entity Framework/实体框架入门

Describes how to design and create an Entity Framework application.
描述如何设计并创建一个基于实体框架的应用程序。

Programming Guide (Entity Framework)/编程指南(实体框架)

Contains conceptual topics, how-to's and tutorials that demonstrate the capabilities of the Entity Framework.
包括概念主题、操作指南以及教程。演示实体框架的各种能力。

Feature Reference (Entity Framework)/功能参考(实体框架)

Contains conceptual content describing the Entity Data Model, Object Services, Entity SQL, and LINQ to Entities.

包含描述实体数据模型、对象服务、实体SQL和实体LINQ的概念内容

Samples (Entity Framework)/样例(实体框架)

Contains sample applications demonstrating the features and functionality of the Entity Framework.
包含样例应用程序,演示实体框架的特点与功能。

Entity Framework Features and Terminology/实体框架特点及术语

Describes features and terminology used in the Entity Framework.
描述实体框架用到的特点与术语

 

posted @ 2007-09-20 13:47  徐少侠  阅读(5463)  评论(16编辑  收藏  举报
作者:徐少侠 出处:http://www.cnblogs.com/Chinese-xu/

本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,如有问题,可以通过 Chinese_Xu@126.com 联系我,非常感谢。