AyCode.Core/AyCode.Services/docs
Loretta 2c1440d42b Add env infra (IsProdDb), ADRs for env & server filtering
Introduced AcEnv.IsProdDb with hydration and change events for framework-level environment tracking. Added ADR 0002 (environment infra migration) and ADR 0004 (SignalR DataSource server-side filtering via CriteriaOperator). Updated docs and TODOs to reflect new features and design decisions. Marked ADR 0003 as accepted and extended DataSource documentation.
2026-07-15 10:16:00 +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 Add env infra (IsProdDb), ADRs for env & server filtering 2026-07-15 10:16:00 +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