Talrace.Core.Dal 8.0.0

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

// Install Talrace.Core.Dal as a Cake Tool
#tool nuget:?package=Talrace.Core.Dal&version=8.0.0

About

This package provides a set of extension methods for classes such as ModelBuilder and DbContext.
The package also contains the IOrderBy<TEntity> interface and two of its implementations for sorting IQueryable<TEntity> in ascending and descending order.

Available api

ModelBuilderExtensions - static class contains one extension method for ModelBuilder class that sets all database names (columns names, keys and foreign keys names, tables names, indexes names) to lowercase.
DbContextExtensions - static class provides set of extension methods for DbContext class.
OrderBy - class provides functionality for sorting IQueryable<TEntity> in ascending order.
OrderByDescending - class provides functionality for sorting IQueryable<TEntity> in descending order.

Setup

Before using the methods provided in ModelBuilderExtensions and DbContextExtension classes, you must connect to a relational database. For example:

public void ConfigureServices(IServiceCollection services) {
    services.AddDbContext<TestDbContext>(options => options.UseSqlServer("<ConnectionString>"));
}
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on Talrace.Core.Dal:

Package Downloads
Talrace.Core.Services

Core Services

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0 781 11/30/2023
6.0.5 2,333 3/28/2023
6.0.4 3,411 2/15/2023
6.0.3 292 2/7/2023
6.0.2 3,522 5/5/2022
6.0.1 372 5/5/2022
6.0.0 733 4/27/2022
3.1.19 441 9/24/2021
3.1.11 4,830 3/9/2021
3.1.10 1,330 12/16/2020
3.1.0 3,287 4/13/2020