Skip to content

Tag: Programming


Categories:

Why I am still not using ASP.NET MVC Framework !

Post date:

It’s said “ASP.NET MVC Framework” is the biggest innovation in Microsoft web development since ASP.NET 1.0″. Eventhough techies are of the view that APS.NET WebForms programming is here to stay many have started predicting its replacement with MVC within a year or so. Let me quote Jeffrey Palermo, author of “ASP.NET MVC in Action” – […]

Categories:

Developing High-Performance ASP.NET Applications

Post date:

1. Disable session state when you are not using it. 2. Choose your session-state provider carefully. 3. Avoid unnecessary round trips to the server. 4. Use Page.IsPostBack to avoid performing unnecessary processing on a round trip. 5. Use ASP.NET server controls in appropriate circumstances. 6. Save server control view state only when necessary. 7. Leave […]