A toolkit that provides a lightweight starter kit for using the Repository pattern.
Info
Version: | 3.0.1 |
Author(s): | Johelvis Guzman |
Last Update: | Tuesday, January 11, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/johelvisguzman/DotNetToolkit.Repository |
NuGet Url: | https://www.nuget.org/packages/DotNetToolkit.Repository |
Install
Install-Package DotNetToolkit.Repository
dotnet add package DotNetToolkit.Repository
paket add DotNetToolkit.Repository
DotNetToolkit.Repository Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.3
- Microsoft.Extensions.Configuration.Abstractions(>= 1.1.2)
- NETStandard.Library(>= 1.6.1)
- System.ComponentModel.Annotations(>= 4.7.0)
- System.Data.Common(>= 4.3.0)
- System.Linq.Queryable(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.7.0)
- System.Security.Cryptography.Algorithms(>= 4.3.1)
- Microsoft.Extensions.Configuration.Abstractions(>= 3.1.2)
- System.ComponentModel.Annotations(>= 4.7.0)
- System.Configuration.ConfigurationManager(>= 4.7.0)
No dependencies.