ASP.NET

PHP and C# common encryption and decryption function class, Use of 3DES encryption and decryption

Posted under ASP.NET, Article, Development, PHP on Saturday, 12 September 2009 by rueben

PHP and C# common encryption and decryption function class, Use of 3DES encryption and decryption

PHP and C# common encryption and decryption function class, Use of 3DES encryption and decryption

RadioButtonList within a GridView using the AJAX UpdatePanel

Posted under ASP.NET, Article, Development on Tuesday, 28 July 2009 by rueben

This simple but extremely useful trick explains how to hande a radiobutton within an ASP.NET gridview, without having to fiddle around with the sometimes cumbersome beast that javascript is.

RadioButtonList within a GridView using the AJAX UpdatePanel

How can I speed up hashtable lookups with struct object as keys?

Posted under ASP.NET, Article, Development on Monday, 13 July 2009 by rueben

When you have struct objects as the key in a hashtable, the lookup operation of the hashtable performs miserably. This can be attributes to the GetHashCode() function which is used internally to do the lookup.

How can I speed up hashtable lookups with struct object as keys?

WMI Functions from ASP.NET

Posted under ASP.NET, Article, Development on Monday, 13 July 2009 by rueben

This article demonstrates how to use WMI in ASP.NET to create a website, add a virtual folder, and add host headers. I have tested it using Windows Server 2003 and IIS 6.

WMI Functions from ASP.NET