AutoClutch.AutoService 1.0.5

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

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

AutoClutch.AutoRepo is a simple generic repository 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.

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,476 12/6/2018
4.6.0 2,311 5/9/2018
4.5.6 1,992 1/27/2017
4.5.5 1,002 1/26/2017
4.5.3 1,021 1/19/2017
4.5.2 1,052 1/19/2017
4.5.1 1,020 1/18/2017
4.5.0 1,966 1/5/2017
4.4.0 2,899 10/3/2016
3.12.0 1,148 4/18/2016
3.9.0 1,540 3/22/2016
3.6.0 1,177 12/17/2015
3.5.1 1,154 12/8/2015
3.5.0 1,212 11/25/2015
3.4.0 1,171 11/16/2015
3.3.0 1,135 11/15/2015
3.2.0 1,162 11/13/2015
3.1.0 1,189 11/9/2015
3.0.0 1,170 11/9/2015
2.0.0 1,128 10/20/2015
1.1.0 1,194 8/24/2015
1.0.7 1,430 8/7/2015
1.0.6 1,178 6/15/2015
1.0.5 1,156 6/15/2015
1.0.4 1,208 3/13/2015
1.0.3 1,269 3/1/2015
1.0.2 1,462 11/26/2014
1.0.1 1,325 11/26/2014
1.0.0 1,400 11/25/2014

- Added the ability to control the proxy creation and lazy loading from the Get method service call.