whats the best approach to learning asp.net mvc? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

whats the best approach to learning asp.net mvc?

i'm working on an ecommerce website on vs,but i'm not that good in asp.net MVC yet .I've watched some tutorials on youtube but i cant seem to grasp some concepts.

1st Feb 2017, 10:07 PM
Termite
Termite - avatar
3 Answers
+ 2
MVA (Microsoft virtual academy) provides some good tutorials for getting started with MVC. If you don't mind paying, Pluralsight offers some good courses that go quite in depth (I think Scott Allen does most of the main ones). Also, check out Mosh Hamedani's courses on Pluralsight/udemy if you want a learn-as-you-code approach. If I was starting out, I'd make a new MVC project in VS, create a single model class, and a simple controller to instantiate/populate the model class and pass it to the view - the more difficult concepts become clearer for me when building up from the basics.
24th Feb 2017, 8:52 PM
Jon Savage
Jon Savage - avatar
0
Thanks that helped.
11th Apr 2017, 8:04 PM
Termite
Termite - avatar
0
Try downloading MVCMusicStore website pdf and follow project step by step. this took me from 0 to able.
15th Apr 2017, 3:43 AM
David Morrow
David Morrow - avatar