ATTRIBUTE ROUTING in ASP NET Core | Getting Started With ASP.NET Core Series
Rahul Nath
View ChannelAbout
Hey 👋, My name is Rahul, and welcome to my YouTube channel. I am a programmer, blogger, AWS Community Builder, and YouTuber! I love teaching and try to explain 'Why we do What we do' by going deeper into what I teach. Currently, I am working as a Senior Engineer with Oztix in Australia. I make videos on Azure, DevOps, .Net, and React. On the side, I also write blog posts, contribute to Open Source, and do some freelance consulting. I enjoy running and cycling. You can reach me via any of the social media, drop a comment in the videos, or send me an email at [email protected] Thank you for watching, Enjoy!
Latest Posts
Video Description
Hello 👋, ASP NET Core controllers use the Routing middleware to match the URLs of incoming requests and map them to actions. Actions are either conventionally routed or attribute-routed. Placing a route on the controller or action makes it attribute-routed. When building REST APIs it's common to use Attribute based Routing model to map the methods on Controller classes to a route template. In this video, we will learn more about Attribute Routing, how it works, and the different ways you can configure routing using Attributes. We will learn about combining attribute routes, using token replacement, and creating a parameter transformer to customize token replacement 🔗Docs - https://docs.microsoft.com/en-us/aspnet/core/mvc/controllers/routing?view=aspnetcore-5.0#attribute-routing-for-rest-apis 🔗Source - https://rahulpnath.visualstudio.com/DefaultCollection/YouTube%20Samples/_git/AttributeRouting Additional Watching 📹Routing - https://youtu.be/3t-As0YBVh0 📹Middleware - https://youtu.be/5eifH7LEnGo 📹Model Binding - https://youtu.be/bxksp575pk8 📹ASP NET Core Series - https://www.youtube.com/playlist?list=PL59L9XrzUa-nqfCHIKazYMFRKapPNI4sP Come say hi! ✋ 🌍 Blog - https://rahulpnath.com/ ✉ Subscribe to my Newsletter - https://www.rahulpnath.com/subscribe 🐦Twitter - https://twitter.com/rahulpnath 📸Instagram - https://www.instagram.com/rahulpnath/ 🎥 Recording Setup and Workflow - https://www.rahulpnath.com/blog/youtube_setup_and_workflow/ Make sure to SUBSCRIBE to the channel. THANK YOU for helping me grow this channel !!
No Recommendations Found
No products were found for the selected channel.



