ROUTING in ASP.NET Core | Getting Started With ASP.NET Core Series

preview_player
Показать описание
Hey Friends, Routing is responsible for matching incoming HTTP requests and dispatching those requests to the app's executable endpoints. Endpoints are units of executable code that handles requests coming to the application. Endpoints are defined and configured when the app starts

In this video, we will learn about the basics of routing and how it builds over the middleware pipeline in ASP NET Core. We will see how to define endpoints, how URLs are formed and routed. We will also learn about route templates and how to add constraints to routes. I will also show you how some of these core concepts translate to API Controllers and how to use them there as well.

Additional Watching

Come say hi! ✋

Make sure to SUBSCRIBE to the channel. THANK YOU for helping me grow this channel !!
Рекомендации по теме
Комментарии
Автор

Hey Rahul, you are a star! you are videos are the best start point towards understand the topic in straight under 20 mins! not time wastage! you look serious teacher, Just relax little bit with a smile, Excellent work as usual! I am loving it ! I press the Ring bell for the first time!

starman
Автор

Very well done again. Gives such a great idea about the whole routing configuration.. one small suggestion though. You can decrease the size of face cam as it sometimes interferes with the code you write..May be it will easier to keep it on the left side. Thanks

SangramNandkhile
Автор

Really it helps me to understand how the routing works!. Thank you

ruckmangadan
Автор

It is fantastic! Thank You! very helpful

sumitchaturvedi
Автор

Rahul you explain is very good and to the point thank for this video. can you make this video in hindi language?

akfsf
Автор

Great content can you please help with MS Odata as well

mayankrathore
Автор

Hi Rahul, Any chance to make video on unit/integration testing using XUNIT. Thanks in advance.

mdabuzar
Автор

I'm beginner, We always match url with controller for processing http request but setting up middleware for routing how request will transform from configure service to controller. Should be write middleware for every controller matching route. ?

nivinivethaasenthilkumar-gzhs
Автор

Thanks 🙏 again. Great videos. Do you have any video on how to work with dotnet 6 webapi with minimal option?

luvrahooo
Автор

Please make a video any attribute routing

akhilm
Автор

Parllely can u do videos about docker and k8

akhilm
Автор

Good one Rahul. Just a feedback. Have few mins on diff between Routing before .NET Core vs in .NET Core. This will set the context for the topic. And also, why so serious ;-)

srinivasadineshparupalli
Автор

Hi Rahul can u make a video on rest API
Like rest vs soap

akhilm
Автор

please do a video about session, cookie, local storage

akhilm
Автор

I have one strong doubt. What's the difference between this UseRouting() and the normal Attribute routing that we do by mentioning [Route("attributeName")]
at controller level

are both different??
then which case what we should use?

AnkitMishra-modv
Автор

Good one Rahul for tutorials ! Can u share any web link that describe MVC Vs WebAPI routing difference on Asp.Net Core
Thanks,

ganirban