AyCode.Core/AyCode.Services/docs
Loretta a6bd024d17 Generic SignalR logger hub and writer, doc updates
Introduced generic `AcLoggerSignalRHub<TLogger, TLogItem>` and `AcSignaRClientLogItemWriter<TLogItem>` for flexible log item wire types (AcBinary/JSON). Updated writer to accept protocol options and enforce feedback-loop prevention. Improved documentation to clarify generic usage, protocol selection, and migration. Added TODOs for protocol-diagnostic logger and log noise reduction. Refactored exception handling and signatures for generics; updated issue/TODO tracking and enhanced code comments.
2026-07-13 08:38:17 +02:00
..
LOGGING Generic SignalR logger hub and writer, doc updates 2026-07-13 08:38:17 +02:00
MVC [LOADED_DOCS: 3 files, no new loads] 2026-05-05 15:06:11 +02:00
SIGNALR Generic SignalR logger hub and writer, doc updates 2026-07-13 08:38:17 +02:00
SIGNALR_BINARY_PROTOCOL Generic SignalR logger hub and writer, doc updates 2026-07-13 08:38:17 +02:00
SIGNALR_DATASOURCE Refactor logger config, improve SignalR log writer errors 2026-07-12 14:31:35 +02:00
adr [LOADED_DOCS: 2 files, no new loads] 2026-04-28 14:18:27 +02:00
README.md Relocate AcSignalRDataSource to AyCode.Services 2026-06-08 10:43:10 +02:00

README.md

AyCode.Services documentation

Topic docs for the AyCode.Services project (Layer 0, service abstractions).

Topics

  • LOGGING/ — Remote logger (variant — sends log entries over the wire)
  • SIGNALR/ — SignalR transport (tag-based protocol, generic hub methods)
  • SIGNALR_BINARY_PROTOCOL/ — Binary-over-SignalR wire format, chunked framing
  • SIGNALR_DATASOURCE/ — Client-server DataSource on SignalR transport (change tracking, rollback, sync state, IList wrapper)
  • MVC/ — ASP.NET Core MVC formatters for the AcBinary wire format (InputFormatter / OutputFormatter, application/vnd.acbinary)

Navigation

Per the folder-navigation rule, start here when browsing docs/. Each topic folder has its own README.md (main content) + optional TOPIC_ISSUES.md and TOPIC_TODO.md.

See also

  • Base logger (framework): ../../AyCode.Core/AyCode.Core/docs/LOGGING/README.md
  • Server-side logger (variant): ../../AyCode.Core.Server/docs/LOGGING/README.md
  • Server-side SignalR: ../../AyCode.Services.Server/docs/SIGNALR/README.md
  • Binary serializer (used by SIGNALR_BINARY_PROTOCOL): ../../AyCode.Core/AyCode.Core/docs/BINARY/README.md