From the course: Learning Entity Framework Core

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Install Entity Framework

Install Entity Framework - Entity Framework Tutorial

From the course: Learning Entity Framework Core

Start my 1-month free trial

Install Entity Framework

- [Narrator] So now we're ready to install entity framework. Now, if you were just following the last video and you still have your properties window in the middle of the screen, what you can do is simply drag it to the bottom right hand corner of the solution explorer and just make sure that the bottom right hand corner has the blue light block and drop it right back into where it belongs. So now, to get started with installing entity framework, let's go ahead and first create a project by going to file, new project, and we're going to want to navigate under template, visual C#, and select .NET core, and make sure that we choose a console application that's .NET core. We'll go ahead and name this project DemoConsole and make sure only create directory for solution is selected and nothing else, and click OK. In the upper right hand corner, you might have seen that it was restoring the dependencies, that's the nature of these .NET core projects now. And these dependencies can be seen…

Contents