Skip to content

CaeriusNetStored-procedure data access for .NET 10

Typed, observable SQL Server 2022/2025 calls for C# 14—without inline SQL or runtime mapper reflection.

Version 12

CaeriusNet v12 is a major release for .NET 10, C# 14 and SQL Server 2022/2025 only. Its DI-first API replaces all v11 builder and global-state APIs. See the migration guide.

Start here

GoalArticle
Install the runtime and make the first stored-procedure callInstall and configure
Decide which packages are neededUsage overview
Choose a row cardinality or collection shapeReading data
Execute writes, scalars and outputsWriting data
Pass table-valued parametersTable-valued parameters
Read 2–10 result setsMultiple result sets
Cache safelyCaching
Use .NET AspireAspire integration
Discover AutoContractsAutoContracts

CaeriusNet operates at the stored-procedure boundary. It is not an entity tracker, migration tool, SQL generator or multi-provider ORM.

Released under the MIT License.