https://github.com/threenine/threenine.data
A Microsoft Entity Framework Core plugin providing Unit of work and repository pattern abstraction layer with common functionality
https://github.com/threenine/threenine.data
generic repository-pattern threenine unitofworkpattern
Last synced: 4 days ago
JSON representation
A Microsoft Entity Framework Core plugin providing Unit of work and repository pattern abstraction layer with common functionality
- Host: GitHub
- URL: https://github.com/threenine/threenine.data
- Owner: threenine
- License: other
- Created: 2017-01-23T13:44:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T07:27:33.000Z (over 1 year ago)
- Last Synced: 2025-05-14T02:35:12.973Z (6 days ago)
- Topics: generic, repository-pattern, threenine, unitofworkpattern
- Language: C#
- Homepage:
- Size: 8.72 MB
- Stars: 495
- Watchers: 17
- Forks: 107
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Generic Repository Pattern for .NET
[](https://www.nuget.org/packages/Threenine.Data/) [](https://www.nuget.org/packages/Threenine.Data/) [](https://twitter.com/threenine39) [](https://www.paypal.me/geekiam) [](http://genericrepository.readthedocs.io/en/latest/?badge=latest) [](https://www.gnu.org/licenses/gpl-3.0)
A simple lean & clean generic repository pattern for .NET abstraction layer Entity Framework Core.
Originally inspired by writing my blog post [Generic Repository Pattern for .NET](https://garywoodfine.com/generic-repository-pattern-net-core/), however the project has moved on to develop a reusable unit of work package with dependency injection functionality.
### Support This Project
If you have found this project helpful, either as a library that you use or as a learning tool, please consider buying the team a coffee:
## Installation
The simplest method to install Threenine.Data into your solution/project is to use NuGet:
```bash
nuget Install-Package Threenine.Data
```Or via the .NET CLI
```bash
dotnet add package Threenine.Data
```Check out [Nuget package page](https://www.nuget.org/packages/Threenine.Data/) for more details.
## Bugs & Feature requests
If you want to raise a bug or request a feature, please do so via a [Github issue](https://github.com/threenine/Threenine.Data/issues) and we will attempt to address it as soon as resources are available to do so.
## 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](http://genericrepository.readthedocs.io/en/latest/?badge=latest)
## Open Source
The source code for the project is free to use.
## Free to use NOT free to support
Although this product is free to use and the source code is provided free of charge to learn from, the product itself does not come with free support or warranties of any kind.
If you would like an issue fixed or a feature implemented, then you have two options:
1. Clone the repository, create an issue completing all the details defined in Issue Template. Implement the code, then submit a Pull Request.
2. [Make a donation](https://www.paypal.me/geekiam) or [subscribe to our product support plan](https://www.paypal.com/webapps/billing/plans/subscribe?plan_id=P-2PY93613K2600281UL3ORH4A)