What is the best (and fastest) way to learn ASP NET MVC?

For those interested in getting into ASP.NET, the most recent web technology is ASP NET MVC. In this post, I show you the fastest way to learn how to build web applications with ASP NET MVC.

Written by Jonathan "JD" Danylko • Last Updated: • MVC •
Learning and Graduating

I recently went to the monthly CONDG meeting and met a couple of people who were interested in learning how to use ASP.NET MVC.

Coincidentally, I also noticed a couple of people on Quora who asked for the best way to learn ASP NET MVC. In addition to discussing the best way to learn it, I will also cover the fastest way to learn ASP NET MVC.

Lay the Groundwork

If you are just starting out with ASP.NET, you need to understand either VB.NET (shudder) or C#. Both of these languages are part of ASP.NET so you need to become familiar with one (or both) of them.

As a beginner, I would recommend the following C# book from APress called Beginning C# Object-Oriented Programming by Dan Clark (affiliate link). A couple of my friends have bought this book and recommend it for beginners.

If you're a veteran to programming (Java, C, C++, etc.), I would recommend a different book from APress called Pro C# 5.0 and the .NET 4.5 Framework by Andrew Troelsen (affiliate link).

Now that you know everything about C#, we'll now move onto ASP.NET MVC.

Getting Your MVC On

ASP.NET MVC is Microsoft's open-source platform making your web development easier than their previous technology called WebForms. MVC stands for Model-View-Controller. It's an architectural pattern that has been around since the 1970's and 80's.

The fastest way to learn a new technology is to get the 10,000-foot view of how everything works. One way to do that is to download and review the lifecycle of an MVC web application. This is pretty much everything in a nutshell. Everything is laid out for you in specific terms. I even have this printed out and posted on my wall at work.

If you are looking for some reading material, I would recommend the following book called Pro ASP.NET MVC 5 by Adam Freeman (affiliate link). I bought this as an eBook when it came out and I reference it once in a while just to get back to the basics sometimes.

Online Training

If you are looking for some outstanding online training, one of my favorite sites I frequent often is Pluralsight (affiliate link). They has over 1,000 courses on everything from web to mobile to virtualization. You pay $30/month for unlimited courses. Once you pay, I would recommend learn, learn, and learn some more.

Regarding ASP NET MVC courses, I would recommend the following Pluralsight courses:

  • ASP.NET MVC 5 Fundamentals - Scott Allen
  • Automated ASP NET MVC Testing: End to End - Jason Roberts
  • Architecting Applications for the Real World in .NET - Cory House

Most of these courses take between 2-3 hours so make sure you set time aside and learn what you can, as fast as you can.

UPDATE: After talking with Udemy.com and resulting in numb fingers, I have created a 7,000 word ASP NET MVC Tutorial for Beginners. I want to also thank Udemy.com for this opportunity to create this guide. Please provide feedback as well so we can make it better.

The guide is located on Udemy.com's (affiliate link) blog at ASP NET MVC Tutorial.

Make Something!

Finally, start applying that knowledge by building something. You've come this far, why not start building a web app? Here are a couple of ideas to get you started:

  • Make a To-do list
  • Build a contact list
  • Write a small blog

Conclusion

The good news about this type of approach is that you can apply this to learn any language relatively quick. If you already know how to code, then a language is a language is a language.

Writing code in other languages will become easier and easier with the more experiences you create for yourself.

Do you have quicker way to learn ASP NET MVC? Post your comments below.

Did you like this content? Show your support by buying me a coffee.

Buy me a coffee  Buy me a coffee
Picture of Jonathan "JD" Danylko

Jonathan Danylko is a web architect and entrepreneur who's been programming for over 25 years. He's developed websites for small, medium, and Fortune 500 companies since 1996.

He currently works at Insight Enterprises as an Principal Software Engineer Architect.

When asked what he likes to do in his spare time, he replies, "I like to write and I like to code. I also like to write about code."

comments powered by Disqus