rengber's Recent C# Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
« Prev [Page 1 of 2] Next »
C# uuencode base64
Base64 Encode or Decode a File
posted on April 28, 2008 by rengber
C# sql image c aspnet blob
ASP.Net Page to Return an Image from an SQL Blob Query
posted on March 24, 2008 by rengber
C# aspnet DataGrid ADONet
Adding Eventhandlers to DataGrid Rows
posted on February 3, 2008 by rengber
C# data filter ADONet
Filter Expression for a DataTable
posted on January 31, 2008 by rengber
C# simple N00b Trick
Adding another item to a databound drop-down list.
posted on January 30, 2008 by rengber
C# security aspnet ActiveDirectory
ASP.Net Code to Get an Active Directory User Name from the Integrated Authentication Principal Name
posted on January 28, 2008 by rengber
C# aspnet
Declarative Code for ASP.Net Repeater to Access CodeBehind Method.
posted on January 22, 2008 by rengber
C# Certificates Keystore
Getting X509 Certificates in and out of the Key Store
posted on October 29, 2007 by rengber
C# archive zip hashTable SharpZipLib
Building a Hashtable of File Contents from a Zip File Containing Multiple Files and Folders
posted on August 7, 2007 by rengber
C# xml serialization StringWriter XmlTextWriter XmlTextReader StringReader
Serializing and Deserializing a Class Created with XSD.Exe Using XML Strings
posted on May 16, 2007 by rengber
C# xml serialization StringWriter
Get XML String Out of an Instance of a Class Generated from an XSD File by XSD.exe
posted on May 15, 2007 by rengber
C# command ADONet Reflection
Adding Parameters to a Command Object Using Relection Over Matching Class Properties
posted on May 9, 2007 by rengber
C# Reflection Installer PerformanceCounter
Scan Assemblies Using Reflection to Locate Performance Counter Installers
posted on May 9, 2007 by rengber
C# TDD NUnit NUnitForms WinForms
NUnit Forms Code to Dismiss a Modal Form (not a messagebox).
posted on April 12, 2007 by rengber
C# TDD NUnit
Using NUnitForms
posted on April 10, 2007 by rengber
C# Winform bitwise Enumeration
Using a Flag Enumeration with Bitwise Operations
posted on March 27, 2007 by rengber
C# conversion
Converting Integers To and From Binary
posted on March 27, 2007 by rengber
C# operator bitwise
Bitwise operations on Integers
posted on March 27, 2007 by rengber
C# sql StoredProc ADONet
Get the Return Value from an SQL Stored Procedure
posted on March 21, 2007 by rengber
C#
Connect to a Server and Check Services Using WMI
posted on February 18, 2007 by rengber
C#
Connect SQLDMO to a Server Using a Trusted Connection
posted on February 18, 2007 by rengber
C#
Send a KeyPress Event to a Windows Form
posted on February 15, 2007 by rengber
C#
Check the Status of a Printer
posted on February 14, 2007 by rengber
C#
Ping Using WMI Ping_Status
posted on February 11, 2007 by rengber
C# forms windows Threading
Basic Multithreaded Code
posted on February 7, 2007 by rengber
