ASP.NET MVC and YOU
One of my largest clients is a forward thinker in terms of web application development. As such it’s a great place to introduce ASP.NET MVC. Surprisingly, it was received, by the Java Gurus with strong MVC roots, with a lukewarm reception. But I digress..ScottGu recently posted a small tidbit about ASP.NET MVC that I think needs a little more highlighting:
Important: If you don’t like the MVC model or don’t find it natural to your style of development, you definitely don’t have to use it. It is a totally optional offering - and does not replace the existing WebForms model. Both WebForms and MVC will be fully supported and enhanced going forward (the next release of ASP.NET WebForms will add richer URL routing features, better HTML markup/client-side ID/CSS support, and more). So if after reading the above post you think "hmm - that doesn’t feel natural to me", then both don’t worry, and don’t feel like you should or need to use it (you don’t).
— ScottGu













