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.

 
XmlTools

OpinionatedGeek XmlTools is a collection of command-line tools for manipulating XML files. Yeah, there are lots of GUI programs out there for working with XML, but sometimes you can't beat the command-line.

Download the .NET binaries or the source code now!

XmlTools consists of three utilities:

  • XmlPatch is a command-line batch editor for XML files.  It takes any valid XML file, and applies commands from a 'patch' XML file to add new elements, remove existing ones, or modify attributes. This is useful for things like automated installers, where you have to apply specific changes to XML configuration files.

  • XmlTransform applies XSL transformations to XML files to generate a new (possibly-XML) file.

  • XmlValidate performs schema validation on an XML file against one or more schemas.

XmlTools are free software distributed under the GNU General Public License. The code itself is packaged as a solution for Borland C# Builder, which has a free license for personal/noncommercial use.