ASP.NET Web Form Validation Example

Now it’s finally time to compare the traditional ASP version to my ASP.NET version of the same page. If you remember, I decided to develop two pages, one in traditional ASP and one in ASP.NET. Just for a refresher, the traditional ASP page took me 2 hours and 15 minutes to code and contained 168 lines of code.

I develop an ASP.NET page with similar function and it contained—are you ready?—35 lines of code and took me 34 minutes to program. Just 35 lines of code. And it took less than 25% of the time to develop. Granted, this will vary depending on what your core skills are, but you can see how ASP.NET will massively reduce the amount of coding you need to do and the time it takes you to code.

The following ...

Get ASP.NET for Web Designers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.