ASP.net 2.0 (.net 3.5 SP1): URL Routing

June 6, 2010 by Christoff Truter - 10 Comments

How to map/rewrite urls in ASP.net 2.0 (Web Forms)

C#   ASP.NET  

ASP.net 4.0: URL Routing

June 1, 2010 by Christoff Truter - 1 Comment

How to map/rewrite urls in ASP.net 4.0

C#   ASP.NET  

MSSQL : The argument x of the xml data type method

May 18, 2010 by Christoff Truter - 12 Comments

How to pass values to SQL XQuery functions only accepting literal strings.

SQL   XML  

ASP.net(C#): Custom Templated Control

May 14, 2010 by Christoff Truter

How to create a custom templated control e.g. ListView in ASP.net(C#)

C#   ASP.NET  

PHP: Accessors (Getters/Setters)

May 11, 2010 by Christoff Truter - 1 Comment

Add accessors (getters/setters) to PHP

PHP