Visual Studio 2008 Hot!

| Action | Shortcut | |--------|-----------| | Build Solution | Ctrl+Shift+B | | Debug Start | F5 | | Step Into | F11 | | IntelliSense | Ctrl+Space | | Go to Definition | F12 | | Find all refs | Shift+F12 | | Comment selection | Ctrl+K+C | | Uncomment | Ctrl+K+U |

For the first time, developers could target multiple versions of the .NET Framework (2.0, 3.0, or 3.5) from a single IDE, a feature we now take for granted. Managing Legacy Visual Studio 2008 Projects visual studio 2008

No rose-tinted glasses are required; VS 2008 had its fair share of infuriating bugs. | Action | Shortcut | |--------|-----------| | Build

To ensure a specific file is included as part of your application (e.g., a configuration file or a local database), you must set its Build Action Stack Overflow Click on the file in the Solution Explorer Properties window (Press Build Action Copy to Output Directory Copy Always Copy if Newer to ensure it moves to the folder during build. Stack Overflow 4. Compile and Build Once your content is assembled: Build Solution Ctrl+Shift+B Build Solution to compile all project components. Rebuild Solution Stack Overflow 4