| by Achyut Kendre | No comments

What is End Point Routing in ASP.NET Core?

Example Code: https://drive.google.com/file/d/1x4ve8sjVHs_PNDRN9ZEDWdLQ0LrEUvmt/view?usp=sharing Endpoint routing is a feature newly introduced in ASP.NET Core 3.0 that enables you to provide routing information to middleware in the request processing pipeline. ASP.NET Core MVC 2.1 was performed at the end of the request processing pipeline. As a result, route information (such as which action method needs to be […]

Read More