Best of REST API — June 2024
- 1
- 2
- 3
Nick Chapsas·2y
Forget Controllers and Minimal APIs in .NET!
Learn how to get started with building APIs in .NET using the alternative to controllers and minimal APIs called Fast End Points. Fast End Points is a developer-friendly alternative that nudges you towards the request and response pattern and offers better performance than controllers. Discover the basic registration process and how to implement endpoints for getting all movies, getting a single movie, and creating a movie.
- 4