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 ArchitectureFebruary 10, 2011 by Christoff Truter
How to set IE compatibility mode programmatically
ASP.NET IISFebruary 5, 2011 by Christoff Truter - 2 Comments
Two simple methods on how to bind/display XML data using ASP.NET
ASP.NET XMLJanuary 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#January 17, 2011 by Christoff Truter
Accessing MySQL when using PHP, a few thoughts, suggestions and ideas.
PHP