I’m a Java developer looking to learn some C#/ASP.NET. One thing I’ve never liked about .NET from the get-go was that it didn’t have support for MVC. But now it does! So I was wondering if anybody knew where to get started learning C# MVC.
Also, do you need the non-free version of developer-studio to do this?
Just to add to Will’s answer, Scott has a series on ASP.NET MVC development:
ASP.NET MVC Framework Part 1
ASP.NET MVC Framework (Part 2): URL Routing
ASP.NET MVC Framework (Part 3): Passing ViewData from Controllers to Views
ASP.NET MVC Framework (Part 4): Handling Form Edit and Post Scenarios