Archive | VS 2008 RSS feed for this section

Visual Studio 2008 Training Videos on Channel 9


  You can find all of the Visual Studio 2008 Training recordings on Channel 9 here.  Microsoft has released days 1 and 2 of the 5 day training so far. Technorati Tags: Visual Studio 2008 Training

Continue reading

Visual Studio 2008 Training Kit Available


Now that you have downloaded Visual Studio 2008 you can grab the training kit from Microsoft. The Visual Studio 2008 and .NET Framework 3.5 Training Kit includes presentations, hands-on labs, and demos. This content is designed to help you learn how to utilize the Visual Studio 2008 features and a variety of framework technologies including: LINQ, C# 3.0, […]

Continue reading

Visual Studio Team System 2008 Team Suite has been released on MSDN


I just read on Martin Woodward’s blog that it has been released on MSDN.  I am sure the other editions and Team Foundation Server will appear soon.  Congratulations to both Microsoft and the Visual Studio Team! Enjoy! Technorati Tags: Visual Studio 2008

Continue reading

ASP.NET 2.0 ViewState and SEO (Search Engine Optimization)


You may have some pages which are being penalized by certain search engines due to the size of the viewstate embedded in the page.  You can move the viewstate into the session easily by overriding the following methods: void SavePageStateToPersistenceMedium(object viewstate) object LoadPageStateFromPersistenceMedium() I recommend you override these methods in a base page class of […]

Continue reading

ASP.NET 2.0 Encrypted Connection String and IIS 6.0


I am sure some of you have tried encrypting your connection strings in ASP.NET 2.0 and when you tested it locally it all worked fine, if you did this on the server your application wouldn’t be able to read the connection string(s).  You must perform an extra step since your application is probably running in […]

Continue reading

Microsoft has committed to release Visual Studio 2008 by the end of this month!


  Read the official press release here Microsoft Commits to November Release Date for Visual Studio 2008 and the .NET Framework 3.5 Sweet! Technorati Tags: Visual Studio 2008

Continue reading

Visual Studio Team Foundation Server 2008 Beta 2 VPC Expires Early


  It has been discovered that the operating system for this particular VPC will expire November 1st.  While this may seem like a major pain in the ass, Microsoft is releasing an updated VPC image next week and moving your TFS databases is straight forward.  Here is the link to the Orcas docs at MSDN […]

Continue reading

Upgrade TFS 2005 SP1 to TFS 2008 Beta 2


So I dived right in last night and upgraded my TFS 2005 server.  I had already installed TFS SP1 and SQL SP2 a few months ago so I didn’t need to bother doing that before I got started. The upgrade went very smoothly except for a few things I found odd: 1)  I was not asked during setup […]

Continue reading

Visual Studio 2008 Team Suite Beta 2 install on Vista Ultimate x64 not going so well


Red is never a good sign?  So the error log reads like this: Microsoft .NET Framework v3.5 (x64): [2] Error code 1058 for this component means "The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. " Microsoft .NET Framework v3.5 (x64): [2] Component Microsoft […]

Continue reading

Ajax Control Toolkit Updated


  2007-JUN-06 release of the AJAX Control Toolkit contains about 125 fixes. http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx?ReleaseId=1813 Blog entry about some of the highlights: View article…

Continue reading