To increase your VS compile speed:
- Install Microsoft hotfix 935225.
- Install Microsoft hotfix 947315.
- Use a true multicore processor (ie. an Intel Core Duo 2; not a Pentium 4 HT).
- Use 3 parallel builds. In Visual Studio 2005, you will find the option in Tools > Options... > Projects and Solutions > Build and Run > maximum number of parallel project builds.
- Defragment your hard drive regularly.
- Disable virtual memory.
Monday, November 23, 2009
Increase your VS compile speed
Subscribe to:
Post Comments (Atom)
Update the author and email address of every commit on a repository
source: stackoverflow.com
-
Sample table as Cities in rows is convert to single column declare @retstr varchar(8000) select Top 5 @retstr = COALESCE(@retstr + ...
-
Have you ever launched SQL Server Management Studio (SSMS) and had to wait over 60 seconds before you could even log in? I have - all too ...
-
You suppose you are wanted to add a string to a page that the string has to have a hyperlink in it to link a particular page for any reason....
No comments:
Post a Comment