
| home | AJAX (6) || C#.NET (5) || Coldfusion Development (16) || DHTML (14) || Flash Development (19) || jQuery (4) || MSSQL (2) || UNIX (10) |
| Archive for the 'C#.NET' Category | ||
| 6.25.08 | Use SqlParameterCollection To Dynamically Build SqlCommand.CommandString | category: C#.NET |
|
0 comm |
The solution involves sending in a dynamic key->value list as a single JSON serialized string argument to dynamically build either an INSERT or UPDATE sqlCommand with parameterization. |
|
| 4.24.08 | LitJson Patch To Serialize Hashtable/IDictionary Keys of DateTime Type to JSON | category: C#.NET |
|
0 comm |
Case in point - I want to convert: |
|
| 4.22.08 | Convert Single Level “XML” To Native C#.NET Object Via Json And Regular Expressions | category: C#.NET |
|
0 comm |
convert “xml” (aka “slop”) like: |
|
| 4.21.08 | Convert ADODB RecordSet XML To ADO.NET DataSet Object Natively In C# | category: C#.NET |
|
0 comm |
Problem: You have a 3rd party API that returns an ADODB XML RecordSet that you need to incorporate in your .NET application. |
|
| 4.17.08 | Simple AES (Rijndael) C# Encrypt & Decrypt functions | category: C#.NET |
|
0 comm |
I simply re-purposed Bobby Derosa’s Triple DES (3DES) Encrypt() and Decrypt() functions to provide a simple and straight-forward way to use AES symmetrical encryption safe for use on such things as UTF-8 and/or HTTP GET string compatibility. I’m using this in ASP.NET AJAX-enabled applications. |
|