24
Dec
MVC.NET - It’s not that complicated (really!)
If your an ASP.NET developer and seem to be fighting an endless battle against web standards evangelists, I strongly recommend you check out Microsoft’s new MVC.NET framework. I actually had a play with it myself and will vouch that it’s not as complicated as it seems, nor is the learning curve to steep for an experienced .NET developer.
Scott Guthrie’s 4 part tutorial is a great place to start:
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
If you’re into this, check out the ALT.NET movement.
Posted in .NET