|
by Alexandra Rusina via C# Frequently Asked Questions : on 5/10/2010 6:50:00 PM
After a quick review of C# language features, let’s do the same for the IDE improvements. So, what’s in there for C# developers?
Generate From Usage
This feature greatly improves Visual Studio support for test-driven development (TDD). However, it is useful even if you don’t use TDD at all. It might increase your productivity by simply reducing the number of keystrokes and eliminating repetitive typing. For example, now I can write code like this:
class Program{ static v
... [ read more ]
|
|