Entity Framework integration for JSONAPI.NET, including an EntityFrameworkMaterializer and ApiController to highly automate building JSON API web services from EF6+ data models.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 0.3.0-pre-1 |
Author(s): | S'pht'Kr |
Last Update: | Thursday, February 12, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SphtKr/JSONAPI.NET |
NuGet Url: | https://www.nuget.org/packages/JSONAPI.EntityFramework |
Install
Install-Package JSONAPI.EntityFramework
dotnet add package JSONAPI.EntityFramework
paket add JSONAPI.EntityFramework
JSONAPI.EntityFramework Download (Unzip the "nupkg" after downloading)
Dependencies
- JSONAPI(0.2.0)
- EntityFramework(6.1.2)
- Microsoft.AspNet.WebApi.Core(5.2.2)
Tags