MSP Voice: MVC Walkthrough – Part 1
ASP.Net MVC Walkthrough - Gears of Web There so many great resources for learning ASP.Net MVC out there, especially on Scott Guthrie's blog. I found that the approach taken by most bloggers in their tutorials involves writing a project, while it is a great way to get the some hands-on experience, it can be overwhelming to first understand the context of the project and then how the MVC framework handles the project. In this walkthrough series, I will go through the beautiful ASP.Net MVC framework and attempt to explain its many cogs that interact to build powerful web applications. I won't be going in to any projects that involve restaurants or nerds. First let's get the gears of war err... web.
Visual Studio 2010
You might have heard of it, it's this amazing IDE we .Net-ers use. VS2010, like its predecessors comes in many editions. The VS2010 Express Edition is free and pretty sweet. Also, if you're a student, don't read any further and head over to DreamSpark and get yourself a fresh VS2010 Professional Edition. Yeah, pretty sweeter!
Web Platform Installer
This is something you might not have heard of. Using Web Platform Installer Microsoft distributes all its web components to us developers. It's got everything. Get it. Now.
Nuget
I have nothing else to say to you if you have not installed Nuget. It's the one tool that every .Net developer needs besides Visual Studio. With it, you'll be able to download from a plethora of community powered tools and projects that will make life and working with MVC a breeze.
Everything else
From here on, installing ASP.Net MVC 3 and updates for Visual Studio should be an easy exploration. Hint: Web PI. In my next post, I'll write about all the basics and background to MVC. Stay tuned!
- Kowsheek Mahmood
This post also appears on Code Trek .