Pages Menu
TwitterRssFacebook
Categories Menu

Posted by on 13th November, 2007

How do I…?

How do I…?

I noticed this section recently in MSDN on how to accomplish certain tasks shown in brief 2 – 15 minute videos. There are many categories that range from ASP.NET to SilverLight to Visual Studio, etc. and each category contains a many topics. This is a link I will definitively store in my favororites. Especially useful for those of us sometimes too lazy to read… [button link=”http://msdn2.microsoft.com/en-us/bb629407.aspx” color=”#FFFFCC” size=”1″ style=”4″ dark=”1″]read...

Read More

Posted by on 9th November, 2007

Visual Studio 2005 Accelerators

Visual Studio 2005 Accelerators

Visual Studio 2005 is probably one of the most complex pieces of software ever developed. It has so many features, so many tools to (try to) satisfy every developer that is trying to accomplish such a wide variety of tasks, that it is easy to see how a product like that could become very bloated and sluggish. So, how do I speed it up? Here are some tips I have collected over time: Disable the Splash Screen Add the following parameter to your VS2005 shortcut: “C:Program Files…devenv.exe” -nosplash Note: the same trick applies to Business Intellgience Managment Studio and SQL Management Studio…. Install Visual Studio Service Pack 1 get it here. Turn off any IDE animated windows Go to Tools | Options | Environment and uncheck Animate environment tools. Get a faster hard drive – seriously Scott Gu writes: “What you are much more likely to block on is the Seek and I/O speed capacity with which your computer accesses your hard drive.  If you are using an application...

Read More