DEV Community

Discussion on: How YOU can use an ORM in .NET Core and C# to type less SQL -starring Entity Framework

Collapse
 
viliamjr profile image
Viliam • Edited

Great tutorial!

Additionaly, it was necessary:

1) to create a solution: 'dotnet new sln'
2) to install EF tool: 'dotnet tool install --global dotnet-ef'