News

To add FastEndpoint services to the ASP.NET Core request processing pipeline, enter the following ... To create a request DTO, create a new C# class named MyFirstRequest and replace the generated ...
In ASP.NET Core the process is very different (of course) but it's actually much simpler. Your first step to adding some processing to the ASP.NET pipeline is to create a class whose constructor ...
That's good because there's a lot of configuration to do: You have to pick both which services you want to use and what middleware you want in the ASP.NET processing pipeline. Of course, if you're an ...