Mvp24Hours.Infrastructure.Data.EFCore
10.0.0
dotnet add package Mvp24Hours.Infrastructure.Data.EFCore --version 10.0.0
NuGet\Install-Package Mvp24Hours.Infrastructure.Data.EFCore -Version 10.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="Mvp24Hours.Infrastructure.Data.EFCore" Version="10.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Mvp24Hours.Infrastructure.Data.EFCore" Version="10.0.0" />
<PackageReference Include="Mvp24Hours.Infrastructure.Data.EFCore" />
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 Mvp24Hours.Infrastructure.Data.EFCore --version 10.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Mvp24Hours.Infrastructure.Data.EFCore, 10.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 Mvp24Hours.Infrastructure.Data.EFCore@10.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=Mvp24Hours.Infrastructure.Data.EFCore&version=10.0.0
#tool nuget:?package=Mvp24Hours.Infrastructure.Data.EFCore&version=10.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Mvp24Hours.Infrastructure.Data.EFCore
Entity Framework Core persistence infrastructure for .NET 10 applications.
Install
dotnet add package Mvp24Hours.Infrastructure.Data.EFCore
Features
- Synchronous and asynchronous repositories, unit of work, specifications, and streaming.
- Bulk operations and CQRS read/write repositories.
- Multi-tenancy, encryption, row-level security, and read/write splitting.
- Automatic migrations, seeding, and schema validation.
- Database resilience, OpenTelemetry instrumentation, and health checks.
Quick start
Register a DbContext and repositories:
builder.Services.AddDbContext<AppDbContext>(options =>
options.UseSqlServer(builder.Configuration.GetConnectionString("Database")));
builder.Services.AddMvp24HoursDbContext<AppDbContext>();
builder.Services.AddMvp24HoursRepositoryAsync();
Provider-specific EF Core packages may be required for databases other than SQL Server.
Documentation
See kallebelins.github.io/mvp24hours-dotnet and the project repository.
License
Licensed under the MIT License.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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.
-
net10.0
- Microsoft.Data.SqlClient (>= 7.0.2)
- Microsoft.EntityFrameworkCore (>= 10.0.9)
- Microsoft.EntityFrameworkCore.InMemory (>= 10.0.9)
- Microsoft.EntityFrameworkCore.Relational (>= 10.0.9)
- Microsoft.EntityFrameworkCore.SqlServer (>= 10.0.9)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 10.0.9)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.9)
- Microsoft.Extensions.Resilience (>= 10.7.0)
- Mvp24Hours.Core (>= 10.0.0)
- Mvp24Hours.Infrastructure (>= 10.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Mvp24Hours.Infrastructure.Data.EFCore:
| Package | Downloads |
|---|---|
|
Mvp24Hours.Application
Application services, CRUD, validation, mapping, specifications, events, transactions, and query caching for Mvp24Hours. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0 | 64 | 8/5/2026 |
| 9.1.21 | 188 | 1/18/2026 |
| 9.1.20 | 1,170 | 1/2/2026 |
| 8.25.5061 | 369 | 5/6/2025 |
| 8.7.151 | 1,180 | 7/15/2024 |
| 8.5.610 | 292 | 5/6/2025 |
| 8.3.261 | 323 | 3/26/2024 |
| 8.2.102 | 661 | 2/9/2024 |
| 8.2.101 | 443 | 2/7/2024 |
| 5.4.281 | 293 | 4/28/2025 |
| 4.1.191 | 586 | 1/19/2024 |
| 4.1.181 | 453 | 1/19/2024 |
| 3.12.262 | 598 | 12/26/2023 |
| 3.12.261 | 516 | 12/26/2023 |
| 3.12.221 | 545 | 12/22/2023 |
| 3.12.151 | 521 | 12/17/2023 |
| 3.6.221 | 6,771 | 6/22/2022 |
| 3.4.111 | 1,253 | 4/11/2022 |
| 3.2.241 | 1,381 | 2/24/2022 |
Loading failed