What address to do we use to access our Web API resources? How do we know which action method will be called to process a request? In this video, we'll get the answer to those question and more as we talk about routing.
Useful Links
* Routing https://docs.microsoft.com/en-us/aspnet/core/fundamentals/routing?WT.mc_id=beginwebapis-c9-cephilli
* Attribute routing for REST APIs - https://docs.microsoft.com/en-us/aspnet/core/mvc/controllers/routing?WT.mc_id=beginwebapis-c9-cephilli&view=aspnetcore-5.0#ar
* Controller action return types https://docs.microsoft.com/aspnet/core/web-api/action-return-types?WT.mc_id=beginwebapis-c9-cephilli
Downloads
* Download Visual Studio Code: https://aka.ms/webapis/vscode
* Download .NET: https://aka.ms/webapis/dotnet
* Download Visual Studio 2019: https://aka.ms/webapis/visualstudio
