eQuantic.Core.Data.EntityFramework.SqlServer
9.0.0
See the version list below for details.
dotnet add package eQuantic.Core.Data.EntityFramework.SqlServer --version 9.0.0
NuGet\Install-Package eQuantic.Core.Data.EntityFramework.SqlServer -Version 9.0.0
<PackageReference Include="eQuantic.Core.Data.EntityFramework.SqlServer" Version="9.0.0" />
<PackageVersion Include="eQuantic.Core.Data.EntityFramework.SqlServer" Version="9.0.0" />
<PackageReference Include="eQuantic.Core.Data.EntityFramework.SqlServer" />
paket add eQuantic.Core.Data.EntityFramework.SqlServer --version 9.0.0
#r "nuget: eQuantic.Core.Data.EntityFramework.SqlServer, 9.0.0"
#:package eQuantic.Core.Data.EntityFramework.SqlServer@9.0.0
#addin nuget:?package=eQuantic.Core.Data.EntityFramework.SqlServer&version=9.0.0
#tool nuget:?package=eQuantic.Core.Data.EntityFramework.SqlServer&version=9.0.0
eQuantic Core Data Entity Framework Library
The eQuantic Data Core provides all the implementation needed to use the Repository Pattern
The following are examples of implementing the repository pattern: Repository Pattern Implemetation
This package provides repository implementation with Entity Framework Core
To install eQuantic.Core.Data.EntityFramework, run the following command in the Package Manager Console
Install-Package eQuantic.Core.Data.EntityFramework
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. |
-
net9.0
- eQuantic.Core (>= 1.7.0)
- eQuantic.Core.Data (>= 4.2.3)
- eQuantic.Core.Data.EntityFramework (>= 4.3.9)
- Microsoft.EntityFrameworkCore (>= 9.0.4)
- Microsoft.EntityFrameworkCore.SqlServer (>= 9.0.4)
- Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite (>= 9.0.4)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on eQuantic.Core.Data.EntityFramework.SqlServer:
Package | Downloads |
---|---|
eQuantic.Core.Persistence.SqlServer
eQuantic Persistence with SQL Server Library |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
9.0.1 | 160 | 6/17/2025 |
9.0.0 | 132 | 4/19/2025 |
8.0.9 | 157 | 6/17/2025 |
8.0.8 | 159 | 4/19/2025 |
8.0.7 | 165 | 2/17/2025 |
8.0.6 | 152 | 1/8/2025 |
8.0.5 | 205 | 10/11/2024 |
8.0.4 | 189 | 9/4/2024 |
8.0.3 | 173 | 8/25/2024 |
8.0.2 | 157 | 8/22/2024 |
8.0.1 | 173 | 7/22/2024 |
8.0.0 | 180 | 5/31/2024 |
7.0.7 | 133 | 6/17/2025 |
7.0.6 | 104 | 2/17/2025 |
7.0.5 | 91 | 1/8/2025 |
7.0.4 | 169 | 9/4/2024 |
7.0.3 | 159 | 8/25/2024 |
7.0.2 | 147 | 8/22/2024 |
7.0.1 | 146 | 7/22/2024 |
7.0.0 | 165 | 5/31/2024 |
6.0.8 | 161 | 6/17/2025 |
6.0.7 | 160 | 4/19/2025 |
6.0.6 | 159 | 2/17/2025 |
6.0.5 | 249 | 10/11/2024 |
6.0.4 | 121 | 9/4/2024 |
6.0.3 | 130 | 8/25/2024 |
6.0.2 | 144 | 8/22/2024 |
6.0.1 | 114 | 7/22/2024 |
6.0.0 | 114 | 5/31/2024 |
4.3.10 | 136 | 6/17/2025 |
4.3.9 | 95 | 4/19/2025 |
4.3.8 | 88 | 4/19/2025 |
4.3.7 | 97 | 2/17/2025 |
4.3.6 | 94 | 1/8/2025 |
4.3.5 | 111 | 10/11/2024 |
4.3.4 | 123 | 9/4/2024 |
4.3.3 | 131 | 8/25/2024 |
4.3.2 | 147 | 8/22/2024 |
4.3.1 | 117 | 7/22/2024 |
4.3.0 | 122 | 5/31/2024 |
Entity ignorant persistance with Repository Pattern for Entity Framework