Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.4 KB

File metadata and controls

29 lines (21 loc) · 1.4 KB

Unit Repository

Unit Repository is a combination of 2 patterns are Unit of Work Pattern and Repository Pattern. It make for easy to understand and develop when you coding with using those patterns.

Software Require

  • Visual Studio 2017 (recommended) or lastest
  • SQL Server 2016 (recommended) or lastest

Package

  • ASP.NET Core V.2.2
  • Microsoft.EntityFrameworkCore V.2.2.1
  • Microsoft.EntityFrameworkCore.SqlServer V.2.2.1
  • Microsoft.EntityFrameworkCore.Design V.2.2.1
  • Microsoft.EntityFrameworkCore.Proxies V.2.2.1

Branch

  • master: Source code release version. If you want to custom you can download and include project into your solution.
  • Development: Source code in this branch is developing it may have some issue, if you need to use stable version you need to pull code at master branch.
  • Implementation: This branch contain about example how to use.

Implementation

For this project, I seperate project into 3 tiers are Core project, Domain project, and Model project.

Learn more about those pattern