8000 GitHub - row5is/PDN-15-mof: EF Core Framework example
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

row5is/PDN-15-mof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Philly.NET 15 minutes of Fame

EF Core Framework example

This is a simple project that has dbcontext and migrations in it.

Dotnet ef migrations add {name of migration}

Dotnet ef database update

Reverse Engineer a database

Add these pacakges:

Install-package Microsoft.EntityFrameworkCore.SqlServer

install-package Microsoft.EntityFrameworkCore.Tools

Install-Package Microsoft.EntityFrameworkCore.SqlServer.Design

Then run this command

Scaffold-DbContext "{your server connection}" Microsoft.entityFrameworkCore.SqlServer -OutputDIr Models

About

EF Core Framework example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0