Author: SSWUG Research

Community

Unit Tests in Visual Studio 2005

(Satheesh Kumar) VSTS comes with many tools integrated in it for the developers & testers and also for architects and managers. The unit testing tool that comes with the Visual Studio 2005 enables the developers to generate the test classes and methods. Team Test does not provide tools only for deve

Community

Real-world Reflection in .NET

(Andrew Troelsen) The .NET platform supports a number of seemingly esoteric programming techniques, such as reflection, dynamic loading, late binding, and custom attributes. At first glance these topics may appear to be of little more than academic interest, having little use in the “real world.” Ho