10 Tips to Boost Your Productivity with C# and Visual Studio 2008

Some tips posted by John W Powell about how to increase your development productivity using Visual Studio 2008.

[Update] They are aslo can be applied to Visual Studio 2005 except Auto-Implement Properties

  • Learn Key Bindings

  • Generate XML Comments with GhostDoc

  • Auto-Implement Properties

  • Refactor

  • Add Commands to Visual Studio 2008

  • Speed up Compilation with Project Configuration

  • Let Visual Studio Generate Unit Test Code

  • Use Interface-Driven-Design

  • Make a Mockery of Dependencies

  • Data Drive Unit Tests

Read full article Here

No Comments