Superior teaching. No need for other explanation. Thank you, Venkat!
@salomonks-francais67525 жыл бұрын
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 .
@tinytutor4135 жыл бұрын
Hi @Salomon Frux
@SanthanamV5 жыл бұрын
@@tinytutor413 r u the professor from her university? :)
@damilareoyebanji28345 жыл бұрын
@@SanthanamV Lol
@saurabhkumar-vj6xp4 жыл бұрын
Agree
@nys82604 жыл бұрын
my university does not has an asp.net course :D
@BrunoCrociquia3 жыл бұрын
unrelated but I'm loving the end music, feels like im in some sort of old school dark adventure game!
@Static17774 жыл бұрын
Short and straight to the point thanks for making this!
@ShihabHasan-b7z Жыл бұрын
Your explanation is outstandind, thanks a lot Venket
@tamerzah2 жыл бұрын
Thanks for your excellent and easy explanation.
@techguy90624 жыл бұрын
AMAZING series you are awesome good teacher!
@yasirirfan52629 ай бұрын
Good work. highly appreciated.
@adityyyaaaАй бұрын
thank you
@phanidivi36135 жыл бұрын
Venkat sir always rock.....
@ibrahimjabir5585 жыл бұрын
it so help full thx venkat
@sarangabhoi19135 жыл бұрын
Thank you sir..worth watching
@gizzmo19764 жыл бұрын
Well done!
@karimkazia5 жыл бұрын
Thank you! really enjoying your videos.
@basselbeiroumi10454 жыл бұрын
For anyone having a problem changing the default page (version 3.1) : app.UseMvc( routes => { routes.MapRoute("default", "{controller=Home}/{action=Details}/{id=2}"); });
@rryann0884 жыл бұрын
thank you :D
@rryann0884 жыл бұрын
how can i know about routes more in 3.1 version? could you please add resources / video links ?
@DarkSolidity4 жыл бұрын
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.
@shravanishetty49165 жыл бұрын
Amazing
@coolwaterdvr5 жыл бұрын
Thanks Venkat.
@zbigniewcwiakalski72535 жыл бұрын
Cool video
@syedburhanalishah11 ай бұрын
Surperb
@HalfRawProductions4 жыл бұрын
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 Жыл бұрын
Hi Venkat, can you please explain the End point routing that has been introduced in later versions of ASP dotnet Core. Please!!
@meettoraju11 ай бұрын
Thanks sir
@gangadharkaranapu90623 жыл бұрын
11:05 departmentController class does not inherit from base controller but still works. how?
@ivandrofly5 жыл бұрын
thank you sir!
@belmiris13715 жыл бұрын
Thank you.
@shahidwani64455 жыл бұрын
Thank you, sir
@AlongOurLife5 жыл бұрын
Thanks.
@ahmedfares22395 жыл бұрын
Thank you
@szach-mat-8744 жыл бұрын
Maybe a short tutorial about AutoMapper
@karimmessaoud31915 жыл бұрын
Thank you!
@zaid6964 жыл бұрын
Hi venkat..greatt.. Could please define route in .net core 3.0.
@МаксимИванов-ф8р5 жыл бұрын
спасибо!
@mindrelaxing54942 жыл бұрын
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-if3iw5 жыл бұрын
Thank you venkate
@saravanasiva64762 жыл бұрын
How to call two methods in same class through routing in same time sir?
@HalfRawProductions4 жыл бұрын
Somehow new code appears at 2:00
@sasindumilan52774 жыл бұрын
please help me.i got an error,Object reference not set to an instance of an object.
@darpanchaturvedi93264 жыл бұрын
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.
@Rahulsapkota4 жыл бұрын
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
@cheeseIT19925 жыл бұрын
Isn't this obsolete in .NET core 3.0?
@vibharajput90853 жыл бұрын
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
@techcollege37622 жыл бұрын
sir in 2019 it throw exception when i try addMvc(routes=>
@techcollege37622 жыл бұрын
its by adding default name of controller and action thanks
@kumarshrey2093 жыл бұрын
29 April 2021
@amitlimbu50255 жыл бұрын
This has changed in asp.net core 3.
@shawnnosaurus5 жыл бұрын
@Amit Limbu What has it changed to though?
@amitlimbu50255 жыл бұрын
@@shawnnosaurus you can see the official docs that mention what has become what. And although some work.. the future version would remove them.
@expertreviews11124 жыл бұрын
I'm scratching my head wondering how Employee Controller works without inheriting Controller class
@vanhuypham6694 жыл бұрын
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.
@TellaTrix5 жыл бұрын
Video quality is not good this time venkat ,,
@Csharp-video-tutorialsBlogspot5 жыл бұрын
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.
@ymtan5 жыл бұрын
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-tutorialsBlogspot5 жыл бұрын
Sure. I will as soon as I find sometime. Thank you for your patience.
@sergiocorrenti5 жыл бұрын
I can see the video on HD, check your internet connection, Thanks venkat, amazing video, Just like all tutorials.
@TellaTrix5 жыл бұрын
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 ...