DMS.Connection.Ado
1.0.0
dotnet add package DMS.Connection.Ado --version 1.0.0
NuGet\Install-Package DMS.Connection.Ado -Version 1.0.0
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="DMS.Connection.Ado" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DMS.Connection.Ado" Version="1.0.0" />
<PackageReference Include="DMS.Connection.Ado" />
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 DMS.Connection.Ado --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DMS.Connection.Ado, 1.0.0"
#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 DMS.Connection.Ado@1.0.0
#: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=DMS.Connection.Ado&version=1.0.0
#tool nuget:?package=DMS.Connection.Ado&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DMS.Connection.Adv
Paquete NuGet: DMS.Connection.Ado Autor: Fredy Fuentes Versión Actual: 1.0.0
📜 Descripción
DMS.Connection.Adv
es una biblioteca para .NET que facilita la conexión y operaciones con bases de datos de SQL. Ofrece métodos para ejecutar consultas SQL.
📝 Características Principales
- Ejecución de consultas SQL: Soporte para DataSet, DataTable, listas tipadas y objetos.
- Inyección de dependencias: Configuración simplificada en aplicaciones ASP.NET Core.
📖 Ejemplos de Uso
📖 Configuración en ASP.NET Core
public void ConfigureServices(IServiceCollection services)
{
services.AddAdoConnection(options =>
{
options.ConnectionString = "col";
});
}
📖 Ejecutar consulta y obtener DataTable
var advConnect = serviceProvider.GetService<IAdvConnect>();
var dataTable = await advConnect.FetchDataTableAsync("SELECT * FROM Users");
📖 Autenticar Usuario
bool isValid = await advConnect.LoginAsync("COMP001", "user1", "securePassword123");
📖 Ejecutar consulta no query
await advConnect.ExecuteAsync("UPDATE Users SET Status = 1 WHERE Id = 100");
🚀 Instalación
Puedes instalar el paquete desde NuGet con:
dotnet add package DMS.Connection.Ado
🛠 Compatibilidad
- .NET 9.0+
📄 Licencia
Este proyecto se encuentra bajo la licencia Apache2-0.
📌 Cómo Contribuir
Si deseas contribuir, revisa el archivo CONTRIBUTING.md
para más detalles.
📜 Changelog
Para ver los cambios en cada versión, consulta el archivo CHANGELOG.md
.
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.Common.Extensions (>= 1.0.0)
- Microsoft.Data.SqlClient (>= 6.0.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.8)
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 |
---|---|---|
1.0.0 | 164 | 8/29/2025 |