By Kathy Nguyen on 6/2/2010 10:43 AM
Support for Test First Development
The integrated development environment (IDE) for Visual C# and Visual Basic is now able to create code stubs for new members and types even before they have been defined. This allows programmers to begin their process by writing tests and only afterwards create the code needed to compile those tests. The work is aided by the suggestion mode of IntelliSense, which prevents automatic completion of hitherto undefined members or types.