Jaina .NET
Modular enterprise framework for .NET 8 / 9 / 10. Microservice spine (Outbox · Inbox · Saga · Idempotency · Resilience · ServiceDiscovery), MultiTenancy + RateLimiting + Auth, Observability conventions, BackgroundJobs, gRPC, Testing fixtures — all wrapping Microsoft.Extensions.* so you don't fight the platform.
Get started
dotnet add package Jaina.Core
dotnet add package Jaina.AspNetCore
# pick the modules you need; everything else stays out of your bin/
Quick start → · Architecture → · Cookbook →
What's in the box
- 📘 Ebook: Building a production Orders service from scratch — 50-min walkthrough, every chapter ships runnable code + curl + reproducible failure scenario.
- Module reference — what each
Jaina.*package gives you, in one line per package. - API reference — generated from XML docs.