EDennis.EFBase
0.0.3-alpha
See the version list below for details.
dotnet add package EDennis.EFBase --version 0.0.3-alpha
NuGet\Install-Package EDennis.EFBase -Version 0.0.3-alpha
<PackageReference Include="EDennis.EFBase" Version="0.0.3-alpha" />
<PackageVersion Include="EDennis.EFBase" Version="0.0.3-alpha" />
<PackageReference Include="EDennis.EFBase" />
paket add EDennis.EFBase --version 0.0.3-alpha
#r "nuget: EDennis.EFBase, 0.0.3-alpha"
#:package EDennis.EFBase@0.0.3-alpha
#addin nuget:?package=EDennis.EFBase&version=0.0.3-alpha&prerelease
#tool nuget:?package=EDennis.EFBase&version=0.0.3-alpha&prerelease
Provides a RepoBase and ContextBases for Entity Framework targeting SQL Server. RepoBase class includes methods for creating, reading (by PK), updating, and deleting -- both synchronously and asynchronously. The RepoBase also includes methods for returning JSON from a valid FOR JSON SQL Server SELECT statement. To use RepoBase, be sure to extend both RepoBase (for all of your repository classes) and ContextBase (for all of your DbContext subclasses)
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. net9.0 was computed. 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. |
| .NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
-
.NETCoreApp 2.0
- Microsoft.AspNetCore.All (>= 2.0.5)
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 |
|---|---|---|
| 2.3.0 | 1,417 | 1/16/2019 |
| 2.2.0 | 1,869 | 11/8/2018 |
| 2.1.9 | 1,863 | 10/22/2018 |
| 2.1.8 | 2,013 | 8/17/2018 |
| 2.1.7 | 1,988 | 7/30/2018 |
| 2.1.6 | 2,108 | 7/30/2018 |
| 1.3.4 | 2,026 | 7/23/2018 |
| 1.3.3 | 2,409 | 7/12/2018 |
| 1.3.2 | 2,216 | 7/12/2018 |
| 1.3.1 | 2,222 | 7/11/2018 |
| 1.3.0 | 2,244 | 6/6/2018 |
| 1.2.8 | 2,315 | 4/30/2018 |
| 1.2.7 | 2,341 | 4/26/2018 |
| 1.2.6 | 2,296 | 4/24/2018 |
| 1.2.5 | 2,205 | 4/23/2018 |
| 1.2.4 | 2,203 | 4/23/2018 |
| 1.2.3 | 2,260 | 4/22/2018 |
| 1.2.2 | 2,330 | 4/21/2018 |
| 1.2.1 | 1,987 | 3/22/2018 |
| 1.2.0 | 2,281 | 3/22/2018 |
| 1.1.2 | 2,378 | 3/13/2018 |
| 1.1.1 | 2,350 | 3/13/2018 |
| 1.1.0 | 2,283 | 3/12/2018 |
| 1.0.2 | 3,089 | 3/12/2018 |
| 1.0.1 | 3,814 | 3/12/2018 |
| 1.0.0 | 3,970 | 3/12/2018 |
| 0.1.2 | 2,048 | 3/10/2018 |
| 0.1.1 | 2,416 | 3/10/2018 |
| 0.1.0 | 2,163 | 3/10/2018 |
| 0.0.5-alpha | 1,133 | 3/8/2018 |
| 0.0.4-alpha | 1,270 | 2/13/2018 |
| 0.0.3-alpha | 1,282 | 1/22/2018 |
This is an alpha version. Not to be used in production.