Create the project
Last updated
Last updated
1) Change to the directory of your choice and create a project called EFGetStarted
2) Install dotnet ef
the global CLI tool for working with entity framework tool set
Refer link for details
3) Install entity framework core SQL Server package for the current project, the command is documented here if you need to refer to it
4) Install entity framework core design library package for the current project, we will need this later
5) verify the installations by listing the packages in the project
output
We are now good to go to the next step!