What is minimal APIs in .NET?
- Reduced functionality APIs
- Simplified way to create APIs with minimal code
- Microservice APIs
- Mobile APIs
Explanation
Minimal APIs provide a simplified approach to create HTTP APIs with minimal dependencies and configuration.