Skip to content

MyWebSite Sample provides a startup project based on Asp.Net Core

Notifications You must be signed in to change notification settings

saramgsilva/MyWebsiteSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyWebSite

MyWebSite Sample provides a startup project based on Asp.Net Core

Diagrams

Architecture

Architecture diagram

Layers

Layer's diagram

Installing & updating EntityFramework Core

Oficial documentation

dotnet tool install --global dotnet-ef

Commands using Package Manager Console

  • Install-Package Microsoft.EntityFrameworkCore.Sqlite

  • Install-Package Microsoft.EntityFrameworkCore.Tools

  • Install-Package Microsoft.EntityFrameworkCore.SqlServer

  • Install-Package Microsoft.EntityFrameworkCore.Design

  • Install-Package Microsoft.VisualStudio.Web.CodeGeneration.Design

  • Install-Package Microsoft.EntityFrameworkCore.SqlServer

  • Install-Package Microsoft.Extensions.Logging.Debug

  • Install-Package Microsoft.EntityFrameworkCore.Tools.DotNet

  • Add-Migration MigationName

  • Remove-Migration MigationName

  • Update-Database

Others References

About

MyWebSite Sample provides a startup project based on Asp.Net Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published