TEO.DBCoreClient 1.0.0

dotnet add package TEO.DBCoreClient --version 1.0.0
NuGet\Install-Package TEO.DBCoreClient -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="TEO.DBCoreClient" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TEO.DBCoreClient --version 1.0.0
#r "nuget: TEO.DBCoreClient, 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.
// Install TEO.DBCoreClient as a Cake Addin
#addin nuget:?package=TEO.DBCoreClient&version=1.0.0

// Install TEO.DBCoreClient as a Cake Tool
#tool nuget:?package=TEO.DBCoreClient&version=1.0.0

NuGet Package Name

NuGet Version License

Description

The YourPackageName NuGet package provides a convenient and easy-to-use database layer for your C# applications. It simplifies the interaction with the database by abstracting away the low-level details, allowing you to focus on your application's business logic.

Features

  • Data Access Abstraction: The package provides a set of interfaces and classes to abstract the data access layer, enabling you to work with databases in a consistent and maintainable manner.
  • Database Provider Agnostic: It supports various database providers, such as SQL Server, MySQL, PostgreSQL, and more. You can easily switch between different database engines without significant code changes.
  • Connection Management: The package handles connection management for you, ensuring efficient usage of database connections and reducing the overhead of establishing connections.
  • Query Building: It includes a query builder that allows you to construct complex SQL queries programmatically. The query builder helps prevent SQL injection vulnerabilities and provides a more structured and readable way to create queries.
  • ORM Integration: The package seamlessly integrates with popular Object-Relational Mapping (ORM) frameworks, such as Entity Framework (EF), Dapper, or NHibernate. You can choose the ORM of your preference while leveraging the benefits of the database layer.
  • Transaction Support: It provides transaction management capabilities, allowing you to perform atomic operations across multiple database queries. You can easily handle rollback and commit operations within a transaction scope.
  • Error Handling and Logging: The package includes built-in error handling and logging mechanisms to capture and log database-related errors, making it easier to diagnose and troubleshoot issues.

Installation

You can install the YourPackageName NuGet package via the NuGet Package Manager Console or by adding it to your project's .csproj file.

NuGet Package Manager Console

Install-Package YourPackageName
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 132 7/6/2023

It's a alpha version of the library