AdoManager 1.1.85
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, automatically.
Share connections in environs of all projects as static.
You can use Dapper ORM in DataAccessObject.
for more informations: https://github.com/Behzadkhosravifar/AdoManager
Requires NuGet 2.8 or higher.
Install-Package AdoManager -Version 1.1.85
dotnet add package AdoManager --version 1.1.85
<PackageReference Include="AdoManager" Version="1.1.85"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AdoManager --version 1.1.85
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AdoManager, 1.1.85"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
* Some Bug fixes.
* Remove TextTemplate dependency
Dependencies
-
.NETFramework 4.5
- Dapper (>= 1.50.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.