Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.28 KB

File metadata and controls

26 lines (18 loc) · 1.28 KB

UnitRepository for .NET Framework

Unit Repository for .NET Framework, it combined 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 Framework 4.6.1
  • Microsoft.EntityFramework 6.2.0

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