Skip to content

Gabegi/EF_Core-Repository-Pattern_RestAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository Pattern with Entity Framework Core

Introduction

This project is a simple example of the Repository pattern with Entity Framework Core. You can find the tutorial here.

Project setup

  • BrandApplication.API: Presentation layer (also called Outer or External layer)
  • BrandApplication.Business: Application layer (also called Service or business layer)
  • BrandApplication.DataAccess: Data layer (also called Infrastructure layer)

Background

This project comes in addition to the EF-Core Repo that you can find here : EF-Core-Repo

Feedback

Let me know if you have any feedback, suggestions or if you find any issues. Thank you!