Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 883 Bytes

File metadata and controls

22 lines (13 loc) · 883 Bytes

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: Repository_Pattern_Tutorial

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!