.NET
Install a Service using a Script
How to install a service using a script instead of a Windows Installer MSI package.
Gain performance by not initializing variables
Explicitly initializing variables to default values might be reducing your performance.
ASP.NET
Scramble Your Query Strings
Protect your query strings from inquisitive users
C# Programming
Checking for optional columns in a DataTable
Ways to check for the presence of optional data elements in a DataTable or a DataSet.
C# RIFF Parser
Decode Resource Interchange Files (AVI, WAV, RMID...) using this pure C# parser.
Monitoring Distributed Service Performance in .NET
How to instrument your services to monitor performance using Performance Counters.
Wait for threads in a ThreadPool object to complete
A small code snippet to wait for all ThreadPool worker threads to complete.
|