1

I use Visual Studio 2013 and need to use Entity Framework code first approach in a project. I used NuGet Manager to install EF v6.1 into my project. But I can't create an empty code first model or even a code first model from database although there are two other choices (DB first and Model first).

How I can add Entity Framework code first feature to my project?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Azad
  • 407
  • 1
  • 9
  • 22

1 Answers1

1

Here is a beginners tutorial for using entity framework code first: An Absolute Beginner's Tutorial for understanding Entity Framework's Code First Approach in ASP.NET MVC