AutoClutch.AutoService
2.0.0
See the version list below for details.
dotnet add package AutoClutch.AutoService --version 2.0.0
NuGet\Install-Package AutoClutch.AutoService -Version 2.0.0
<PackageReference Include="AutoClutch.AutoService" Version="2.0.0" />
paket add AutoClutch.AutoService --version 2.0.0
#r "nuget: AutoClutch.AutoService, 2.0.0"
// Install AutoClutch.AutoService as a Cake Addin #addin nuget:?package=AutoClutch.AutoService&version=2.0.0 // Install AutoClutch.AutoService as a Cake Tool #tool nuget:?package=AutoClutch.AutoService&version=2.0.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.
Product | Versions 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. |
-
- AutoClutch.AutoRepo (>= 2.0.0)
- EntityFramework (>= 6.1.1)
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,535 | 12/6/2018 |
4.6.0 | 2,378 | 5/9/2018 |
4.5.6 | 2,045 | 1/27/2017 |
4.5.5 | 1,028 | 1/26/2017 |
4.5.3 | 1,049 | 1/19/2017 |
4.5.2 | 1,079 | 1/19/2017 |
4.5.1 | 1,033 | 1/18/2017 |
4.5.0 | 2,032 | 1/5/2017 |
4.4.0 | 2,964 | 10/3/2016 |
3.12.0 | 1,180 | 4/18/2016 |
3.9.0 | 1,574 | 3/22/2016 |
3.6.0 | 1,195 | 12/17/2015 |
3.5.1 | 1,183 | 12/8/2015 |
3.5.0 | 1,248 | 11/25/2015 |
3.4.0 | 1,190 | 11/16/2015 |
3.3.0 | 1,162 | 11/15/2015 |
3.2.0 | 1,196 | 11/13/2015 |
3.1.0 | 1,224 | 11/9/2015 |
3.0.0 | 1,203 | 11/9/2015 |
2.0.0 | 1,164 | 10/20/2015 |
1.1.0 | 1,228 | 8/24/2015 |
1.0.7 | 1,469 | 8/7/2015 |
1.0.6 | 1,196 | 6/15/2015 |
1.0.5 | 1,186 | 6/15/2015 |
1.0.4 | 1,241 | 3/13/2015 |
1.0.3 | 1,301 | 3/1/2015 |
1.0.2 | 1,494 | 11/26/2014 |
1.0.1 | 1,343 | 11/26/2014 |
1.0.0 | 1,418 | 11/25/2014 |
Major update for version 2.0. The update method now updates the entire object graph. This is a change over the 1.x series as those versions forced you to update each entity one by one if the object graph was disconnected from the context.