Skip to content

tuongntk/Threenine.Data

 
 

Repository files navigation

Generic Repository Pattern for C# .net Core

Build status NuGet Badge NuGet Downloads Twitter Follow PayPal Documentation Status

A simple lean & clean generic repository pattern for .net core abstraction layer EntityFramework Core.

Originally inspired by writing my blog post Generic Repository Pattern .net core, however the project has moved on to develop a reusable unit of work package with dependency injection functionality.

Installation

The simplest method to install Threenine.Data into your solution/project is to use NuGet.:

    nuget Install-Package Threenine.Data

Or via the DotNet Cli

    dotnet add package Threenine.Data

Check out Nuget package page for more details.

Bugs & Feature requests

If you want to raise bugs or Request a feature please do so via a Github issue and we will attempt to address it as soon as resource is available to do so.

Project Status

Waffle.io - Columns and their card count

Throughput Graph

Documentation

All the documentation of how to use and implement the Threenine.Data : Generic Unit of Work and Repository is available on Read the Docs

Donate

Threenine.Data is developed and supported for free.

If you would like to make a donation to keep the developers stocked with coffee and pizza's would be greatly appreciated.

Donate via PayPal

threenine logo

About

Generic Repository Pattern for .net core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.4%
  • CSS 2.5%
  • JavaScript 0.1%