Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.NET MVC quick start - a one-stop tutorial? [closed]

Tags:

asp.net-mvc

There are many ASP.MVC blog post bits and pieces scattered over different web sites, as well as couple of resource questions here - ASP.NET Model-view-controller (MVC) - where do I start from? and MVC Learning Resources

I wonder if there was a one-stop tutorial posted yet on getting started with ASP.NET MVC?

Thank you!

Edit: I probably need to clarify - a one-stop tutorial that'd help to get started within and hour or two and learn more as I go... Reading books is a non starter for me personally - takes more time I can afford and starts with basics...

like image 804
sergeb Avatar asked Sep 09 '08 19:09

sergeb


People also ask

Is ASP.NET MVC still used?

ASP.NET MVC is no longer in active development. The last version update was in November 2018. Despite this, a lot of projects are using ASP.NET MVC for web solution development. As to JetBrains' research, 42% of software developers were using the framework in 2020.

How long does it take to learn ASP.NET MVC?

As for me, it takes about 2-3 weeks to tack on another language, and about a month after that for me to feel fully competent in it; results will vary depending on your motivation and the language/framework itself (Python was really fast).

Is MVC 5 a core?

The main difference between ASP.NET Core and ASP.NET MVC 5 is their cross-platform approach. ASP.NET Core can be used on Windows, Mac, or Linux, whereas ASP.NET MVC 5 can only be used for applications on Windows. The ASP.NET Core MVC is a framework for building web apps and APIs, optimized for use with ASP.NET Core.


2 Answers

Have you looked at MVC Samples on CodePlex? Rob Conery has some screencasts that go along with the creation of the site at http://blog.wekeroad.com/mvc-storefront/.

like image 122
David Mohundro Avatar answered Sep 24 '22 18:09

David Mohundro


Scott Guthrie wrote a free complete end to end tutorial of creating a full web application using MVC and it touches on most of the major pieces of MVC:

  • NerdDinner.com
  • Code Walkthrough of how to build NerdDinner.com
like image 34
Erv Walter Avatar answered Sep 21 '22 18:09

Erv Walter