GenericServices 1.0.10

dotnet add package GenericServices --version 1.0.10
NuGet\Install-Package GenericServices -Version 1.0.10
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GenericServices" Version="1.0.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GenericServices --version 1.0.10
#r "nuget: GenericServices, 1.0.10"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GenericServices as a Cake Addin
#addin nuget:?package=GenericServices&version=1.0.10

// Install GenericServices as a Cake Tool
#tool nuget:?package=GenericServices&version=1.0.10

Generic Services is a .NET class library to help build a service layer, i.e. a layer that acts as a facard/adapter between your data layers containing an Entity Framework database and your User Interface or HTTP service.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.10 15,476 10/3/2016
1.0.9 9,624 3/21/2016
1.0.8 2,251 6/10/2015
1.0.7 1,766 6/1/2015
1.0.6 1,562 4/14/2015
1.0.4 1,112 4/14/2015
1.0.3 1,367 2/2/2015
1.0.2 1,182 1/21/2015

Added GenericServicesConfig.HandleSqlExceptionOnSave to allow developer to handle SqlExection in SaveChangesWithChecking (sync and async)