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.
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.
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.
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
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>
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
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! :)
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.
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!
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.
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.
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.
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 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!
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 :)
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.
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 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.
Q: How do I get up to speed on the core functionality without getting bogged down, and bypass pitfalls that aren't documented so well? A: Learn from Mosh!
ERROR FIX: 45:46 code is written as [Route("movies/released/{year}/{month:regex(\\d{4}):range(1, 12)}")] but if you test this it will result in a 404 error. The answer should be [Route("movies/released/{year:regex(\\d{4})}/{month:range(1, 12)}")]. The error is that you cant have a 4 digit month between the range of 1 and 12. Hope this helps for anyone confused
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?
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.
For those who don't have the extra controller files like ManageController and AccountController and so forth, you'll need to change the Authentication to 'Individual User Accounts' @ 8:23. Mosh had this on by default and I personally spent hours trying to figure out so to save you the pain here's the solution.
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?
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.
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
For anybody that's interested I purchased and completed Mosh's "The Complete ASP.NET MVC 5 Course" on Udemy. I highly recommend the course. I will say that if you aren't familiar or comfortable working with C# and inside Visual Studio then you might find his approach too fast. Also, the ORM portion of the course assumes that you're familiar with the Entitiy framework which he discloses in one of he's lectures.
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?
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!!!
One of the tutorials with good styling but lacking in-depth explanations on practically anything. This is not at all useful whatsoever. For absolute beginners in MVC this will be so confusing that they will not be even able to write the smallest MVC patterned application even after they are through with this entire video. This is good for a recapitulation for programmers who at least have some level of familiarity with MVC pattern.
Yes. For example: How do you configure IIS to ensure that pressing Ctrl + F5 runs random.cshtml. I got stuck on my 28th minute of watching this tutorial after trusting the tutor for a simple tutorial in vain
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
Excellent! Fast, with no commercials, very practical, good teaching methodology!!! Congratulations!
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.
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.
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 🙏🥰
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?
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
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
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>
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
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
Really thank you. I started learning programming from zero. With my friend's video, I learned a lot more about programming
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! :)
best to the point no-nonsense explanation about mvc in 3 minutes i've ever seen.
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.
Where I started with mvc, now full stack dev at a charter school. Thank you and the members of your channel
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!
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...
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?
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.
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
Excellent teaching, summarized and fast in its best way. Loved it.
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?
Thanks... This is the tutorial i was searching.... Best for beginners with a very less knowledge of mvc.
Loved this course!!! Thank you so much for such an easy-to-understand and beautifully explained course.
It's 2024 and this saved my life, thank you Mosh❤❤
Mosh I love you man, you are a Professor in our industry, thank you a mil!
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!
This is the first tutorial video I've watched in ASP.Net MVC and it's not hard to understand. 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 !!!
47:10 just right click the name of the action and click "go to view"
Ctrl+click much easier
I press f12
I like how Mosh explains exactly what a MVC is. I have never had an instructor explain it like he did
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 :)
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.
Wonderful tutorial. Well designed, delivered and explained. Cannot ask for more, well done man.
This is one of the best tutorials and this guy probably is working for Resharper or seriously promoting Resharper tool !
6 months of classes summarized in 1 hour. Great job!
no he did not
This is the best tutorial I have found. I like the way you explain the concepts and then show us in code.
You explain everything really well Mosh! Thanks a ton.. Now, hopefully, I'll be able to crack my MVC project up! :)
mosh I found this tutorial great.It seems that you are Iranian.I admire your Intelligence and hard working!
Thanks for your useful video : )
Well, I ve never felt so dumb in my entire life. I think Im gonna have to watch this 3 more times
Wishes from India. I am working as a Dotnet developer. This is really usefull for me. Thank you😊 ..
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
Hi Moshfegh :) i am Hamedani too! (born in Hamedan)... proud to watch your success bro. Tnx for your awsome videos....
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?
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!!
one of the best tutorials eveeeer! Thanks! You're so good at teaching. Gonna subscribe to Udemy. :D
share with me xD
Watched 26 minutes of this...and bought it. Thanks Mosh.
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 ✨
I think I found the perfect youtube channel for prgramming tutorials, thank you!
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.
Best, fast, effective and simple training. I never saw something like this. Thank you. You are a genius!👏👏
Very informative. Could you please tell which software you used for presentation of slides?
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
Wow. I learned allot in 3 minutes with this video. You are a very effective teacher...I am gonna sign up.
you make me fall in love with asp.net :D
I bought the complete course by watching this, until now, it's pretty good.
I love this Application. Can you plz add that how we can connect an sql server with this application.
One of the best online courses on ASP.NET
Thanks Mosh for this awesome tutorial
Best MVC5 Tutorial I ever had!
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 are great. I wish he would keep his courses more up to date
Q: How do I get up to speed on the core functionality without getting bogged down, and bypass pitfalls that aren't documented so well?
A: Learn from Mosh!
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 !
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?
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.
You are star Mr Mosh, watched most of your videos
ERROR FIX: 45:46 code is written as [Route("movies/released/{year}/{month:regex(\\d{4}):range(1, 12)}")] but if you test this it will result in a 404 error. The answer should be [Route("movies/released/{year:regex(\\d{4})}/{month:range(1, 12)}")]. The error is that you cant have a 4 digit month between the range of 1 and 12.
Hope this helps for anyone confused
The background music haunts my dreams from watching this video so much
Mosh...I took your C# course on Udemy and was very happy! This video made me happier! Thank you for this great content! :)
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?
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 😁 ?
Your happy face always makes our similar too :D
Nice wording!
@@default632 does not matter. He conveyed what he meant.
ONE OF BEST MVC Tutorial out here
You left the part where you are supposed to send specific model from controller to view.
return View(movie);
that really great understanding ..now you are in my one of the best teacher category
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?
For those who don't have the extra controller files like ManageController and AccountController and so forth, you'll need to change the Authentication to 'Individual User Accounts' @ 8:23. Mosh had this on by default and I personally spent hours trying to figure out so to save you the pain here's the solution.
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?
This is frikkin perfect. I was looking for a video like this. Thank you so much for making this.
Thank you very much for the wonderful videos!
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?
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
Teaching skill is the key .. and you have the key bro Al-Hamdani
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....
For anybody that's interested I purchased and completed Mosh's "The Complete ASP.NET MVC 5 Course" on Udemy. I highly recommend the course. I will say that if you aren't familiar or comfortable working with C# and inside Visual Studio then you might find his approach too fast. Also, the ORM portion of the course assumes that you're familiar with the Entitiy framework which he discloses in one of he's lectures.
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
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
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
best video on MVC and i follow you & i learnt c# from your videos only...thanks a ton mosh :) u r my teacher
One of the tutorials with good styling but lacking in-depth explanations on practically anything. This is not at all useful whatsoever. For absolute beginners in MVC this will be so confusing that they will not be even able to write the smallest MVC patterned application even after they are through with this entire video. This is good for a recapitulation for programmers who at least have some level of familiarity with MVC pattern.
Yes. For example: How do you configure IIS to ensure that pressing Ctrl + F5 runs random.cshtml. I got stuck on my 28th minute of watching this tutorial after trusting the tutor for a simple tutorial in vain
Any video recommendations for absolute beginner on mvc as well as c#.?
@@_art.with.passion__ try to find anything by kudvenkat please.
Man, you are rock star! I got this course from UDemy! Thanks for the great course ;)
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
I buy this course by today. It is a valuable course. I really appriciated! Thanks @Mosh!
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
you're awesome....Never have i learnt mvc with simplicity like i did in this tutorial.