.netcat gui done in WPF
I finally found some inspiration for doing the .netcat gui, the library and CLI was done a long time ago.
The gui has a focus on being small, fast and efficient. Escape closes all windows and enter sends data or goes to the next input. I decided to do it in WPF, which is a new gui toolkit in .net starting from .net 3.0, it is to replace the aging windows forms. In fact WPF is not exclusive to .net, since SWT (Standard Widget Toolkit) from eclipse has a WPF library that works quiet well. I used the WPF implementation in SWT back when I ported my XkcdReader project to SWT.
I’ve made a small site, where the binaries are hosted. They should work for anything .NET 3.5 and above, since mono doesn’t support WPF yet, you’re probably better off with the CLI (or just regular netcat, if you’re on unix).
The connection dialog:
The main window (HTTP example):
Get it while it’s hot, bug reports, pacthes and feature requests are welcome =]
Git repository: http://git.neo2k.dk/?p=cs/dotnetcat.git
Project site: http://pub.neo2k.dk/dotnetcat/

