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… Read More »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… Read More »Refactoring Minimal APIs with Carter
what are Minimal APIs in ASP.NET Core 6 and how they are created. We’ll also examine what is difference between Minimal APIs and traditional mvc controllers. We’ll also see the limitations of minimal apis and when to use them
The reason for generating fake data can be anything. But, the most common use case I think for generating fake data is when someone is… Read More »How to generate Fake data in C#?