I am very impressed. We've all been used to getting bits from a million different tutorials and figuring it out in a painful trial and error process. This, on the other hand is something special.
It is very soothing to hear Mr Mosh's voice while teaching. He speaks very clearly and explains very understandably. I wish he could have another .dotnet MVC tutorial using the latest version of the technology. This video is way too old already. Although the concept remains the same, yet there are some changes when it comes to the latest version of dotnet. I'm hoping Mr. Mosh will do it once more 🙏🥰
I hadn't touched .NET Framework MVC for almost 5 years (been working with up-to-date versions). And I needed a refresher before an interview with a customer. And that's an excellent one. It requires 3 hours to go through everything while doing the same in parallel. But it's great content.
Install this. marketplace.visualstudio.com/items?itemName=MadsKristensen.WebExtensionPack After installing web essentials it asked me to install that because the features that used to compose web essentials pack were separated.
I'm trying to repeat your course. A lot has changed. Practically at every step there are problems. Usually your courses are very useful and easy to learn. I think many would be delighted if you updated the course.
An excellent and well justified request. Unfortunately, Mosh has not replied to student requests for updates for years. The last update was April 2018.
Earlier I have seen other MVC tutorials, this was the best ever I have seen, it has covered the basics of MVC, the tutorial is best enough and it motivates for paid one. Thanks for such a tutorial
This is one of the best MVC tutorial video I have ever watched. I love the step-by-step approach and a quick summary of the lesson before diving into it. 2 Thumbs up for me.
Geez, I'm watching your course, *seen video* -> got angry, *seen it is not the full material* -> this is actually really fair! Thank you in the name of others who could not afford it! :)
Mosh - you are my favorite teacher / guru / professor/ instructor....I love your videos on Udemy! thanks for an amazing job! you are gifted in teaching..very rare quality
I tried Contoso University from many days but cannot understand well than I found this video. Your video is well described and very clear to understand. Thanks for this tutorial. Thank you so much!
Mosh, I had to say you are a natural teacher... I feel I am good at teaching as well and love to learn and spread the knowledge I have. I am a programmer but I just like to watch tutorials it doesn't matter what level they are because learning will never stop plus I gain so much from others even if I know the subject. Keep up the good work! -aK>
Hey Mosh, you probably remember me when I was just getting into all the C# coding at my job. You told me to take it slow, baby steps I guess. Well, I am actually taking your complete course on the MVC stuff right now. This has been very helpful, you are the man. Thanks again.
Mosh you star, this tutorial expresses how to use my knowledge from ASP.Net and correlates to the Objects, methods and any other questions I have to an extent! Cheers!
Hello mosh. thank you for giving us discount for this course. couldn't afford for the original price. i just bought it after watching this tutorial. Thank you.
Just bought your course.. you're an amazing teacher :) Unlike other tutorial, you made it so smooth, clean and motivating. I will definitely check by in future to improve my coding. Thank you!
Mosh, nice to meet you ! Let me say you that I'm from Chile and.... I don't speak english :) , really... a little.. but I see yours videos and I can understand, thank you for your help !!!
Mosh, It's been few years since I had my hands on MVC. I wanted a quick recap of MVC and this is so perfect. I am watching all your videos and will subscribe to your courses on plural sight ! Thank you :)
You have to buy it man :) Nothing is Free in this world . Why not check MVC Free tutorials form Kudvanket's channel on youtube. I can link it up here if you want to
Some time ago i bought your course about javascript, and now in other direction i`m studying .NET, and here you are, with an excellent video tutorial. I will buy the course in Udemy too thanks!!
I went ahead an bought the full course. It goes into much more depth than this video. Mosh discusses a lot about connecting to databases with Entity Framework and the options of creating tables from C# classes through the use of migrations (updates and changes to your database). He goes into more detail regarding forms. There is also a section on creating web APIs and displaying data using Ajax and single page forms. The idea there is that HTML, Javascript (and jQuery) are used to format and display data retrieved from the server. Whereas normally under MVC the server creates and returns the views with all of the HTML tags and formatting, web API only returns the data from the server to the loaded page for client-side handling. Then, toward the end of the course, Mosh presents a section where he discusses the development steps from start to finish.
I notice a ton of stuff that doesn't line up with his video but a majority of it still works. I got to the bootstrap replacement part and the webpage looks completely broken on my end. Is it just me?
Watching this while using VS2019, with no Resharper, the namespace was automatically filled when I typed var movie = new Movie(). Thank you for this great tutorial!!!
I love you. Please make new version of this course, or asp.net core 3.1 or wait until .net 5. I started with your python 6 hour course. I may or may not have gotten your other courses from shady sources. I didn't have (still don't) have money to buy (no job yet sir). I love you and I will pay you back.
Awesome video. Keep it up. I did some .NET development many years ago and now want to get back into it. This video gives me a little bit of a fast track to get back into the game and catch on with the newer technologies.
Hi begginer here , very understandable tutorial thank you so much, so after i add the lumen.css and change the BundleConfig.cs as you show and compile the app (ctrl F5) the menu break any idea?
This line of code produces an error: @Html.Partial("_NavBar", Model.Movie) Error: System.NullReferenceException: 'Object reference not set to an instance of an object.' System.Web.Mvc.WebViewPage.Model.get returned null. How to fix it?
Great tutorial Mosh, learned a lot in just one hour! I am new to .NET and loving it. Can you plx explain where the users and rentals are stored on my sql server if I simply run your vidly project and add data from application
This comment is 4 years old but ill answer just incase someone else has the same question. In the SQL server box click the top local database and then tables and then it should be in there. Right click on the table you want and hit view data to see the data table
Great course. Very clear, concise, great examples, and I love the tips and explanation as you are making changes. You even describe your keyboard shortcuts which is so helpful to know what you are doing while watching virtually. I'll be purchasing the rest of the course to learn through the rest of the course.
After replacing the default template with lumen all things of the template are working but navigation bar is not displaying in the way that it should be.
@@yogeshv6799 You must use 3.x version of Bootstrap template style, the default version bootswatch gives you is 4.x version, just google: bootswatch 3 templates :D
22:32 adding bootstrap lumen template is not straightforward its not applying on the application. I am saving it with bootstrap-lumen.css in desktop and copy-pasting in the Content folder but its not applying
One year later response: The bootstrap you loaded is probably not v.3.4.1 but higher v.4.4.1 And you could either download an earlier version from bootswatch.com/3/ or find a way to incorporate bootstrap 4
@@letstalkbodybuilding7943 over a year later response: i had the same problem :when using the lumen he inputted it was higher version than my virtual machine/project could handle so it wasn't being loaded, so i went to the link above and downloaded the lumen there, replaced the new version (4.4.1) with the old version (3.4.1) and boom just compiled and run and it worked
I am very impressed. We've all been used to getting bits from a million different tutorials and figuring it out in a painful trial and error process. This, on the other hand is something special.
It is very soothing to hear Mr Mosh's voice while teaching. He speaks very clearly and explains very understandably. I wish he could have another .dotnet MVC tutorial using the latest version of the technology. This video is way too old already. Although the concept remains the same, yet there are some changes when it comes to the latest version of dotnet. I'm hoping Mr. Mosh will do it once more 🙏🥰
Excellent! Fast, with no commercials, very practical, good teaching methodology!!! Congratulations!
best to the point no-nonsense explanation about mvc in 3 minutes i've ever seen.
Mosh is a great teacher and communicator. I'm buying and enjoying his courses.
5 Stars!!!
hi ben ,if you don't mind ,could you send the videos to my?
Where I started with mvc, now full stack dev at a charter school. Thank you and the members of your channel
Wow ,A perfect Tutorial , Perfect definition of parts of MVC ,A great Job ,Hats Off for you .
Dddijxsgcgfaxyzzjjzjshzhhgdhhgzhhsbv_gvzvCvbbsbVvc_czcBkp@.k@ajvzgjj_jz_izgzfhzgfzgzghsghzjiiXVvsnBzCgzhzHh_bbzhzjhzhhgzyisiisbbdh
I hadn't touched .NET Framework MVC for almost 5 years (been working with up-to-date versions). And I needed a refresher before an interview with a customer. And that's an excellent one.
It requires 3 hours to go through everything while doing the same in parallel. But it's great content.
I can say this is the best tutorial ever I have watched about MVC, thanks a million times for sharing this video :) :) :)
Yes It is.
Yes it is.
agree
Really thank you. I started learning programming from zero. With my friend's video, I learned a lot more about programming
The greatest ASP.NET MVC tutorial ever.
sir,I couldn't find web essential ..what should i do for that?
Install this.
marketplace.visualstudio.com/items?itemName=MadsKristensen.WebExtensionPack
After installing web essentials it asked me to install that because the features that used to compose web essentials pack were separated.
doesnt install for 2013 !
this is the correct link : marketplace.visualstudio.com/items?itemName=MadsKristensen.WebEssentials20135
how did you installed it after downloading?
Took me a full afternoon to watch the video, but learned more than in 2 days.... thank you so much, finally understand how MVC works...
I'm trying to repeat your course. A lot has changed. Practically at every step there are problems. Usually your courses are very useful and easy to learn. I think many would be delighted if you updated the course.
An excellent and well justified request. Unfortunately, Mosh has not replied to student requests for updates for years. The last update was April 2018.
Can anyone here help me with one problem in my mvc assignment
It's very urgent for me
Do agree with you. But it seems, Mosh isn't interested in that. He even does not reply to your comment after 6 months! 😒
Thank you! You saved my time.
Earlier I have seen other MVC tutorials, this was the best ever I have seen, it has covered the basics of MVC, the tutorial is best enough and it motivates for paid one. Thanks for such a tutorial
This is one of the best MVC tutorial video I have ever watched. I love the step-by-step approach and a quick summary of the lesson before diving into it. 2 Thumbs up for me.
It's 2024 and this saved my life, thank you Mosh❤❤
Geez, I'm watching your course, *seen video* -> got angry, *seen it is not the full material* -> this is actually really fair! Thank you in the name of others who could not afford it! :)
Mosh - you are my favorite teacher / guru / professor/ instructor....I love your videos on Udemy! thanks for an amazing job! you are gifted in teaching..very rare quality
I tried Contoso University from many days but cannot understand well than I found this video. Your video is well described and very clear to understand. Thanks for this tutorial. Thank you so much!
Mosh, I had to say you are a natural teacher... I feel I am good at teaching as well and love to learn and spread the knowledge I have. I am a programmer but I just like to watch tutorials it doesn't matter what level they are because learning will never stop plus I gain so much from others even if I know the subject. Keep up the good work! -aK>
Thanks... This is the tutorial i was searching.... Best for beginners with a very less knowledge of mvc.
Mosh I love you man, you are a Professor in our industry, thank you a mil!
This is one of the best tutorials and this guy probably is working for Resharper or seriously promoting Resharper tool !
Hey Mosh, you probably remember me when I was just getting into all the C# coding at my job. You told me to take it slow, baby steps I guess. Well, I am actually taking your complete course on the MVC stuff right now. This has been very helpful, you are the man. Thanks again.
i want a help in this project for 3 mintutes not more with Teamveiwer . very quickly
I like how Mosh explains exactly what a MVC is. I have never had an instructor explain it like he did
Loved this course!!! Thank you so much for such an easy-to-understand and beautifully explained course.
Watched half the video, now bought the course, very clear and explained very well!
Mosh you star, this tutorial expresses how to use my knowledge from ASP.Net and correlates to the Objects, methods and any other questions I have to an extent! Cheers!
Hello mosh. thank you for giving us discount for this course. couldn't afford for the original price. i just bought it after watching this tutorial. Thank you.
Just bought your course.. you're an amazing teacher :) Unlike other tutorial, you made it so smooth, clean and motivating. I will definitely check by in future to improve my coding. Thank you!
Hei , can i know where i can find the codes related to the course?
Excellent teaching, summarized and fast in its best way. Loved it.
Loved this course bought the full one in udemy
well i bought it too, but its not helping much...lots of stuff r not explained
@@albasula216 Is the full course not worth it?
@@albasula216 Thank you so much Alba! I just download the e-book & it looks amazing : D
@@albasula216 can you resend the book, the link is dead
@@albasula216 What is the book?
I bought the complete course by watching this, until now, it's pretty good.
6 months of classes summarized in 1 hour. Great job!
no he did not
This is the first tutorial video I've watched in ASP.Net MVC and it's not hard to understand. Thanks, Mosh!
47:10 just right click the name of the action and click "go to view"
Ctrl+click much easier
I press f12
Watched 26 minutes of this...and bought it. Thanks Mosh.
Mosh, nice to meet you ! Let me say you that I'm from Chile and.... I don't speak english :) , really... a little.. but I see yours videos and I can understand, thank you for your help !!!
Wishes from India. I am working as a Dotnet developer. This is really usefull for me. Thank you😊 ..
Mosh, It's been few years since I had my hands on MVC. I wanted a quick recap of MVC and this is so perfect. I am watching all your videos and will subscribe to your courses on plural sight ! Thank you :)
Perfect, you could easily fing .NET (Core) tutorials but now a days is not easy find a .NET Framework step by step tutorial like this , Thank you !
Mosh are great. I wish he would keep his courses more up to date
Finished Video. Excellent. I finally found a tutorial that has no mistakes. Woo!!!!
I just got started to.. and this tutorial is the best so far :)
Taifdroid But where is the next one :(
You have to buy it man :)
Nothing is Free in this world .
Why not check MVC Free tutorials form Kudvanket's channel on youtube.
I can link it up here if you want to
Taifdroid yes please
Some time ago i bought your course about javascript, and now in other direction i`m studying .NET, and here you are, with an excellent video tutorial. I will buy the course in Udemy too thanks!!
Well, I ve never felt so dumb in my entire life. I think Im gonna have to watch this 3 more times
This is the best tutorial I have found. I like the way you explain the concepts and then show us in code.
Wonderful tutorial. Well designed, delivered and explained. Cannot ask for more, well done man.
Very easy to understand who knows the programming by seeing the video. Very thankful mosh for making a such useful video.
what's the admin password?
You explain everything really well Mosh! Thanks a ton.. Now, hopefully, I'll be able to crack my MVC project up! :)
I think I found the perfect youtube channel for prgramming tutorials, thank you!
I am watching this before a job interview. I'm a nodeJS guy, but I do have c# experience. Wish me well! 😏
Break a leg
Update: I got hired 😊👌
@@squirrel1620 any more update from the job
@@utpalrongpee4025 been working there for a year and a half now 😊 c# and dotnet with a little splash of classic asp
@@squirrel1620 nice ✨
Wow. I learned allot in 3 minutes with this video. You are a very effective teacher...I am gonna sign up.
I love this Application. Can you plz add that how we can connect an sql server with this application.
I went ahead an bought the full course. It goes into much more depth than this video. Mosh discusses a lot about connecting to databases with Entity Framework and the options of creating tables from C# classes through the use of migrations (updates and changes to your database). He goes into more detail regarding forms.
There is also a section on creating web APIs and displaying data using Ajax and single page forms. The idea there is that HTML, Javascript (and jQuery) are used to format and display data retrieved from the server. Whereas normally under MVC the server creates and returns the views with all of the HTML tags and formatting, web API only returns the data from the server to the loaded page for client-side handling.
Then, toward the end of the course, Mosh presents a section where he discusses the development steps from start to finish.
one of the best tutorials eveeeer! Thanks! You're so good at teaching. Gonna subscribe to Udemy. :D
share with me xD
Best MVC5 Tutorial I ever had!
you make me fall in love with asp.net :D
The simplest and most helpful video tutorial i have ever seen. cheers mate.
Love your course "Become a Full Stack .Net Developer". Why you don't make a video on TDD.
what is TDD
@@blackbarry45 Test Driven Developement
where is the link for this course Become a Full Stack .Net Developer
Best, fast, effective and simple training. I never saw something like this. Thank you. You are a genius!👏👏
the asp.net development is fantastic with visual studio 2019
The Tea is fantastic
Can you use this tutorial running VS 2019?
No doubt this is the best tutorial ever I have seen. Thanks for such amazing tutorial.
5 Years old video, is this still viable? Cos i love Moshes vids!
I notice a ton of stuff that doesn't line up with his video but a majority of it still works. I got to the bootstrap replacement part and the webpage looks completely broken on my end. Is it just me?
@@hyperlazer You need to use version 3 of Bootstrap... google bootswatch 3 templates
what's the admin password?
One of the best online courses on ASP.NET
Very informative. Could you please tell which software you used for presentation of slides?
that really great understanding ..now you are in my one of the best teacher category
Thanks Mosh for this awesome tutorial
ONE OF BEST MVC Tutorial out here
Your happy face always makes our similar too :D
Nice wording!
@@default632 does not matter. He conveyed what he meant.
Teaching skill is the key .. and you have the key bro Al-Hamdani
im a ASP.NET MVC using visual Studio 2017.. the controllers Account and Manage are not appearing when I start a new project
They are in a different .NetFramework project in whick "core" is not mentioned
mosh I found this tutorial great.It seems that you are Iranian.I admire your Intelligence and hard working!
Thanks for your useful video : )
Thanks Man. This was very helpful. and I am also taking some of your classes
i want a help in this project for 3 mintutes not more with Teamveiwer . very quickly
Hey can u help me give the source code?
Hi Moshfegh :) i am Hamedani too! (born in Hamedan)... proud to watch your success bro. Tnx for your awsome videos....
the mvc won't let me be
or let me be me so let me see
but it feels so empty without ME 😝
hahah cracked me up
@firsttry missed a beat..... They tried to shut me down on mvp!
pressin tab, flippin a bit, not givin a sh*t, so get ready, "this." is about to get heavy....
Watching this while using VS2019, with no Resharper, the namespace was automatically filled when I typed var movie = new Movie(). Thank you for this great tutorial!!!
With VS 2019 you don't need Resharper anymore, VS 2019 able to do all of Resharper could
You are star Mr Mosh, watched most of your videos
you're awesome....Never have i learnt mvc with simplicity like i did in this tutorial.
I love you. Please make new version of this course, or asp.net core 3.1 or wait until .net 5. I started with your python 6 hour course. I may or may not have gotten your other courses from shady sources. I didn't have (still don't) have money to buy (no job yet sir). I love you and I will pay you back.
Mosh...I took your C# course on Udemy and was very happy! This video made me happier! Thank you for this great content! :)
You left the part where you are supposed to send specific model from controller to view.
return View(movie);
Awesome video. Keep it up. I did some .NET development many years ago and now want to get back into it. This video gives me a little bit of a fast track to get back into the game and catch on with the newer technologies.
what's the admin password?
The background music haunts my dreams from watching this video so much
Man, you are rock star! I got this course from UDemy! Thanks for the great course ;)
Hi begginer here , very understandable tutorial thank you so much, so after i add the lumen.css and change the BundleConfig.cs as you show and compile the app (ctrl F5) the menu break any idea?
same here
best video on MVC and i follow you & i learnt c# from your videos only...thanks a ton mosh :) u r my teacher
This line of code produces an error:
@Html.Partial("_NavBar", Model.Movie)
Error:
System.NullReferenceException: 'Object reference not set to an instance of an object.'
System.Web.Mvc.WebViewPage.Model.get returned null.
How to fix it?
Honestly, it's one of the best tutorial
Thank you very much for the wonderful videos!
you just know how to do things differently mosh, your courses always are the solution most of the time
Great tutorial Mosh, learned a lot in just one hour! I am new to .NET and loving it. Can you plx explain where the users and rentals are stored on my sql server if I simply run your vidly project and add data from application
This comment is 4 years old but ill answer just incase someone else has the same question. In the SQL server box click the top local database and then tables and then it should be in there. Right click on the table you want and hit view data to see the data table
This is frikkin perfect. I was looking for a video like this. Thank you so much for making this.
It will be better if you recreate this video but for asp.net core 2.2 or the incoming asp.net core 3
I just download the plataform and seems like everything has changed lol
i really like your video,i can say so far that this video is the best video i ve ever seen about ASP.NET MVC....thks for sharing this video
in controllers i only have homecontroller and not account or manage. Why is this?
because you did not select option for authentication. select option for authentication then it will show the controller for account and manage
Great course. Very clear, concise, great examples, and I love the tips and explanation as you are making changes. You even describe your keyboard shortcuts which is so helpful to know what you are doing while watching virtually. I'll be purchasing the rest of the course to learn through the rest of the course.
BTW what you do for living 😁 ?
After replacing the default template with lumen all things of the template are working but navigation bar is not displaying in the way that it should be.
Same here, but 5 months passed since your this comment and no response yet!! What a disappointment!
@@yogeshv6799 You must use 3.x version of Bootstrap template style, the default version bootswatch gives you is 4.x version, just google: bootswatch 3 templates :D
@@tekkies5253 Thanks a lot man
Finally, I start to understand a lot of the things that just was like magic for me 🪄
Thank you!
Wow just 1 hour ago, bc of it i will try to watch it all dude, hope you were right
22:32 adding bootstrap lumen template is not straightforward its not applying on the application.
I am saving it with bootstrap-lumen.css in desktop and copy-pasting in the Content folder but its not applying
One year later response:
The bootstrap you loaded is probably not v.3.4.1 but higher v.4.4.1
And you could either download an earlier version from bootswatch.com/3/ or find a way to incorporate bootstrap 4
@@Icecrax thank you
@@Icecrax hey , even i have the same doubt but i dont understand why the latest versions of bootstrap lumen didnt work
@@letstalkbodybuilding7943 over a year later response:
i had the same problem :when using the lumen he inputted it was higher version than my virtual machine/project could handle so it wasn't being loaded, so i went to the link above and downloaded the lumen there, replaced the new version (4.4.1) with the old version (3.4.1) and boom just compiled and run and it worked
I'm studying C #. Thank you very much for the video