Practicing and exploring
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring this chapter’s topics with deeper research.
Exercise 13.1 – Online material
Read the official documentation for FastEndpoints at https://fast-endpoints.com/.
Learn how to add OpenAPI, aka Swagger, support using NSwag to your FastEndpoints web services at the following link:
https://fast-endpoints.com/docs/swagger-support
FastEndpoints recommends xUnit, WebApplicationFactory, and FluentAssertions for unit and integration testing.
Exercise 13.2 – Practice exercises
FastEndpoints has an extensive tutorial for learning it in more depth that can be found at the following link:
https://dev.to/djnitehawk/building-rest-apis-in-net-6-the-easy-way-3h0d
Exercise 13.3 – Test your knowledge
Answer the following questions:
- Why is a web service built using FastEndpoints “fast...