Delta.SqlServer 6.4.2

dotnet add package Delta.SqlServer --version 6.4.2
                    
NuGet\Install-Package Delta.SqlServer -Version 6.4.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Delta.SqlServer" Version="6.4.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Delta.SqlServer" Version="6.4.2" />
                    
Directory.Packages.props
<PackageReference Include="Delta.SqlServer" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Delta.SqlServer --version 6.4.2
                    
#r "nuget: Delta.SqlServer, 6.4.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Delta.SqlServer&version=6.4.2
                    
Install Delta.SqlServer as a Cake Addin
#tool nuget:?package=Delta.SqlServer&version=6.4.2
                    
Install Delta.SqlServer as a Cake Tool

Documentation

Delta is an approach to implementing a 304 Not Modified leveraging DB change tracking.

The approach uses a last updated timestamp from the database to generate an ETag. All dynamic requests then have that ETag checked/applied.

This approach works well when the frequency of updates is relatively low. In this scenario, the majority of requests will leverage the result in a 304 Not Modified being returned and the browser loading the content its cache.

Effectively consumers will always receive the most current data, while the load on the server remains low.

See Milestones for release notes.

Sponsors

Entity Framework Extensions

Entity Framework Extensions is a major sponsor and is proud to contribute to the development this project.

Entity Framework Extensions

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.4.2 0 6/12/2025
6.4.1 0 6/12/2025
6.4.0 129 3/29/2025
6.3.0 171 3/13/2025
6.2.0 163 2/14/2025
6.1.1 133 2/10/2025
6.1.0 107 2/6/2025
6.1.0-beta.1 64 2/6/2025
6.0.0 325 12/8/2024