Skip to content

.NET Features

This page is the feature-oriented index for the .NET section.

HubFocus
Application ModelsCore application composition patterns.
Runtime and DeploymentRuntime and deployment-oriented features.
FeatureWhy it mattersGuide
Dependency InjectionStandard service registration and composition model in modern .NET apps.Guide
MiddlewareDefines how ASP.NET Core processes requests through a pipeline.Guide
Minimal APIsLightweight API style for HTTP services and small backends.Guide
Native AOTImproves startup and deployment characteristics for selected workloads.Guide