Welcome to Geekdojo Sign in | Join | Help

Wednesday, September 24, 2003 - Posts

When I read .NET blogs, I see a lot of links to Eric Gunnerson's C# Compendium or Don Box's Spoutlet or many of the other well-known personalities in the .NETiverse - often the same people are linked to again and again.  But there are a few lesser-known Read More
Here's a simple Platform Invoke example of how to resize a window - a feature I needed at one point (don't ask why) but couldn't find, not even in Eric Gunnerson's Win32 Window sample on GotDotNet.com. using System;using System.Runtime.InteropServices;namespace Read More
I submitted some ideas for features to NUnit... here's what I send them: Hello, NUnitarians... I have a feature idea (or maybe it's two, really) that I'd certainly be willing to put some effort into and that I think has great merit. The first is simple; Read More