Description: April 2003 Issue Technology Toolbox: VB.NET, C# M ost coding defects in traditional component development that aren\'t business-logic-specific are due to memory-management and object-lifecycle issues memory leaks, cyclic reference counts, failing to call Delete or Release(), accessing objects that are deallocated already, and so on. Writing impeccable code isn\'t impossible, but it takes years of experience, iron discipline, a mature development process, management\'s commitment to...