March 27, 2011 by Christoff Truter - 13 Comments
Part one of how to create an autocomplete textbox using ASP.NET(C#)
C# ASP.NETMarch 12, 2011 by Christoff Truter - 43 Comments
Post on how to integrate with YouTube using the Google Data API
C# Integration Google API This post is marked as obsolete.February 12, 2011 by Christoff Truter - 7 Comments
How to create your own custom app/web.config configuration section.
C#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 ArchitectureJanuary 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#