Entity Framework Code first development Resources and Documentation

前端 未结 1 762
南旧
南旧 2021-02-05 22:39

I know EF4 is still in development but as a newcomer to the subject, I need a document, tutorial etc. with EF 4 code first approach. All the info is in EF 4 Team Blog but scatte

1条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-05 23:17

    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

    0 讨论(0)
提交回复
热议问题