C# Design Pattern : Strategy

February 10, 2011 by Christoff Truter

The strategy design pattern defines a means by which we decouple a family of related algorithms and make them interchangeable among one another within a required context.

C#   Design Patterns   Architecture  

ASP.net (IIS): IE8 - Compatibility view

February 10, 2011 by Christoff Truter

How to set IE compatibility mode programmatically

ASP.NET   IIS  

ASP.NET : Display XML Data

February 5, 2011 by Christoff Truter - 2 Comments

Two simple methods on how to bind/display XML data using ASP.NET

ASP.NET   XML  

Interesting Exceptions: C# - PathTooLongException

January 27, 2011 by Christoff Truter - 7 Comments

When I told one of my developer friends that I am going to write a post about the PathTooLongException, he found it rather amusing

C#  

PHP: MySQL Abstraction and Wrappers

January 17, 2011 by Christoff Truter

Accessing MySQL when using PHP, a few thoughts, suggestions and ideas.

PHP