In this POC project I wanted to test couple of things in .NET 5.
* Shared code between Server and Client App
* Live updates (Signal R)
* Web Api Broadcasting (changes to Db)
* Client Blazor WASM receives notification
POC project arhitecture:
Client before update:
Client after update:
Data paging solution:
Check out simple way how to get header values on client side.