DMSConnectionManager 1.0.5
The owner has unlisted this package.
This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package DMSConnectionManager --version 1.0.5
NuGet\Install-Package DMSConnectionManager -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="DMSConnectionManager" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DMSConnectionManager" Version="1.0.5" />
<PackageReference Include="DMSConnectionManager" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DMSConnectionManager --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DMSConnectionManager, 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.
#:package DMSConnectionManager@1.0.5
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DMSConnectionManager&version=1.0.5
#tool nuget:?package=DMSConnectionManager&version=1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DMSConnectionManager
DMSConnectionManager es una librería que propociona funcinalizades de conexión a una base de datos DMS.
Instalación
Puedes instalar el paquete NuGet utilizando el siguiente comando:
dotnet add package DMSConnectionManager
Uso
Configuración y conexión a la base de datos
using DMS.ConnectionManager;
using static DMS.ConnectionManager.SQL.DMSSQLGenerator;
using static DMS.ConnectionManager.DMSConsts.DMSConsts;
public class Startup
{
public void ConfigureServices()
{
string key = "AutorizationKEY123.."
string recipientPublicKey = "asdasdadsadsad...";
string recipientPrivateKey = "AVCE435ASADSAD...";
string senderPublicKey = "LOMAQxqewqeq..."
DMSSettings.Initialize(key, recipientPublicKey, recipientPrivateKey, senderPublicKey);
DMSSettings.IAmOffline = false;
DMSSettings.ConnectionString = "colombia";
var query = string.Empty;
query += GenerateSQL("SELECT @@servername");
Console.WriteLine(query);
var ds = new DataTable();
DMSConnect.Open(ref ds, query);
Console.WriteLine();
}
}
Licencia
Este proyecto está licenciado bajo la Licencia Apache-2.0.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- DMS.SecurityManager (>= 1.0.5)
- Microsoft.Data.SqlClient (>= 6.0.1)
- System.ServiceModel.Duplex (>= 6.0.0)
- System.ServiceModel.Federation (>= 8.1.1)
- System.ServiceModel.Http (>= 8.1.1)
- System.ServiceModel.NetTcp (>= 8.1.1)
- System.ServiceModel.Security (>= 6.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|