Home
Use Case
Type: Desktop Application Stack
Typical Use Case: Windows desktop apps
Famous Usage: Microsoft

๐Ÿ’  .NET Stack

.NET ยท ASP.NET ยท SQL Server

.N

.NET

Runtime & BCL
  • CLR/GC, JIT, cross-platform runtime
  • Base Class Library (collections, IO, security)
  • Dependency Injection & configuration
โ†“
AS

ASP.NET

Web APIs & Middleware
  • Minimal APIs / MVC controllers
  • Middleware pipeline, authN/authZ
  • SignalR, endpoints, health checks
โ†“
SQL

SQL Server

Relational Database
  • ACID transactions & indexing
  • T-SQL stored procs, views, functions
  • Replication, Always On, backups
Request Flow: Client โ†’ ASP.NET endpoints โ†’ .NET runtime โ†’ SQL Server โ†’ .NET โ†’ ASP.NET โ†’ Client