Entity Framework Code first development Resources and Documentation

安稳与你 提交于 2019-12-03 02:43:56

The best online resource that I've seen so far is Scott Guthrie series of blogs on the new EF “code first” development option:

Code-First Development with Entity Framework 4
Entity Framework 4 “Code-First”: Custom Database Schema Mapping
Using EF “Code First” with an Existing Database

If you are new to the subject, like you said, then they will be a perfect point to start. There is no online documentation on MSDN for the code first API by the way, as it's merely a CTP and subject to be changed.

After that you can check out the ADO.NET team blog on the Code First Development:

Entity Framework Feature CTP4 Released
EF Feature CTP4 Walkthrough: Productivity Improvements
EF Feature CTP4 Walkthrough: Code First

Entity Framework Design blog is also a great place to share ideas and give feedback to EF team. They also have the following posts on Code First so far:

Productivity Improvements for the Entity Framework
Conventions for Code-First
Data Annotations in the Entity Framework and Code First

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!