A library for .NET developers that enables patching entities by providing the minimal JSON payload, containing only the fields that need to be updated, thus reducing the network traffic.
Info
Version: | 1.0.0-beta |
Author(s): | Marko Papic |
Last Update: | Friday, January 26, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MarkoPapic/PartialUpdater |
NuGet Url: | https://www.nuget.org/packages/PartialUpdater |
Install
Install-Package PartialUpdater
dotnet add package PartialUpdater
paket add PartialUpdater
PartialUpdater Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 10.0.3)