ASP.NET MVC vs. ASP.NET 4.0

Posted by CodeMonkey on Stack Overflow See other posts from Stack Overflow or by CodeMonkey
Published on 2009-10-21T22:41:34Z Indexed on 2010/05/30 16:12 UTC
Read the original article Hit count: 540

Filed under:
|
|
|

I watched this webcast recently, and I got the sense that a lot of the "cool stuff" from ASP.NET MVC is getting pulled back into the ASP.NET framework.

At the moment I'm setting the ground-work for a project at my company using ASP.NET MVC, but after watching this, I'm beginning to wonder if that's the right choice, and whether it would behoove me to wait for ASP.NET 4.0.

I realize ASP.NET MVC 2.0 is getting close to an actual release.

If High-Testability, loose coupling, and having Full control of our HTML are top priorities, which should I choose, ASP.NET 4.0 or ASP.NET MVC?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about ASP.NET