🛠️Two stacks, one pipelineWrite your data access where it belongs T/SQL Stored Procedures in SQL Server and C# DTOs in your app. Caerius.NET binds them with minimal API and DI.
🚀Mapping in µsecondsOrdinal, allocation‑aware mapping — no reflection on the hot path, pre‑sized collections, pooling, and SequentialAccess readers.
💪Heavy inputs, one callPass thousands of IDs or GUIDs via TVP. Combine parameters + TVP, return multiple result sets, and keep latency predictable.
🧊Caching when it countsEnable per‑call caching Frozen (immutable), In‑Memory (TTL), or Redis (distributed) — pick the right layer for your workload.