Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
siriak committed Sep 6, 2023
1 parent 1375a2f commit 8cb61ec
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions README.md
@@ -1,11 +1,11 @@
# Generic Repository Pattern for C# .net Core
# Generic Repository Pattern for .NET

[![NuGet Badge](https://buildstats.info/nuget/Threenine.Data)](https://www.nuget.org/packages/Threenine.Data/) [![NuGet Downloads](http://img.shields.io/nuget/dt/Threenine.Data.svg?style=flat)](https://www.nuget.org/packages/Threenine.Data/) [![Twitter Follow](https://img.shields.io/twitter/follow/threenine39.svg?style=social?maxAge=2592000)](https://twitter.com/threenine39) [![PayPal](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.me/geekiam) [![Documentation Status](https://readthedocs.org/projects/genericrepository/badge/?version=latest)](http://genericrepository.readthedocs.io/en/latest/?badge=latest) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

A simple lean & clean generic repository pattern for .net core abstraction layer Entity Framework Core.
A simple lean & clean generic repository pattern for .NET abstraction layer Entity Framework Core.


Originally inspired by writing my blog post [Generic Repository Pattern .net core](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.
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

Expand All @@ -16,13 +16,13 @@ If you have found this project helpful, either as a library that you use or as a

## Installation

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

```bash
nuget Install-Package Threenine.Data
```

Or via the DotNet Cli
Or via the .NET CLI

```bash
dotnet add package Threenine.Data
Expand All @@ -34,23 +34,22 @@ Check out [Nuget package page](https://www.nuget.org/packages/Threenine.Data/) f
## Bugs & Feature requests


If you want to raise bugs 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 resource is available to do so.
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
## 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)
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.
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 is not come with free support or warranties of any kind.
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:
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)
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)

0 comments on commit 8cb61ec

Please sign in to comment.