Pre-requisites :

Let’s get started

  • Create new project with dotnet cli
    • dotnet new webapi –n TodoApi
  • Run and test the applications
    • cd TodoApi && dotnet run
  • Stop the application
    • ctrl + c

Install these two packages from nuget packages :

  • dotnet add package Microsoft.EntityFrameworkCore
  • dotnet add package Microsoft.EntityFrameworkCore.InMemory


Comment Section

Comments are closed.


Search