NuExt.System.Data provides a set of extensions for data classes to simplify and enhance database operations. This package is designed to streamline common tasks in database interaction, making it easier to manage and manipulate data within .NET applications.
System.Data.DalBase: Base class for Data Access Layer (DAL) implementations.System.Data.DataReaderExtensions: Provides extension methods forDataReaderobjects.System.Data.DataRowExtensions: Adds extension methods forDataRowobjects.System.Data.DataTableExtensions: Includes extension methods forDataTableobjects.System.Data.DbConverter<TDbConnection>: Base class for database converters.System.Data.IDbContext: Interface for database context operations.
You can install NuExt.System.Data via NuGet:
dotnet add package NuExt.System.DataOr through the Visual Studio package manager:
- Go to
Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution.... - Search for
NuExt.System.Data. - Click "Install".
For comprehensive examples of how to use the package, see samples in the following repository:
Licensed under the MIT License. See the LICENSE file for details.