Building Rapid, Testable Web-Forms–Introducing ASP.NET MVC
The goal of web-development is to build web-forms fast – and build web forms that are testable. There are currently two competing technologies for building web-forms – Classic (WebForms) –…
Building Rapid, Testable Web-Forms–Hello World with ASP.NET MVC
“Hello World” with MVC This is a simple hello world example with MVC, to help you build your first application step by ’ll create a web application with two additional…
Building Rapid, Testable Web-Forms–Comparing the MVC Framework with ASP.NET WebForms
Web Forms Web Application Advantages The old Web Forms framework is a mature framework that is being used in a lot of applications and web sites. The advantages of Web…
Building Rapid, Testable Web-Forms– Conclusion
Conclusion If your application relies on rich user controls (either 3rd party or your own in-house controls), WebForms may be the best option. The reports of WebForms being un-testable are…