Routing in ASP NET Core MVC

  Рет қаралды 192,994

kudvenkat

kudvenkat

Күн бұрын

Пікірлер: 84
@challica
@challica 3 жыл бұрын
Superior teaching. No need for other explanation. Thank you, Venkat!
@salomonks-francais6752
@salomonks-francais6752 5 жыл бұрын
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 .
@tinytutor413
@tinytutor413 5 жыл бұрын
Hi @Salomon Frux
@SanthanamV
@SanthanamV 5 жыл бұрын
@@tinytutor413 r u the professor from her university? :)
@damilareoyebanji2834
@damilareoyebanji2834 5 жыл бұрын
@@SanthanamV Lol
@saurabhkumar-vj6xp
@saurabhkumar-vj6xp 4 жыл бұрын
Agree
@nys8260
@nys8260 4 жыл бұрын
my university does not has an asp.net course :D
@BrunoCrociquia
@BrunoCrociquia 3 жыл бұрын
unrelated but I'm loving the end music, feels like im in some sort of old school dark adventure game!
@Static1777
@Static1777 4 жыл бұрын
Short and straight to the point thanks for making this!
@ShihabHasan-b7z
@ShihabHasan-b7z Жыл бұрын
Your explanation is outstandind, thanks a lot Venket
@tamerzah
@tamerzah 2 жыл бұрын
Thanks for your excellent and easy explanation.
@techguy9062
@techguy9062 4 жыл бұрын
AMAZING series you are awesome good teacher!
@yasirirfan5262
@yasirirfan5262 9 ай бұрын
Good work. highly appreciated.
@adityyyaaa
@adityyyaaa Ай бұрын
thank you
@phanidivi3613
@phanidivi3613 5 жыл бұрын
Venkat sir always rock.....
@ibrahimjabir558
@ibrahimjabir558 5 жыл бұрын
it so help full thx venkat
@sarangabhoi1913
@sarangabhoi1913 5 жыл бұрын
Thank you sir..worth watching
@gizzmo1976
@gizzmo1976 4 жыл бұрын
Well done!
@karimkazia
@karimkazia 5 жыл бұрын
Thank you! really enjoying your videos.
@basselbeiroumi1045
@basselbeiroumi1045 4 жыл бұрын
For anyone having a problem changing the default page (version 3.1) : app.UseMvc( routes => { routes.MapRoute("default", "{controller=Home}/{action=Details}/{id=2}"); });
@rryann088
@rryann088 4 жыл бұрын
thank you :D
@rryann088
@rryann088 4 жыл бұрын
how can i know about routes more in 3.1 version? could you please add resources / video links ?
@DarkSolidity
@DarkSolidity 4 жыл бұрын
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.
@shravanishetty4916
@shravanishetty4916 5 жыл бұрын
Amazing
@coolwaterdvr
@coolwaterdvr 5 жыл бұрын
Thanks Venkat.
@zbigniewcwiakalski7253
@zbigniewcwiakalski7253 5 жыл бұрын
Cool video
@syedburhanalishah
@syedburhanalishah 11 ай бұрын
Surperb
@HalfRawProductions
@HalfRawProductions 4 жыл бұрын
If you stuck on error Inconsistent accessibility: parameter type 'IEmployeeRepository' is less accessible then method 'HomeController'.HomeController (IUserRepository)'. To fix this, change interface IUserRepository to public interface IUserRepository. When interface is generated it's automatically generated as interface only, without public.
@somyamishra7730
@somyamishra7730 Жыл бұрын
Hi Venkat, can you please explain the End point routing that has been introduced in later versions of ASP dotnet Core. Please!!
@meettoraju
@meettoraju 11 ай бұрын
Thanks sir
@gangadharkaranapu9062
@gangadharkaranapu9062 3 жыл бұрын
11:05 departmentController class does not inherit from base controller but still works. how?
@ivandrofly
@ivandrofly 5 жыл бұрын
thank you sir!
@belmiris1371
@belmiris1371 5 жыл бұрын
Thank you.
@shahidwani6445
@shahidwani6445 5 жыл бұрын
Thank you, sir
@AlongOurLife
@AlongOurLife 5 жыл бұрын
Thanks.
@ahmedfares2239
@ahmedfares2239 5 жыл бұрын
Thank you
@szach-mat-874
@szach-mat-874 4 жыл бұрын
Maybe a short tutorial about AutoMapper
@karimmessaoud3191
@karimmessaoud3191 5 жыл бұрын
Thank you!
@zaid696
@zaid696 4 жыл бұрын
Hi venkat..greatt.. Could please define route in .net core 3.0.
@МаксимИванов-ф8р
@МаксимИванов-ф8р 5 жыл бұрын
спасибо!
@mindrelaxing5494
@mindrelaxing5494 2 жыл бұрын
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 .
@AhmedHassan-if3iw
@AhmedHassan-if3iw 5 жыл бұрын
Thank you venkate
@saravanasiva6476
@saravanasiva6476 2 жыл бұрын
How to call two methods in same class through routing in same time sir?
@HalfRawProductions
@HalfRawProductions 4 жыл бұрын
Somehow new code appears at 2:00
@sasindumilan5277
@sasindumilan5277 4 жыл бұрын
please help me.i got an error,Object reference not set to an instance of an object.
@darpanchaturvedi9326
@darpanchaturvedi9326 4 жыл бұрын
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.
@Rahulsapkota
@Rahulsapkota 4 жыл бұрын
hi vennkat, how do i generate url like localhost/this-is-my-blog in asp.net mvc4 and also maintain unique in database with id
@cheeseIT1992
@cheeseIT1992 5 жыл бұрын
Isn't this obsolete in .NET core 3.0?
@vibharajput9085
@vibharajput9085 3 жыл бұрын
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. AspNetCore.Views_Home_Details.ExecuteAsync() in Details.cshtml Can anyone help me
@techcollege3762
@techcollege3762 2 жыл бұрын
sir in 2019 it throw exception when i try addMvc(routes=>
@techcollege3762
@techcollege3762 2 жыл бұрын
its by adding default name of controller and action thanks
@kumarshrey209
@kumarshrey209 3 жыл бұрын
29 April 2021
@amitlimbu5025
@amitlimbu5025 5 жыл бұрын
This has changed in asp.net core 3.
@shawnnosaurus
@shawnnosaurus 5 жыл бұрын
@Amit Limbu What has it changed to though?
@amitlimbu5025
@amitlimbu5025 5 жыл бұрын
@@shawnnosaurus you can see the official docs that mention what has become what. And although some work.. the future version would remove them.
@expertreviews1112
@expertreviews1112 4 жыл бұрын
I'm scratching my head wondering how Employee Controller works without inheriting Controller class
@vanhuypham669
@vanhuypham669 4 жыл бұрын
I think the Controller class is just a class that supports View functionality for MVC, if you don use Viewresult type and View function, it still works when you return a value. We also have BaseController class that does not support View but other functions.
@TellaTrix
@TellaTrix 5 жыл бұрын
Video quality is not good this time venkat ,,
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 5 жыл бұрын
Hi Pom - The video uploaded in HD Quality. I just verified and the quality looks good. Can you please let us know what you meant videos quality is not good. I am sure you might know this already, you can improve the quality using the "settings gear" icon on the bottom right hand corner of the KZbin player.
@ymtan
@ymtan 5 жыл бұрын
Hi Venkat, could you kindly please respond my question on Part 19 - Dependency Injection which I have already posted as a comment on the respective video ???
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 5 жыл бұрын
Sure. I will as soon as I find sometime. Thank you for your patience.
@sergiocorrenti
@sergiocorrenti 5 жыл бұрын
I can see the video on HD, check your internet connection, Thanks venkat, amazing video, Just like all tutorials.
@TellaTrix
@TellaTrix 5 жыл бұрын
i am sorry my internet connection got very slow hence i am not able to change the HD quality video . I think youtube has streamed based on the internet connection. Now i am able to watch HD proper video. Thanks for responding Venkat ...
@kuradabhavani8941
@kuradabhavani8941 5 жыл бұрын
Thank you
@kumarshrey209
@kumarshrey209 3 жыл бұрын
6 May 2021
Attribute Routing in ASP NET Core MVC
14:14
kudvenkat
Рет қаралды 148 М.
AddSingleton vs AddScoped vs AddTransient
15:23
kudvenkat
Рет қаралды 219 М.
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 324 М.
Configure ASP NET Core request processing pipeline
14:12
kudvenkat
Рет қаралды 311 М.
Background Jobs in ASP.NET Core
18:35
IAmTimCorey
Рет қаралды 61 М.
7 Design Patterns EVERY Developer Should Know
23:09
ForrestKnight
Рет қаралды 295 М.
Middleware in ASP NET Core
8:18
kudvenkat
Рет қаралды 362 М.
Repository pattern in asp net core
14:50
kudvenkat
Рет қаралды 311 М.
Model in ASP NET Core MVC
9:37
kudvenkat
Рет қаралды 210 М.
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН