SimonCropp/Delta
An approach to implementing a 304 Not Modified leveraging DB change tracking observed · 2026-08-28
Health v2 · maintenance only
79/100
- Activity 99
- Release rhythm 42
- Longevity 98
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1373
- days_rel: 174
- days_push: 8
- n_releases_24m: 1
Adoption not part of the score
1518 stars · 37 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A .NET library that implements HTTP 304 Not Modified responses by leveraging database change tracking to generate ETags from last-updated timestamps. It supports SQL Server and PostgreSQL, both directly and via Entity Framework Core, reducing server load for read-heavy workloads.
Use cases
- implement 304 Not Modified responses in ASP.NET Core
- generate ETags from database change tracking
- reduce server load for read-heavy APIs
- enable browser caching of dynamic content
- add HTTP caching backed by SQL Server or PostgreSQL
- integrate ETag handling with Entity Framework Core
When to choose
- your data updates infrequently relative to reads
- you want browser caching for dynamic content without manual ETag logic
- you use SQL Server or PostgreSQL with or without EF Core in a .NET app
When to avoid
- your data changes very frequently, making 304 responses rare
- you need per-entity or per-resource granular caching rather than a global last-updated timestamp
- you are not on the .NET stack
Facets
library · maturity active
caching http-server middleware database web-development backend databases performance dotnet http-caching etag 304-not-modified change-tracking sql-server postgresql entity-framework aspnet-core web-server
1 source
- readme: https://github.com/SimonCropp/Delta · fetched 2026-08-28 · 7238d584d944
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| SimonCropp/Delta | main | 79 |
For agents
markdown · JSON · MCP: product_card(name="SimonCropp/Delta")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem