<- Support projects

Support Project · HTML

SyncBridgeLab

.NET 8 offline-first sync proof for ordered outbox, idempotency, conflicts, recovery, and audit evidence.

Repository readme / adapted

SyncBridge Lab

SOURCEREADME.mdAdapted for portfolio readability; claims remain source-derived.

> A synthetic-only .NET 8 offline-first sync proof for outbox ordering, idempotency, conflict review, recovery, and audit evidence.

**Status:** native-validated public release (`v1.0.0`) **Stack:** .NET 8 / ASP.NET Core / C# **Evidence:** two screenshot groups, eight native browser captures

01

Core flow

  • queue offline commands;
  • preserve deterministic command order;
  • acknowledge only the head command;
  • apply commands idempotently;
  • detect version mismatches;
  • preserve both conflict candidates;
  • resolve explicitly as Local, Remote, or Manual;
  • record operational audit evidence.
02

Public boundary

All devices, records, commands, and conflicts are generated fixtures. No cloud account or production secret is required.