rengber's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
SQL Oracle PLSQL DateTime
Simple Technique to Subtract Years from an Oracle Date
posted on September 25, 2007 by rengber
SQL database sql Oracle StoredProc DBA PSQL
List all Stored Procedures in an Oracle Database
posted on September 24, 2007 by rengber
SQL sql tsql bitwise BitMask
Using a BitMask in a Where Clause
posted on September 9, 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
SQL database tsql trigger Technique
Update Trigger to Increment a Version Number Column
posted on August 7, 2007 by rengber
Regular Expression xml RegularExpression saved by 5 people
Regular Expression to Grab the Content of an XML Element
posted on May 16, 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
SQL sql tsql
Search Stored Procedure Code for a String
posted on May 15, 2007 by rengber
SQL sql
Get the Code of a Stored Procedure as Text
posted on May 15, 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
SQL sql script security
Script to Create a Script Granting EXECUTE to all Stored Procs in a DB
posted on May 6, 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
