Welcome!

Donald King

Subscribe to Donald King: eMailAlertsEmail Alerts
Get Donald King via: homepageHomepage mobileMobile rssRSS facebookFacebook twitterTwitter linkedinLinkedIn


Latest Articles from Donald King
One of the most important and yet overlooked aspects of a software development project is the concept of regression testing during implementation. Regression testing is the practice of running tests for previously tested code following modification to ensure that faults have not been i...
You might think that graphically intensive operations such as map rendering can be done only using languages like C++ to make Win32 API calls to the operating system. In fact, the .NET Framework and its GDI+ libraries can be used not only to render intense complex graphics but can do s...
Software reuse is the pinnacle of success in the object-oriented paradigm. Every development effort strives for it, whether it's shared components, routines, or just reuse of design ideas.