Best of Nick ChapsasJune 2024

  1. 1
    Video
    Avatar of nickchapsasNick 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.

  2. 2
    Video
    Avatar of nickchapsasNick Chapsas·2y

    Don't Use Polly in .NET Directly. Use this instead!

    Learn how to add resilience to your .NET applications by using the Microsoft.Extensions.Http.Resilience package. This package allows you to easily handle exceptions, retry requests, and set timeouts for your HTTP requests.