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.12.0 |
Author(s): | Bastian Eicher |
Last Update: | Monday, October 17, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/1and1/Dehydrator |
NuGet Url: | https://www.nuget.org/packages/Dehydrator |
Install
Install-Package Dehydrator
dotnet add package Dehydrator
paket add Dehydrator
Dehydrator Download (Unzip the "nupkg" after downloading)
Dependencies
- Dehydrator.Core(>= 0.12.0 && <= 0.12.0)
- JetBrains.Annotations(>= 10.0.0)
Tags
By stripping navigational references in your entities down to only their IDs their serialized representation no longer contains redundant or cyclic data.
When new or modified deserialized data needs to be persisted Dehydrator takes care of resolving the reference IDs again.
Install this package in your data model. Install Dehydrator.EntityFramework and EntityFramework.WebApi in your controller if you use Entity Framework and WebAPI.