实体框架概述。
Why is Entity Framework losing my indexes?
为什么实体框架失去我的索引吗?
What does mapping mean in entity framework?
并映射实体框架中意味着什么?
Entity Framework 6 - how to convert this line to async?
实体框架6-如何异步转换这一行吗?
You can also use stored procedures with Entity Framework.
你也可以使用存储程序与实体框架。
Validate model and mappings using Entity Framework runtime.
使用Entity Framework运行时验证,映射模型。
Entity framework raw SQL - string date format isn't correct?
实体框架的原始sql字符串的日期格式不正确?
Entity Framework: Should I close the connection if I open it?
实体框架:我应该关闭连接,如果我打开它?
Typed Datasets or Entity Framework for an online game server?
类型化数据集或实体框架的一个网络游戏的服务器?
How do I make a self reference in Entity Framework Code First?
我怎么在实体框架代码,先做个自我参考?
The entity framework offers an explicit loading model by default.
Entity框架在默认情况下提供了一个显式的加载模型。
Describes how to design and create an Entity Framework application.
描述如何设计并创建一个基于实体框架的应用程序。
Code-first: You start with code, and Entity Framework generates the database.
(代码先行):先从代码开始,然后实体框架生成数据库。
The Entity Framework has seen many updates since the June 2007 CTP, including.
Entity Framework自2007年6月发布以来已经有了很多更新,包括。
Should I rip out the Association Fixup code from my Entity Framework T4 Template?
我应该把协会的补丁代码从我的实体框架T4模板?
Database-first: You start with a database, and Entity Framework generates the code.
(数据库先行):从一个数据库开始,然后实体框架生成相应代码。
Links to topics that describe how to use stored procedures with the Entity Framework.
指向介绍如何将存储过程用于实体框架的主题的链接。
The School model is used throughout the Entity Framework getting started documentation.
这个学校模型在实体框架开始文档中被提出。
How to avoid migrations in model first database with Entity Framework 5 and code first entities?
如何避免迁移模型首先数据库实体框架5和代码第一实体吗?
Contains sample applications demonstrating the features and functionality of the Entity Framework.
包含样例应用程序,演示实体框架的特点与功能。
Model-first : You start with a visual model, and Entity Framework generates both the database and code.
(模型先行):先从一个可视化模型开始,然后实体框架生成数据库和代码。
For more information on ADO.NET and Entity Framework information, please check out the ADO.NET Team Blog.
若要了解更多关于ADO.NET和Entity框架的信息,敬请访问ado.net的团队博客。
Contains conceptual topics, how-to's and tutorials that demonstrate the capabilities of the Entity Framework.
包括概念主题、操作指南以及教程。演示实体框架的各种能力。
ADO.NET Entity Framework, a higher-level abstraction than LINQ to SQL, is being released with this service pack.
比LINQ toSQL更高层次抽象的ADO.NET实体框架将在这个Service pack中发布。
This quickstart illustrates a series of tasks that support the topics in Getting Started with the Entity Framework.
本快速入门列举了一系列的任务演示来支持实体框架入门主题。
There is no way the ADO.NET Team can do what is right for LINQ to SQL given their obvious bias to the Entity Framework.
这别无选择,鉴于LINQ ToSQL已经明显偏向于实体框架,只有ado.net团队能够为他找到正确的方向。
How can I use Entity Framework to use an existing database, and how can I use migrations to switch between DB versions?
我如何使用实体框架使用一个现有的数据库,以及如何使用迁移数据库版本之间切换?
Entity Framework won't define its own unique representation for the set of changes represented in an N-Tier application.
对于N层应用程序中所描述的更改集合,Entity Framework并无定义自己独特的表示法。
In the Entity Framework Design blog, three developers at Microsoft walk through some of the popular database access methods.
在Entity Framework设计博客上,微软的三位开发人员概括了一些流行的数据库访问方法。
Developers have to build their own ORM on top of Entity Framework if they actually want to manipulate data outside a context.
开发人员不得不在Entity Framework之上建立自己的or m,如果他们确实要在上下文外部操作数据的话。
应用推荐