Exploring FastEndpoints: A Better Approach to Building APIs 
        Brad Jolicoeur  -  05/21/2023
        
        I recently stumbled upon a Library called FastEndpoints while doing research and it immediately struck me as something I wanted to learn more about.  I had started experimenting with Minimal APIs at the time.  While I liked that Minimal APIs lower the entry point for simple API creation and are significantly more performant than MVC Controllers, they quickly turn your program.cs file into a jumbled mess with anything beyond trivial.  The desire for code organization quickly pushes towards finding a sensible way to orient the code.
        Read More