.NET BasicsThis section contains articles relating to various aspects of programming in .NET.
Design Patterns - Singleton Pattern - 8/13/2007 Have you learned Design Patterns? You probably need it on your resume. This article will start with the simplest pattern. more...
Generate Large Blocks of Code With Macros - 5/30/2007 Would you like to be able to generate a Class with hundreds of lines of Bug-Free code without buying a third-party tool? This article will show you how to do it with a Macro. more...
Determining If Icon Was Clicked in ListView - 1/27/2007 Can I add an Icon to a ListView and tell whether the Icon was clicked when a row is selected in the ListView? You can do all of that and more. more...
SMS Messaging with Windows Mobile 5.0 - 1/24/2007 A while ago, I was playing around creating a bot, a Snarkier version of the Mobile Secretary Application . Well, it was late and I got sloppy. So basically, my little app sent out a text message to everyone on one of my company's Outlook distribution lists. I learned a lot that night. more...
Writing Bug-Free, Maintainable Code - 1/1/2007 Despite evidence to the contrary, it is possible to consistently write bug-free, easy to read and maintain, code. But it takes a plan and you must discipline yourself to stick to your plan. more...
New Features in VS2005 and .NET In General - 12/29/2006 Take time to explore new versions of .NET, otherwise you will be missing great short-cuts and time-savers that you probably won't just stumble on. more...
Convert VB6 to VB.NET - 12/26/2006 Macros, in combination with Regular Expressions form a powerful tool set for generating code. This article will generate a Input Line Object from a VB6 Type Object. more...
Inheritance and Implements Keywords - 12/3/2006 Ever think about having MustInherit Classes take on a characteristic of an Interface? This article suggests a way to make the developer aware of all Overridable methods in a base class, even when the developer doesn't read the documentation on the exposed functionality. more...
Inheritance and Implements Keywords - 12/3/2006 Ever think about having MustInherit Classes take on a characteristic of an Interface? This article suggests a way to make the developer aware of all Overridable methods in a base class, even when the developer doesn't read the documentation on the exposed functionality. more...
Patterns and Best Practices - 11/13/2006 Don't send multiple informational Emails; send an attachment. more...
< Previous Page 2 of 17 Next >
|