Routing in ASP NET Core MVC

preview_player
Показать описание
In this video, we will discuss Routing in ASP.NET Core MVC.

Healthy diet is very important for both body and mind. We want to inspire you to cook and eat healthy. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking.

There are 2 routing techniques in ASP.NET Core MVC. Conventional Routing and Attribute Routing. In this video, we will discuss Conventional Routing and in our next video we will discuss Attribute Routing.

Text version of the video

Slides

ASP.NET Core Text Articles & Slides

ASP.NET Core Tutorial

Angular, JavaScript, jQuery, Dot Net & SQL Playlists
Рекомендации по теме
Комментарии
Автор

Superior teaching. No need for other explanation.
Thank you, Venkat!

challica
Автор

So usefull, thank you. I even learn more and faster here than from my University where I pay 5000 dollars to teach me the same thing .

salomonks-francais
Автор

unrelated but I'm loving the end music, feels like im in some sort of old school dark adventure game!

BrunoCrociquia
Автор

Short and straight to the point thanks for making this!

Static
Автор

Your explanation is outstandind, thanks a lot Venket

ShihabHasan-bz
Автор

For anyone having a problem changing the default page (version 3.1) :
app.UseMvc( routes => {

routes.MapRoute("default",
});

basselbeiroumi
Автор

Thanks for your excellent and easy explanation.

tamerzah
Автор

AMAZING series you are awesome good teacher!

techguy
Автор

Thank you! really enjoying your videos.

karimkazia
Автор

If you stuck on error Inconsistent accessibility: parameter type 'IEmployeeRepository' is less accessible then method (IUserRepository)'. To fix this, change interface IUserRepository to public interface IUserRepository. When interface is generated it's automatically generated as interface only, without public.

HalfRawProductions
Автор

Hi Venkat, can you please explain the End point routing that has been introduced in later versions of ASP dotnet Core. Please!!

somyamishra
Автор

11:05 departmentController class does not inherit from base controller but still works. how?

gangadharkaranapu
Автор

wow I've been learn rails mvc and routing is so much easier in rails. one line of code to define a route. (root 'welcome#index') routes your home page in rails. then you call root_url in your view and controller actions.

DarkSolidity
Автор

please help me.i got an error, Object reference not set to an instance of an object.

sasindumilan
Автор

when you change any thing in C# file .then you just save and reload your browser and changes are applied instead of re run the project by pressing ctrl+f5 .hows that working .

mindrelaxing
Автор

How to call two methods in same class through routing in same time sir?

saravanasiva
Автор

Please help me, if I change the parameter name of Detail action method from id to empId then fire the url like this localhost/Home/Details/100 then parameter value coming 0.

darpanchaturvedi
Автор

Maybe a short tutorial about AutoMapper

szach-mat-
Автор

Hi venkat..greatt..
Could please define route in .net core 3.0.

zaid
Автор

When I am giving the id parameter instead for hard value it gives an error
NullReferenceException: Object reference not set to an instance of an object.
in Details.cshtml
Can anyone help me

vibharajput