Skip to content

ZenateConnect/UnitRepository.NetFramework

Repository files navigation

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

About

Unit Repository for .NET Framework, It combined Unit of Work Pattern and Repository Pattern, and make it easy to use.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published