Programmer’s Survival Tips – #5
Know your IDE
Your IDE (Integrated Development Environment) is your tool for creating great applications. Without it, you don’t mean much, unless you are a hardcore .NET developer that can write a whole application in Notepad and compile it with a command line compiler. The bottom line is, you need your IDE.
What is really astounding to me is how little the average programmer knows about their IDE. (I will be specifically referring to Visual Studio Team System 2008 throughout this post.) They know just enough in order to do the most basic of tasks (and I don’t mean writing code). Your Visual Studio IDE is a very powerful tool, and your utilization of that tool impacts directly on your productivity. (more…)


