-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Open
Labels
Description
In the Tutorials section of the ASP.NET Core docs, there are currently 6 tutorials, 5 of which create a controllers-based app and only one creates a Minimal API app.
These tutorials should be updated so that all or nearly all of them demonstrate the target feature in a Minimal API app.
Specifically, the "Create a controller-based web API with ASP.NET Core" can remain but the other four Tutorials in the "Controller-based APIs" section should be converted to use Minimal APIs.
In addition, the "Controller-based APIs" and "Minimal APIs" sections should be dropped so that all tutorials just appear under "APIs", and the single controller-based tutorial should appear last in the list.
[The following was added by wadepickett]
Related to: #35742
wadepickett and DevTKSS