资 源 简 介
This is a companion source code project to my website [Dot Net Perls](http://dotnetperls.com/), which is dedicated to sharing code and knowledge primarily about .NET. The code files here includes algorithms, objects, programs, and functions for C#. Some examples are
Memory Watcher (as featured in the Firefox 3 article)
An easy and fast anagram class for C#
A directed acyclic word graph in C#
Single-instance Windows app class in C# .NET
NGEN.exe C# class to optimize startup times
Useful C# segment code for CSV files
Command-line Scrabble program written in Perl
Multiple bitcount algorithms in C# and C++
Stopwords removing code for C# strings
Custom dialog code that has many advantages over message box
De Bruijn sequence code tha