Skip to content

LambdaEasy/RepositoryCodeFirstNetCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RepositoryCodeFirstNetCore

Repository in Code First Net Core 2.0

Lambda.Domain

Project where the entities related to the database are placed

Lambda.Core

Nucleus that manages the repository and the entity framework core .net

Lambda.Repository

Project is in charge of creating repository and entity framework management functionality and migration of domain entities ContextFactory.cs: This is where the SQL Server connection string is located.

TestConsole

Project that adds a record in the example table.

Use migration

From the package manager console. We execute the command add-migration Then we execute update-database to update the database

Autor

Israel Silvestre García

About

Repository in Code First Net Core 2.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages