Author Archives: Chris C

New Tools Require New Standards

“An old belief is like an old shoe.  We so value its comfort that we fail to notice the hole in it.” – Robert Brault As developers we all have standards, even if they aren’t that well defined.  Of course … Continue reading

Posted in Software Development | Tagged , , | Comments Off on New Tools Require New Standards

Starting Any Method in a New Thread Using .NET

The main problem I encountered was creating a function to accept any function pointer along with an unknown number of arguments.  I got around this problem using the ThreadStart and delegate() features in C# (.NET 3.5).  First off create your … Continue reading

Posted in Code Examples | Tagged , | Comments Off on Starting Any Method in a New Thread Using .NET

Use Fun Addresses when Demoing your Software

Next time your entering data for a software demo try spicing it up and sneak some your famous real or fictional addresses.  Often you can’t use the fictional state/province but the street addresses are easy to sneak into a demo, … Continue reading

Posted in Fun | Tagged | Comments Off on Use Fun Addresses when Demoing your Software

Save Your Envrionment

Do you remember VB Commenter?  Probably not because all the cool kids, like you, where using C# so you had no need for it.  See, way back in the Visual Studio 2003 era only .NET’s favorite child, C#, had support … Continue reading

Posted in Uncategorized | Tagged | Comments Off on Save Your Envrionment

Building for Both 32 and 64 Bit Architectures

My latest task has been getting Mini-Compressor to work on Windows 7.  In the end no code changes are actually required to get Mini-Compressor working on Windows 7 but the installer required a bit of work.  The amount of work … Continue reading

Posted in Uncategorized | Tagged , | Comments Off on Building for Both 32 and 64 Bit Architectures