代码改变世界

EF框架step by step

2011-05-17 13:50  杨延成  阅读(19166)  评论(4编辑  收藏  举报

 为了方便查看,现整理一份Entity Framework4.1 框架 step by step索引 ,由于此系列并未完成,目前索引仅是现有文章部分。

另外,由于公司目前正准备上Android项目,要对所有参与人员进行Android培训,最近我也一直在准备这方面的内容,可能这个系列文章发表速度要慢一下,也请各位理解。

EF框架step by step(1)—Database-First

EF框架step by step(2)—Model-First

EF框架step by step(3)—Code-First

EF框架step by step(4)—DBcontext应用于已存在数据库

EF框架step by step(5)—处理实体简单属性

EF框架step by step(6)—处理实体complex属性

EF框架step by step(7)—Code First DataAnnotations(1)