Info
Version: | 1.0.4 |
Author(s): | Oliver Waits |
Last Update: | Thursday, February 18, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Data.Tracking.Blazor |
Install
Install-Package Data.Tracking.Blazor
dotnet add package Data.Tracking.Blazor
paket add Data.Tracking.Blazor
Data.Tracking.Blazor Download (Unzip the "nupkg" after downloading)
Dependencies
- Data.Tracking(>= 1.0.2)
- Microsoft.AspNetCore.Components.WebAssembly(>= 5.0.0)
- Microsoft.AspNetCore.Components.WebAssembly.Authentication(>= 5.0.0)
- Microsoft.AspNetCore.WebUtilities(>= 2.2.0)
- Microsoft.Extensions.Http(>= 5.0.0)
- System.Net.Http.Json(>= 5.0.0)
Tags
You are able to determine if the entities have changes to properties, new items have been added or when an item has been deleted. The framework allows you to batch processing of changes and perform updates in single operations.
It provides similar functionality to the Micrsoft EntityFramework but on a much lighter basis and without any database component. The framework was specifically designed for Blazor where the data is sent to the client using JSON serialization and then changes are made which need to be sent back to the server in batches.