Installing Visual Studio 2008 SP1 RTM and removing the SP1 Beta

The much awaited Visual Studio 2008 SP1 and the .NET Framework 3.5 SP1 is now RTM !!  While we have talked about the .NET 3.5 SP1 features for a long time now, the RTM release marks something special for Web Developers.  You would be able to build and deploy real world applications and use some of the cool features like Dynamic Data.

Before installing Visual Studio 2008 SP1, it is recommended to run the Visual Studio 2008 Service Pack Preparation Tool.  The tool can be downloaded from here  This tool removes any earlier versions of the SP1 Beta and also prepares your system for installing the SP1.

What do I get installing this? Well, a whole bunch of stuff considering that this is just a Service Pack. Instead of me listing it down, there is a cool post by the Web Development Tools team that lists them over here

The Web Development Tools blog is one of the most important resources you need to follow.  You can subscribe for the same at http://blogs.msdn.com/webdevtools/

Also, there is a new blog that is put up for Web Development Tips & Tricks.  Check it out at http://blogs.msdn.com/webdevelopertips/

Cheers !!!

This article is part of the GWB Archives. Original Author: Harish Ranganathan

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.