Files
Loretta a52fbe9174 Implement SignalR DataSource split & virtualization base
Implements client half of ADR 0004: splits SignalR DataSource into new base class (AcSignalRDataSourceBase), collection sibling (AcSignalRDataSource), and new virtualized sibling (AcSignalRVirtualizedDataSource) for server-side grid paging. Refactors context, sync, and save logic to the base; updates all related docs, contracts, and TODOs. Adds SIGNALR_VIRTUALIZED_DATASOURCE topic, updates ADR 0004, introduces ADR 0006 for PopulateMerge, and clarifies terminology. No grids/endpoints yet migrated; groundwork for server virtualization is complete.
2026-07-19 18:37:08 +02:00
..
2026-04-24 21:54:03 +02:00

AyCode.Blazor documentation

Top-level documentation for the AyCode.Blazor repo (Blazor/MAUI UI framework — Layer 1).

Reference docs (flat)

Topic folders

Topic-specific documentation lives at the sub-project level:

  • MGGRID (data grid component family): ../AyCode.Blazor.Components/docs/MGGRID/README.md

Navigation

Per the AI Agent Core Protocol (folder navigation rule), start from this README when browsing docs/. Single-file reference docs remain flat at this level; multi-file topics live in named subfolders.

See also

  • Base framework docs: ../../AyCode.Core/docs/README.md (if present) and per-project docs/ folders under AyCode.Core.