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 ... (more)
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 ca... (more)
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. Periodically a scenario comes along where everyone wants to reuse a piece of functionality... (more)
© 2008 SYS-CON Media