Skip to content

aspnetcorefaten/basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

basics

the fundamental for .net core

dotnet add package Microsoft.EntityFrameworkCore.SqlServer

dotnet add package Microsoft.EntityFrameworkCore.Design

dotnet restore

-- adding itemGroup to csproj Microsoft.EntityFrameworkCore.Tools.DotNet

dotnet ef ==> entityFramework dotnet ef migrations initialModel dotnet ef migrations remove dotnet database update 0

About

the fundamental for .net core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published