Testing ASP.NET Core FastEndpoints

Testing ASP.NET Core FastEndpoints

FastEndpoints is an alternative web framework built on ASP.NET Core primitives to reinforce the Request-Endpoint-Response (REPR) Design pattern. In summary, FastEndpoints lets you focus on building endpoint-focused APIs instead of dealing with the ceremony of something like MVC or the...

Continue Reading