From the course: Learning Entity Framework Core

Unlock the full course today

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

Entity Framework on Mac, part 1

Entity Framework on Mac, part 1 - Entity Framework Tutorial

From the course: Learning Entity Framework Core

Start my 1-month free trial

Entity Framework on Mac, part 1

- [Instructor] All right, we are ready to create our app. The first thing we want to check is to make sure that you are in a folder like projects that you're going to create your application in. Within projects, I will create a subfolder called Mac EF Console App by typing in mkdir MacEFConsoleApp. Now I'll navigate into that directory by typing the first three letters and entering asterisk. From here, I can create a new dot net app that's a console. Dotnet new console. Created successfully, great so now I can launch code by entering code space period and it should launch. Now if for some reason it doesn't launch for you and you get a error, what you most likely need to do is to go to view, command palette and type in command and install code in the command path by choosing this first option here. At this point right now, I can open up visual studio codes terminal by holding the control key and hitting the back to key, the back to key looks like reverse apostrophe. Within here, I will…

Contents