ASP.NET WebControl Critical Analysis: DropDownList

June 27, 2011 by Christoff Truter - 3 Comments

Post on some issues you will encounter when working with the ASP.NET DropDownList WebControl

ASP.NET  

Interesting Exceptions: C# - Cannot load dynamically generated serialization assembly

June 19, 2011 by Christoff Truter - 2 Comments

Post about a System.InvalidOperationException that occurs when using webservices and the XmlSerializer class within SQLCLR procedures

C#   SQL  

C#: Parsing Apache / IIS log files (NCSA/W3C)

June 11, 2011 by Christoff Truter - 4 Comments

Webserver log files (e.g. NCSA/W3C) contain all kinds of useful data - amount of visitors to a website, how pages are performing/underperforming, bandwidth consumption, missing pages etc.

C#   IIS  

Got burgled, some thoughs regarding technology

May 18, 2011 by Christoff Truter

We recently got burgled, some thoughts on backups etc

Personal  

Microsoft Dynamics CRM 2011 (5.0) : C# - Add file to an account

April 18, 2011 by Christoff Truter - 1 Comment

How to add a file to a CRM 2011 (5.0) account

C#