AdoManager 1.1.24
See the version list below for details.
Requires NuGet 2.8 or higher.
dotnet add package AdoManager --version 1.1.24
NuGet\Install-Package AdoManager -Version 1.1.24
<PackageReference Include="AdoManager" Version="1.1.24"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add AdoManager --version 1.1.24
#r "nuget: AdoManager, 1.1.24"
// Install AdoManager as a Cake Addin #addin nuget:?package=AdoManager&version=1.1.24 // Install AdoManager as a Cake Tool #tool nuget:?package=AdoManager&version=1.1.24
AdoManager is a .NET project for managing Sql Connection Strings and Ado.NET executions.
Read connection strings from setting file as normal or encrypted mode.
Share connections in environs of all projects as static.
You can use Dapper ORM in DataAccessObject.
for more informations: https://github.com/Behzadkhosravifar/AdoManager
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. |
-
.NETFramework 4.5
- Clarius.TransformOnBuild-unofficial (>= 1.20.0)
- Dapper (>= 1.42.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
* Some Bug fixes.
* A Connection.cs class added to automatically to your project.
* Create your connections property and adding automatically by T4.
* Auto built-in for T4 Text Templete project added.