How to easily manage connection strings across multiple environments/servers by creating a .NET ConnectionManager class.
Archive for January, 2009
Manage Connection Strings In Multiple Environments
Posted in .NET on January 30, 2009 | 1 Comment »
Creating a Thick Entity Class Template
Posted in .NET on January 23, 2009 | Leave a Comment »
The following is a template for creating thick entity classes that I’ve created when building entities that either contain or have knowledge of business logic.
It’s The Little Things That Make The Difference
Posted in Web Design on January 20, 2009 | Leave a Comment »
Constructive criticism, finishing touches, and striving to write great software.
Running Multiple Versions of IE
Posted in General on January 18, 2009 | Leave a Comment »
Testing web-applications on multiple browsers, including multiple versions of Internet Explorer on the same box.
No Analytics, No Problem – Go Old School with IIS Log Parsing
Posted in General on January 16, 2009 | Leave a Comment »
How to use Log Parser 2.2 to datamine from your IIS log files.
Homegrown CSS Standards
Posted in Web Design on January 16, 2009 | Leave a Comment »
A few css standards tips, tricks, and personal preferences.
Web Session Management and Centralization Class
Posted in .NET on January 13, 2009 | 1 Comment »
Demonstrating examples of web session management class used to centralize websession code, add strongly typed reference to data in session, and remove additional logic out of presentation code.

