Skip to content

A .NET Core Web API application containing a Repository Pattern boilerplate code

Notifications You must be signed in to change notification settings

jufergom/repository-pattern-boilerplate-dotnet-core

Repository files navigation

Repository Pattern Boilerplate in .NET Core Web API

A .NET Core Web API application containing a Repository Pattern boilerplate code. Sample application is a blog that contains posts. These entities are stored in a sqlite database. The idea is to make this project customizable and modify it to support any SQL database with Entity Framework.

Resources used to create this project

Commands used for database migration

Run the following commands inside the Package Manager Console to execute the sqlite database migration.

add-migration Initial
update-database

About

A .NET Core Web API application containing a Repository Pattern boilerplate code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages