Step by step: .NET Core and Entity Framework Core

Today I’ll show you how to create a small console application with a Step by step: .NET Core and Entity Framework Core example. First be aware of the following prerequisites: Now let’s start: Create a folder for your new project Open a command promt an run 1mkdir efcore Create the project 1cd efcore 2dotnet new Create...