AutoClutch.AutoService 3.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package AutoClutch.AutoService --version 3.1.0
NuGet\Install-Package AutoClutch.AutoService -Version 3.1.0
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="AutoClutch.AutoService" Version="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AutoClutch.AutoService --version 3.1.0
#r "nuget: AutoClutch.AutoService, 3.1.0"
#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 AutoClutch.AutoService as a Cake Addin
#addin nuget:?package=AutoClutch.AutoService&version=3.1.0

// Install AutoClutch.AutoService as a Cake Tool
#tool nuget:?package=AutoClutch.AutoService&version=3.1.0

AutoClutch.AutoRepo and AutoService is a simple generic repository and generic service for Entity Framework 6 that can be used to save you coding time when creating a data layer.

AutoClutch.AutoService is the business logic layer abstraction on top of the repository.

This includes auditing support provided by the 'Tracker-Enabled-DbContext' library.

Also includes Linq.Dynamic support from the Microsoft (MS-PL) library.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on AutoClutch.AutoService:

Package Downloads
AutoClutch.ODataApiController

AutoClutch.ODataApiController is a simple generic controller for use with WebApi controllers.

AutoClutch.AutoLog

This is the generic logging component for the AutoRepo generic repository.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.0 2,465 12/6/2018
4.6.0 2,308 5/9/2018
4.5.6 1,989 1/27/2017
4.5.5 1,000 1/26/2017
4.5.3 1,019 1/19/2017
4.5.2 1,050 1/19/2017
4.5.1 1,018 1/18/2017
4.5.0 1,949 1/5/2017
4.4.0 2,896 10/3/2016
3.12.0 1,147 4/18/2016
3.9.0 1,539 3/22/2016
3.6.0 1,176 12/17/2015
3.5.1 1,151 12/8/2015
3.5.0 1,211 11/25/2015
3.4.0 1,168 11/16/2015
3.3.0 1,132 11/15/2015
3.2.0 1,159 11/13/2015
3.1.0 1,186 11/9/2015
3.0.0 1,167 11/9/2015
2.0.0 1,125 10/20/2015
1.1.0 1,191 8/24/2015
1.0.7 1,428 8/7/2015
1.0.6 1,175 6/15/2015
1.0.5 1,149 6/15/2015
1.0.4 1,204 3/13/2015
1.0.3 1,266 3/1/2015
1.0.2 1,460 11/26/2014
1.0.1 1,323 11/26/2014
1.0.0 1,399 11/25/2014

- Requires EntityFramework 6.1.3.  Previous versions required 6.1.1.
- Added tracker-enabled-dbcontext (https://bilal-fazlani.github.io/tracker-enabled-dbcontext), (https://github.com/bilal-fazlani/tracker-enabled-dbcontext) for data audit tracking.
- Added the Linq.Dynamic string query feature to be able to query and orderby based on strings.  Orderby is included as of version 2.2.1 of this generic service.
- Requires version 2.2.2 of AutoRepo.
- Added the ability to specify if you want lazy loading and/or proxy creation on almost all repository methods.