simple describe of minimalAPIs
pull/8421/head
Tomas Bava 4 weeks ago committed by GitHub
parent a2018556cd
commit 98e4c7bb10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      src/data/roadmaps/aspnet-core/content/minimal-apis@ipABerBcM9zCte9pYaIse.md

@ -1 +1,6 @@
# Minimal APIs
Minimal APIs in ASP.NET Core are a simple way to create web APIs with less code. Instead of using controllers and many configurations, you can define API routes directly in the application’s startup file.
They are lightweight, fast, and easy to use, making them great for small applications, microservices, and quick prototypes. You can still use features like dependency injection, middleware, and authentication, but with a simpler approach.
Minimal APIs are best for simple and small applications.

Loading…
Cancel
Save