Skip to content

enesbabaoglu/EntityFrameworkAndNetCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EntityFrameworkAndNetCore

COMMANDS

1 - dotnet new Console // Create Console Project

2 - dotnet add package Microsoft.EntityFrameworkCore.Sqlite //Install SQL Lite server

3 - dotnet tool install --global dotnet-ef //install dotnet-ef

4 - dotnet add package Microsoft.EntityFrameworkCore.Design //install Package

5 - dotnet ef migrations add InitialCreate // Create migrations

6 - dotnet ef database update //Updating DB using migrations

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages