mustafakapucu / dotnet-core-3x-mvc-generic-respository-unit-of-work

dotnet-core-3x-mvc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotnet-core-3x-mvc-generic-respository-unit-of-work

for ef core migrations

add design package

dotnet add AspNetCore.Presentation/AspNetCore.Presentation.csproj package Microsoft.EntityFrameworkCore.Design

add migrations

dotnet ef --startup-project AspNetCore.Presentation/AspNetCore.Presentation.csproj migrations add InitialModel -p AspNetCore.Data/AspNetCore.Data.csproj

database update

dotnet ef --startup-project AspNetCore.Presentation/AspNetCore.Presentation.csproj database update

About

dotnet-core-3x-mvc


Languages

Language:C# 82.4%Language:HTML 12.6%Language:CSS 4.3%Language:JavaScript 0.7%