Minimal APIs in AspNet Core 6

ASP.NET Core 6 has introduced minimal APIs that provide a new way to configure application startup and routing a request to a function. In my previous article I covered the new way of configuring application startup. In this article we will see how the new routing APIs can be used to map HTTP verbs to a function.

http://www.binaryintellect.net/articles/bc2c8328-1032-4439-a908-f388bd1b6e16.aspx