ASP.NET CoreArchitectureBackend
ASP.NET Core Web API Architecture
A practical breakdown of controllers, services, models, and request flow in an ASP.NET Core Web API, including architectural and design decisions.
Case studies
Detailed breakdowns of selected projects, focusing on system design, architectural decisions, and implementation details.
A practical breakdown of controllers, services, models, and request flow in an ASP.NET Core Web API, including architectural and design decisions.
A full-stack multi-tenant SaaS system for managing tickets, users, and notifications across organisations. Covers authentication, tenant isolation, API design, and background processing using the outbox pattern.