.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 |