Associations in EF Code First
Code First is a new development approach in the Entity Framework 4.1 stack that can simplify the understanding and maintenance of your domain model. [More]
博客文章
更多»知识库文章
更多»- 灵动思绪EF(Entity FrameWork)
- Entity Framework 4.1常见的问题解决
- Entity Framework 实体关系总结
- Entity Framework 4.1 推荐英文教程
- Entity Framework 4.1 Code First 学习之路(一)
- Entity Framework 4.1 Code First 学习之路(二)
- 看看Entity Framework 4生成的复杂的分页SQL语句
- 在Entity Framework 4中映射现有实体类(POCO)
- ASP.NET MVC & EF 构建智能查询 一、智能查询的需求与设计
- ASP.NET MVC & EF 构建智能查询 二、模型的设计与ModelBinder
- Entity Framework 缓存处理与日志监控
英文EF技术文章
- Associations in EF Code First
- Code First Migrations: Beta 1 ‘With-Magic’ Walkthrough (Automatic Migrations)
- Code First Migrations: Beta 1 ‘No-Magic’ Walkthrough
- EF 4.2 Code First Walkthrough
- Foreign key vs. Independent associations in EF 4
- Not Just a Designer: Code First in Entity Framework
- Using the Entity Framework Repository and UnitOfWork Pattern in C# ASP .NET
- Associations in EF 4.1 Code First: Part 4 – Table Splitting
- ADO.NET Entity Framework At-a-Glance
- EF 4.1 Code First Walkthrough
- EF 4.1 Model & Database First Walkthrough
- Entity Framework 4.1: Complex Types
- Mapping two Tables to one Entity in the Entity Framework
Entity Framework教程
更多»Entity Framework介绍
更多»
Entity Framework的全称是ADO.NET Entity Framework,是微软开发的基于ADO.NET的ORM(Object/Relational
Mapping)框架。
Entity Framework的主要特点:
1. 支持多种数据库(Microsoft SQL Server, Oracle, and DB2);
2. 强劲的映射引擎,能很好地支持存储过程;
3. 提供Visual Studio集成工具,进行可视化操作;
4. 能够与ASP.NET, WPF, WCF, WCF Data Services进行很好的集成。
.png)
Entity Framework 图书推荐
《Programming Entity Framework》
作者:Julia Lerman
出版商:O'Reilly Media
发布日期: 2009年1月