ApiFramework.Data 7.0.2024095.1

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

// Install ApiFramework.Data as a Cake Tool
#tool nuget:?package=ApiFramework.Data&version=7.0.2024095.1

Contains the DbContext interfaces and classes necessary to implement ApiFramework.  ApiFramework is designed to replace the need for manual Controller creation.  It uses the concept of EntityFramework's Code First approach, but applied to WebApi REST endpoints.  Build your models, assign them to DbContexts, and override the desired REST endpoints.  ApiFramework will use your EF Code First models to create entity mappings, Controllers, and database Tables.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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. 
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 ApiFramework.Data:

Package Downloads
ApiFramework.WebApi

Contains the logic to handle DI and Controller creation necessary to implement ApiFramework. ApiFramework is designed to replace the need for manual Controller creation. It uses the concept of EntityFramework's Code First approach, but applied to WebApi REST endpoints. Build your models, assign them to DbContexts, and override the desired REST endpoints. ApiFramework will use your EF Code First models to create entity mappings, Controllers, and database Tables.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.2024095.1 89 4/5/2024
6.0.2024092.1 105 4/2/2024
5.0.2024091.1 105 3/31/2024
3.1.2024005.1 139 1/6/2024
2.3.4 971 3/8/2020
1.3.1 1,103 3/8/2020