AutoClutch.AutoCore
4.5.3
See the version list below for details.
dotnet add package AutoClutch.AutoCore --version 4.5.3
NuGet\Install-Package AutoClutch.AutoCore -Version 4.5.3
<PackageReference Include="AutoClutch.AutoCore" Version="4.5.3" />
paket add AutoClutch.AutoCore --version 4.5.3
#r "nuget: AutoClutch.AutoCore, 4.5.3"
// Install AutoClutch.AutoCore as a Cake Addin #addin nuget:?package=AutoClutch.AutoCore&version=4.5.3 // Install AutoClutch.AutoCore as a Cake Tool #tool nuget:?package=AutoClutch.AutoCore&version=4.5.3
AutoClutch core logic.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. 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. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on AutoClutch.AutoCore:
Package | Downloads |
---|---|
AutoClutch.AutoRepo
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
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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
- v4.5.3
- Add IService interface.
- Add reference to IService from the IValidation IsValid() method.
- v4.5.2
- Expanded the IValidation interface to handle passing the loggedInUserName, in case this is also used for validation.
- v4.5.1
- Added a IValidation interface for developers who will want to run validation rules in the IService's Add and Update methods.
- v4.5
- Initial commit of core logic for AutoClutch.