Khalilmaniani.hashnode.dev·May 18, 2024An Improved Method for Building APIs using Fast EndpointsWhile researching, I discovered a library called Fast Endpoints, which immediately intrigued me. At the time, I had been experimenting with Minimal APIs, appreciating their simplicity and performance compared to MVC Controllers. However, I found that...fast endpoint
Khalilmaniani.hashnode.dev·May 18, 2024Building a Web API in .NET using Minimal APIsWith the introduction of .NET 6, Microsoft brought a simplified approach to creating web applications and APIs called Minimal APIs. This new model reduces boilerplate code and provides a streamlined way to define and handle HTTP requests. In this art...fast endpoints