Refactoring Minimal APIs with Carter
In the previous post, we saw what are Minimal APIs and how we can create them in ASP.NET Core 6. In this post, we’ll see how we can refactor our Minimal APIs using Carter framework. We had UserRepository in our previous post, I’m using the same repository for this example as well so that I … Read more