I have made many of my utility libraries and applications
available as open source to assist other developers. The links
from this summary list will take you to my personal web site
under the Computers
section. Many of the projects use advanced techniques that
may be of interest to newcomers to .NET development - Greg
NTag
- A C# library that use a plug-in provider technique to edit
the tags in multimedia files. NTag currently supports most
of the ID3 standard and can read ASF (WMA) tags.
Onyx5
- A forms application that uses NTag to bulk edit tagged files
in a convenient grid format.
csutylib
- A C# library of miscellaneous utility methods, classes and
Forms custom controls.
ResourceLib
- A library and driver Forms application that uses Interop
to parse the resources from Win32 PE images. A bulk icon extractor
is included as an example.
snklib
- A library that can parse and load SNK (Strong Name Key)
files with a driver application to use the library to generate
digitally signed licences.
FolderExplorer
- A Forms Custom Control that simulates the appearance and
behaviour of the Windows Explorer folder view.
ngrep
- A console program that searches for regular expressions
in files, with many processing options.
rextract
- A console program to extract resources from resx files.
resxupdate
- A console utility to auto-update resx files, designed for
use in project pre-build events.
duplib
- A library and driver application that searches the file
system for duplicate files.
randplot
- For lovers of random numbers, a Forms application that plays
with different types of random number generator algorithms
and plots their lattice structure.
stringhash
- Also for maths hobbyists, a Forms application that plots
the behaviour of the String GetHashCode function.
|