为什么实体框架失去我的索引吗?
并映射实体框架中意味着什么?
你也可以使用存储程序与实体框架。
实体框架6-如何异步转换这一行吗?
演示如何创建实体框架应用程序的教程。
A tutorial that demonstrates how to create an Entity Framework application.
我怎么在实体框架代码,先做个自我参考?
How do I make a self reference in Entity Framework Code First?
实体框架:我应该关闭连接,如果我打开它?
Entity Framework: Should I close the connection if I open it?
这个学校模型在实体框架开始文档中被提出。
The School model is used throughout the Entity Framework getting started documentation.
包含样例应用程序,演示实体框架的特点与功能。
Contains sample applications demonstrating the features and functionality of the Entity Framework.
实体框架的原始sql字符串的日期格式不正确?
Entity framework raw SQL - string date format isn't correct?
描述如何设计并创建一个基于实体框架的应用程序。
Describes how to design and create an Entity Framework application.
我应该把协会的补丁代码从我的实体框架T4模板?
Should I rip out the Association Fixup code from my Entity Framework T4 Template?
类型化数据集或实体框架的一个网络游戏的服务器?
Typed Datasets or Entity Framework for an online game server?
实体框架的优点是,它提供了一个更高的抽象层次。
The advantage of Entity Framework is that it provides a higher level of abstraction.
实体框架概述。
指向介绍如何将存储过程用于实体框架的主题的链接。
Links to topics that describe how to use stored procedures with the Entity Framework.
(代码先行):先从代码开始,然后实体框架生成数据库。
Code-first: You start with code, and Entity Framework generates the database.
如何避免迁移模型首先数据库实体框架5和代码第一实体吗?
How to avoid migrations in model first database with Entity Framework 5 and code first entities?
存储提供程序应遵循此行为,但实体框架不强制执行此行为。
Store providers should comply with that behavior, but Entity Framework does not enforce this behavior.
请注意,这不是一个选择的必然之间的存储过程和实体框架。
Note that it's not necessarily a choice between stored procedures and Entity Framework.
本快速入门列举了一系列的任务演示来支持实体框架入门主题。
This quickstart illustrates a series of tasks that support the topics in Getting Started with the Entity Framework.
包括概念主题、操作指南以及教程。演示实体框架的各种能力。
Contains conceptual topics, how-to's and tutorials that demonstrate the capabilities of the Entity Framework.
(数据库先行):从一个数据库开始,然后实体框架生成相应代码。
Database-first: You start with a database, and Entity Framework generates the code.
实体框架支持用于在概念级别定义数据的 实体数据模型 (EDM)。
The Entity Framework supports the Entity Data Model (EDM) for defining data at the conceptual level.
因为复杂类型没有键,所以实体框架不能脱离父对象来管理复杂类型对象。
Because complex types do not have keys, complex type objects cannot be managed by the Entity Framework apart from the parent object.
(模型先行):先从一个可视化模型开始,然后实体框架生成数据库和代码。
Model-first : You start with a visual model, and Entity Framework generates both the database and code.
我如何使用实体框架使用一个现有的数据库,以及如何使用迁移数据库版本之间切换?
How can I use Entity Framework to use an existing database, and how can I use migrations to switch between DB versions?
使用存储过程,绝对是一个查询数据库的最佳途径,但由于实体框架的出现是广泛使用的。
Using stored procedure is definetely one of the best ways to query the database but since the emergence of Entity Framework it is widely used.
本节中的主题通过在快速入门教程环境中说明基础技术,帮助您了解如何快速使用实体框架。
The topics in this section help you understand how to quickly use the Entity Framework by explaining the underlying technologies in the context of the Quickstart tutorial.
NET实体框架可以帮助您开发应用程序,以便您可以将数据用作在概念模型中定义的实体。
NET Entity Framework helps you develop applications in which you work with data as entities that are defined in a conceptual model.
应用推荐