Blog      Products      DotNetWiki      Support      Contact  
  ASP.NET PowerPack
The ASP.NET PowerPack contains 28 rich, cross-browser controls including:
 - RichTextBox
 - ComboBox
 - DatePicker
 - No-Repost validator

Try the ASP.NET PowerPack free today!
 - More Info
 - Download
 - Price List
 - Licensing
 - Buy Now!

 
     Web Tools
 - The DotNetWiki
 - OPML Viewer
 - RSS Viewer
 - ASP.NET Colors
 - Base64 Encode
 - Base64 Decode
 - HTML Encode
 - HTML Decode
 - URL Encode
 - URL Decode
 - Crazy IPs
 - Whois

 
     Windows Tools

ADO.NET ConnTest
A simple, free Windows program to test ADO.NET connection strings.

Lines of C#
Ever wanted to know how many lines of C# code are in a file or folder hierarchy?  This free Windows program will tell you.

XmlTools
Free tools to process XML files from the command line.

 
ParameterMapper

Introduction to ParameterMapper

ParameterMapper is a simple program to intercept calls to an executable and allow you to fiddle with the parameters before calling the actual executable. It's most useful when you want to vary how a dependent program is called when you have no control over the caller.

Why Would You Want To?

It's a bit arcane, really.

I like the fact that in Unix there’s no dependency on file extensions for determining whether a file is executable. It means you can easily create your own wrapper shell script for a compiled program, rename the compiled program, and have your shell script do whatever munging it needs before finally calling the original compiled program. It’s trivially easy to do.

There’s no real equivalent in Windows. Batch files and PowerShell scripts can’t be substituted for .EXEs because they just won’t run with a .EXE extension. ParameterMapper helps the situation a little by allowing you to 'inject' a different command in a command-chain.

Free Download

Version 1.0.0.1, released 28th October 2006

ParameterMapper is released free under the Free Software Foundation's GNU General Public License. The source release includes the Visual Studio 2005 project used to build the binary release.

Binary release:
Free - Download ParameterMapper now!
Source release:
Free - Download ParameterMapper source (GPL) now!