AyCode.Core/AyCode.Services/docs
Loretta 41bd9f0eb5 Clarify SignalR log writer docs and comments
Updated docs and inline comments to clarify that the generic `AcSignaRClientLogItemWriter<TLogItem>` expects the consumer to provide the log item type, typically with `[AcBinarySerializable]`. Improved Hungarian explanations for the diagnostic logger and filtering logic. Refined descriptions in `LOGGING_TODO.md`, `SIGNALR_BINARY_PROTOCOL_TODO.md`, and `README.md` for accuracy and reduced ambiguity. No functional code changes.
2026-07-13 08:56:51 +02:00
..
LOGGING Clarify SignalR log writer docs and comments 2026-07-13 08:56:51 +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 Clarify SignalR log writer docs and comments 2026-07-13 08:56:51 +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