Entity Framework Core integration for SyncState. Automatically synchronizes application state when database entities change through EF Core interceptors. Supports aggregate root patterns, change tracking, and transaction-aware state updates.
$ dotnet add package SyncState.EntityFrameworkCoreSyncstate is an Asp.Net library for defining global state and synchronizing it across clients in real-time.
Using fluent-builder syntax, you can define your state states, their properties,
how and when they are gathered from your application, and finally how you want to propagate them to your clients.