56 subscribers








ASP.NET
  |  Technology  |  Science Stuff  |  Travel  |  Golf  |  Entertainment  |  Buddhism  |  Finance and Investing  |  Austin  |  India  |  Diet, Health  |  Petitions, Causes  |  

Microsoft’s ASP.NET technology platform for building sophisticated, high performance, web applications

Building Rapid, Testable Web-Forms– Conclusion | Posted on by Anuj Varma
This entry is part 4 of 4 in the series ASP.NET - WebForms versus MVC

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 greatly exaggerated – and one can … Continue reading


This entry is part 3 of 4 in the series ASP.NET - WebForms versus MVC

Web Forms Web Application Advantages
The old ASP.NET Web Forms framework is a mature framework that is being used in a lot of applications and web sites. The advantages of Web
Forms are:

State Management – in Web Forms state management … Continue reading


This entry is part 2 of 4 in the series ASP.NET - WebForms versus MVC

“Hello World” with ASP.Net MVC
This is a simple hello world example with ASP.NET MVC, to help you build your first application step by step.We’ll create a web application with two additional views – the first will ask for your name, … Continue reading


Building Rapid, Testable Web-Forms–Introducing ASP.NET MVC | Posted on by Anuj Varma
This entry is part 1 of 4 in the series ASP.NET - WebForms versus 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 ASP.NET (WebForms) – and MVC (ASP.NET MVC) – which is radically different … Continue reading


ASP.NET Scalability – 2000 + simultaneous user sessions | Posted on by Anuj Varma

Highly Scalable, Internationalized Web Application – Dell Battery Replacement
Requiring a quick turnaround (3 months) and a HIGHLY scalable website (in 8 different languages), I helped DELL build a scalable, multi-lingual (internationalized) website to speed up the returns process.
The Challenge

Laptops with … Continue reading