Sir , these are greate videos, i was scared of MVC but now it seems easy. Can you plz let me know how to set default start page like default view when using attribute routing?
@WebGentle5 жыл бұрын
Excellent question - You can define attribute routing on action methods. And to make it default one First enable attribute routing in route.config file . And second write [Route("")] on action method.
@guyunknown91232 жыл бұрын
@@WebGentle leaving the Route(" ") empty sets it to default?
@vaishnaviwarang1583 Жыл бұрын
Simplified explaination. Best use of my time watching these series. Thankyou!
@WebGentle Жыл бұрын
Thankyou for the feedback
@kaushalbhatt54436 жыл бұрын
Thanks, You have explain it in very simple way. Now I am clear with Routing in MVC.
@pinkypreshma35885 жыл бұрын
Your teaching skills are absolutely mind blowing. Specially this topic you😀. Best tutorial ever.
@knowledgeys66525 жыл бұрын
After watching this video, any one can explain to other what is attribute routing..Really great example...Thanks for the video..
@akashsharma25606 жыл бұрын
You made best viedo ever i seen
@narendarsingh46726 жыл бұрын
Your are great sir,you have defined full concept of routing thanks a lot.
@riteshparekh71795 жыл бұрын
very nice explaination and eaasy to understand and revise quickly. Thanks a lot
@sonisaroj98634 жыл бұрын
video is very useful thank you so much. concept is so much clear
@MohammadImran-rn1vg Жыл бұрын
Thanks for making MVC easy for us.
@rohanawasare71015 жыл бұрын
Sir, understood perfectly. Please make videos for dot net core, angular 7 and webAPI. Also, please make a separate segment for interview questions on mvc,c#,sql server. This will help a lot of people because your language and examples are very easy aur hum jaiso ki baat ban jayegi...thanks a lot..
@Akhilesh-dto5 жыл бұрын
Best MVC tutorial ever.. Tq so much...
@narendarsingh46726 жыл бұрын
Great Sir,I am grateful to you.
@sandeeppillai28903 жыл бұрын
Super knowledge shared sir...
@gaziabbas30285 жыл бұрын
Sir, your tutorials is to good.
@sanjeevkohli97592 жыл бұрын
What a Great video and salute for the way of teaching, any one can understand MVC/Routing, I tried to understand routing before that but it was not done by me but now very easily I understand. THANKS A LOT SIR
@WebGentle2 жыл бұрын
Thankyou Sanjeev :) All the best to your learning.
@tusharmahajan39114 жыл бұрын
Awesome videos great explanation of mvc
@WebGentle4 жыл бұрын
Glad you liked it
@amoln42075 жыл бұрын
Great efforts....nicely explained 🤘👍
@yoginiprabhu24332 жыл бұрын
Nicely explained!!!
@MrTouqeerhameed5 жыл бұрын
amazing video teaching pattern and style very nice.thank you
@arjunkshirsagar42044 жыл бұрын
Supper explanation sir,I like very much
@riteshparekh71795 жыл бұрын
very good explaination and nice and easy to undrstand thanks a lot
@piyushkapil95983 жыл бұрын
Sir i have a doubt you define a route about-us with ~ in studentcontroller mystring method what happen if same route will be defined in other controller action method
@jagdishjoshi38756 жыл бұрын
Awesome bro... Angular ki bhi videos baanao please
@Asadali-hb1uw3 жыл бұрын
sir please upload area Routing
@zilurane78494 жыл бұрын
Thank you sir. I am requesting you to please make video on angular in hindi
@DecentProgrammer4 жыл бұрын
nice detailed video
@spartanshinde3 жыл бұрын
Hello Sir, to achieve attribute routing I need to change the path from the browser like you did. otherwise it is saying source not found 404. I mean it is not taking rout directory like conventional method. although I can see the routs being created in routing table
@fanindrasonar19244 жыл бұрын
Sir if two method having single int datatypes parameter that time what we have do?
@sarveshm67796 жыл бұрын
badhiya ba
@ashishsarathe82486 жыл бұрын
Grt videos
@WebGentle6 жыл бұрын
Thanks :)
@jnanaranjanswain23323 жыл бұрын
Dear Sir, I am facing this problem. Please tell me how to overcome this problem. Error:-ystem.InvalidOperationException: The view 'Details' or its master was not found or no view engine supports the searched locations. The following locations were searched:
@list5s5 жыл бұрын
if route(id:int ) will written in two or three controller then what will i do because these are same .
@WebGentle5 жыл бұрын
You can't have same route on multiple action method. It will give ambiguity error
@lalitwagh61762 жыл бұрын
superb
@yogeshballewar74222 жыл бұрын
dear sir, i saw your video, i user the routing but when i am using my view is not showing giving error, can you support us to resolve it
@narendarsingh46726 жыл бұрын
thanks great help
@RafikulHasanSara5 жыл бұрын
Can I use both way in one application ??
@WebGentle5 жыл бұрын
Yes you can both way
@RafikulHasanSara5 жыл бұрын
@@WebGentle thank u. One more question how to call a .cs function in view page for value encryption ?? Example public static string encryption (string val) { ........ Return encryption val}. Now how to call this function in view page ?