Info
Version: | 1.0.17061.1 |
Author(s): | Ryan Mauldin |
Last Update: | Thursday, March 2, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/OhRyanOh/OpenShare.Net |
NuGet Url: | https://www.nuget.org/packages/OpenShare.Net.Library.Repository |
Install
Install-Package OpenShare.Net.Library.Repository
dotnet add package OpenShare.Net.Library.Repository
paket add OpenShare.Net.Library.Repository
OpenShare.Net.Library.Repository Download (Unzip the "nupkg" after downloading)
Dependencies
- OpenShare.Net.Library.Common(>= 1.0.17061.1)
- EntityFramework(>= 6.1.3)
- SlowCheetah(>= 2.5.15)
Tags
All repositories are tightly coupled to Entity Framework. Primary Keys have their own generic types to make creating new repositories easy, and for allowance of composite keys.
Many basic Id based repositories for different types already exist and can be used as examples. See source code on Github by using the project url.