References for DBContext, DBSet<> in Entity Framework

前端 未结 5 1869
长发绾君心
长发绾君心 2021-02-12 11:11

I am trying to use ADO.Net Codefirst feature of latest Entity Framework 4.0. As part of that I have installed Entity Framework CTP 4 from Microsft and using Scott\'s tutorial t

5条回答
  •  忘掉有多难
    2021-02-12 11:43

    To add EF to your project use the Package Manager Console and issue the command:

    Install-Package EntityFramework
    

    You shouldn't link directly to the DLLs' installed location as mentioned in another answer.

提交回复
热议问题