.NET Features
.NET Features
Section titled “.NET Features”This page is the feature-oriented index for the .NET section.
Browse by Topic
Section titled “Browse by Topic”| Hub | Focus |
|---|---|
| Application Models | Core application composition patterns. |
| Runtime and Deployment | Runtime and deployment-oriented features. |
Canonical Feature Guides
Section titled “Canonical Feature Guides”| Feature | Why it matters | Guide |
|---|---|---|
| Dependency Injection | Standard service registration and composition model in modern .NET apps. | Guide |
| Middleware | Defines how ASP.NET Core processes requests through a pipeline. | Guide |
| Minimal APIs | Lightweight API style for HTTP services and small backends. | Guide |
| Native AOT | Improves startup and deployment characteristics for selected workloads. | Guide |