April 2006 - Posts

Scott Hanselman's 2005 Ultimate Developer and Power Users Tool List

This is a great list of tools.

with 0 Comments

Improving Application Performance in .Net

Application performance has always been a concern for Web Application developers. This article contains guidelines and tips for maximizing application performance in ASP.NET.
with 0 Comments

Some Cool Tips for .NET

These are some tips for commonly faced problems in .NET
with 0 Comments

A Crash Course on ASP.NET Control Development: Template Properties

Dino Esposito continues his series on ASP.NET 2.0 controls development with this look at how to create template properties in a custom control. More
with 0 Comments

Subclassing Pages and Master Pages in ASP.NET 2.0

Sometimes the simplest things in ASP.NET 2.0 turn out to be the hardest things to implement. One example is trying to have a shared property across all your web pages. For example, let's say that you want to have a User object that is on all of your pages and that object be initialized on Page_Load. More
with 0 Comments