Data.Tracking.Blazor
1.0.3
See the version list below for details.
dotnet add package Data.Tracking.Blazor --version 1.0.3
NuGet\Install-Package Data.Tracking.Blazor -Version 1.0.3
<PackageReference Include="Data.Tracking.Blazor" Version="1.0.3" />
paket add Data.Tracking.Blazor --version 1.0.3
#r "nuget: Data.Tracking.Blazor, 1.0.3"
// Install Data.Tracking.Blazor as a Cake Addin
#addin nuget:?package=Data.Tracking.Blazor&version=1.0.3
// Install Data.Tracking.Blazor as a Cake Tool
#tool nuget:?package=Data.Tracking.Blazor&version=1.0.3
Provides ability to track changes to data models through watching changes to the selected instances. 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.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
-
net5.0
- Data.Tracking (>= 1.0.3)
- 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)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.