Skip to content

danielsous/StudyEF

Repository files navigation

Study using Entity Framework with SQLite in .net

Console Application

To run the application:

  1. Open a terminal and navigate to the application`s folder.
  2. Execute the following command:
dotnet run

Database Migations:

For create migrations was used the following command:

dotnet ef migrations add InitialCreate

And for update database:

dotnet ef database update

About

Project to understand the basic of EntityFramework using SQLite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages