New IDE Features in Visual Studio 2010 for C# Developers
Posted
on Dot net Slackers
See other posts from Dot net Slackers
Published on Mon, 10 May 2010 00:00:00 GMT
Indexed on
2010/05/10
21:04 UTC
Read the original article
Hit count: 177
Filed under:
After a quick review of C# language features, lets do the same for the IDE improvements. So, whats 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 dont 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 void...
Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
© Dot net Slackers or respective owner