Visual Studio 2008 and .NET 3.5 Released

Today we shipped Visual Studio 2008 and .NET 3.5.  You can download the final release using one of the links below:

  • If you are a MSDN subscriber, you can download your copy from the MSDN subscription site (note: some of the builds are just finishing being uploaded now - so check back later during the day if you don't see it yet).

  • If you are a non-MSDN subscriber, you can download a 90-day free trial edition of Visual Studio 2008 Team Suite here.  A 90-day trial edition of Visual Studio 2008 Professional (which will be a slightly smaller download) will be available next week.  A 90-day free trial edition of Team Foundation Server can also be downloaded here.

  • If you want to use the free Visual Studio 2008 Express editions (which are much smaller and totally free), you can download them here

  • If you want to just install the .NET Framework 3.5 runtime, you can download it here.

Quick Tour of Some of the New Features

Visual Studio 2008 and .NET 3.5 contain a ton of new functionality and improvements.  Below are links to blog posts I've done myself as well as links to videos you can watch to learn more about it:

VS 2008 Multi-Targeting Support

VS 2008 enables you to build applications that target multiple versions of the .NET Framework.  This means you can use VS 2008 to open, edit and build existing .NET 2.0 and ASP.NET 2.0 applications (including ASP.NET 2.0 applications using ASP.NET AJAX 1.0), and continue to deploy these application on .NET 2.0 machines.  You can learn more about how this works from my blog post here:

ASP.NET AJAX and JavaScript Support

.NET 3.5 has ASP.NET AJAX built-in (no separate download required).  In addition to including all of the features in ASP.NET AJAX 1.0, ASP.NET 3.5 also now includes richer support for UpdatePanels integrating with WebParts, ASP.NET AJAX integration with controls like <asp:menu> and <asp:treeview>, WCF support for JSON, and many other AJAX improvements.

VS 2008 and Visual Web Developer 2008 also now have great support for integrating JavaScript and AJAX into your applications.  You can learn more about this from my blog posts here:

You can watch some videos that discuss ASP.NET AJAX and Visual Studio 2008 support for it here

I also highly recommend the excellent ASP.NET AJAX in Action book to learn more about ASP.NET AJAX (both client-side and server-side).

VS 2008 Web Designer and CSS Support

VS 2008 and Visual Web Developer 2008 Express includes a significantly improved HTML web designer (the same one that ships with Expression Web).  This delivers support for split-view editing, nested master pages, and great CSS integration.  Below are some articles I've written that discuss this more:

ASP.NET 3.5 also has a new <asp:ListView> control that provides the ability to perform rich data scenarios with total control over the markup.  It works nicely with the new CSS support in VS 2008.  You can learn more about it from my article here:

You can watch some videos that discuss the new Visual Studio 2008 web designer features and the new ListView/DataPager controls here

Language Improvements and LINQ

The new VB and C# compilers in VS 2008 deliver significant improvements to the languages.  Both add functional programming concepts that enable you to write cleaner, terser, and more expressive code.  These features also enable a new programming model we call LINQ (language integrated query) that makes querying and working with data a first-class programming concept with .NET. 

Below are some of the articles I've written that explore these new language features using C#:

Here are a few additional blog posts I've written that show off some of the new VS 2008 code editing support and some cool ways to use these new language features:

The Visual Basic team has also created some great free videos that cover LINQ.  You can watch them here.

Data Access Improvements with LINQ to SQL

LINQ to SQL is a built-in OR/M (object relational mapper) in .NET 3.5.  It enables you to model relational databases using a .NET object model.  You can then query the database using LINQ, as well as update/insert/delete data from it.  LINQ to SQL fully supports transactions, views, and stored procedures.  It also provides an easy way to integrate business logic and validation rules into your data model.  Below are some of the articles I've written that explore how to use it:

I think you'll find that LINQ and LINQ to SQL makes it much easier to build much cleaner data models, and write much cleaner data code.  I'll be adding more posts to my LINQ to SQL series in the weeks and months ahead (sorry for the delay in finishing them earlier - so much to-do and so little time to-do it all!).

Scott Stanfield is also working on creating some great LINQ to SQL videos for the www.asp.net site based on my article series above (all videos are in both VB and C#).  You can watch the first 4 videos in this series here.

Browsing the .NET Framework Library Source using Visual Studio

As I blogged a few weeks ago, we will be releasing a reference version of the .NET Framework library source code as part of this release.  Visual Studio 2008 has built-in debugger support to automatically step-into and debug this code on demand (VS 2008 can pull down the source for the appropriate .NET Framework library file automatically for you).

We are deploying the source servers to enable this right now, and will be publishing the steps to turn this feature on in the next few weeks.

Lots of other improvements

The list above is only a small set of the improvements coming.  For client development VS 2008 includes WPF designer and project support.  ClickOnce and WPF XBAPs now work with FireFox.  WinForms and WPF projects can also now use the ASP.NET Application Services (Membership, Roles, Profile) for roaming user data. 

Office development is much richer - including support for integrating with the Office 2007 ribbon, and with Outlook.  Visual Studio Tools for Office support is also now built-into Visual Studio (you no longer need to buy a separate product).

New WCF and Workflow projects and designers are now included in VS 2008.  Unit testing support is now much faster and included in VS Professional (and no longer just VSTS).  Continuous Integration support is now built-in with TFS.  AJAX web testing (unit and load) is now supported in the VS Test SKU.  And there is much, much more...

Installation Suggestions

People often ask me for suggestions on how best to upgrade from previous betas of Visual Studio 2008.  In general I'd recommend uninstalling the Beta2 bits explicitly.  As part of this you should uninstall Visual Studio 2008 Beta2, .NET Framework Beta2, as well as the Visual Studio Web Authoring Component (these are all separate installs and need to be uninstalled separately).  I then usually recommend rebooting the machine after uninstalling just to make sure everything is clean before you kick off the new install.  You can then install the final release of VS 2008 and .NET 3.5 on the machine.

Once installed, I usually recommend explicitly running the Tools->Import and Export Settings menu option, choosing the "Reset Settings" option, and then re-pick your preferred profile.  This helps ensure that older settings from the Beta2 release are no longer around (and sometimes seems to help with performance).

Note that VS 2008 runs side-by-side with VS 2005 - so it is totally fine to have both on the same machine (you will not have any problems with them on the same box).

Silverlight Tools and VS Web Deployment Project Add-Ins

Two popular add-ins to Visual Studio are not yet available to download for the final VS 2008 release.  These are the Silverlight 1.1 Tools Alpha for Visual Studio and the Web Deployment Project add-in for Visual Studio.  Our hope is to post updates to both of them to work with the final VS 2008 release in the next two weeks.  If you are doing Silverlight 1.1 development using VS 2008 Beta2 you'll want to stick with with VS 2008 Beta2 until this updated Silverlight Tools Add-In is available. 

Hope this helps,

Scott

    Published Monday, November 19, 2007 10:34 AM by ScottGu

    Comments

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 1:38 PM by Hartvig

    Was it removed again? I've just been checking my MSDN Subscriptions page and it's gone (including the betas). I wanna update umbraco for 3.5, so I'm crossing my fingers that it'll come back soon :-)

    # Visual Studio 2008 RTMs - Get it now!

    Monday, November 19, 2007 1:46 PM by Darryl Burling @ Work

    Yup.&#160; This morning (PST time) Visual Studio 2008 RTM'd.&#160; Its already on MSDN, so go get it..

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 1:53 PM by ScottGu

    Hi Hartvig,

    >>>>>> Was it removed again? I've just been checking my MSDN Subscriptions page and it's gone (including the betas). I wanna update umbraco for 3.5, so I'm crossing my fingers that it'll come back soon :-)

    It should be updated soon.  There are a lot of different versions to prop on MSDN, so the links will probably trickle in throughout the day.  So keep hitting refresh. :-)

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 1:53 PM by JohnR

    Is the MVC Framework included with the Visual Studio 2008 Express editions?

    # SharkMan &raquo; Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 1:55 PM by SharkMan » Visual Studio 2008 and .NET 3.5 Released

    Pingback from  SharkMan &raquo; Visual Studio 2008 and .NET 3.5 Released

    # Visual Studio 2008 RTM

    Monday, November 19, 2007 1:55 PM by Mikael Söderström

    Just found out that Visual Studio 2008 is released on MSDN! More info at ScottGu's blog (as usual): http

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 1:56 PM by Paul

    I don't see it on MSDN either...I have MSDN premium.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 1:56 PM by Timo

    Congratz with this excellent achievement!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 1:57 PM by Shawn Smith

    I am uninstalling beta2 now.

    One question, is the intellisense support for external libraries improved with this version.  I found the beta2 to be nearly useless as referencing extjs files killed all intellisense there after and since I develop in extjs, this is production killer for me.  And I hate switching between VS and Aptana to fullfill my needs.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:00 PM by ScottGu

    Hi John,

    >>>>>>> Is the MVC Framework included with the Visual Studio 2008 Express editions?

    We aren't shipping the MVC framework today - that will come later (the first public preview will be shortly).

    The ASP.NET MVC Framework will work with VS 2008 as well as Visual Web Developer 2008 Express.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:01 PM by A Random Developer Dude

    AWESOME!!!!!!!!!!!!!!!!!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:02 PM by Dylan Greene

    As of 2pm EST, all of the links bring me back to MSDN Subscriptions page.  I'm signed in, and I tried in IE7 and Firefox.  

    On the MSDN Subscriber Downloads page Visual Studio 2008 isn't yet listed.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:11 PM by Jeremy Skinner

    Hi Scott

    Any idea when this will be on the Volume Licensing site? (http://licensing.microsoft.com)

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:11 PM by Kamran Shahid

    Congratulate Scott For yet another milestone.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:12 PM by James

    Not seeing it either....Anti-climax time. Jumping the gun announcing it perhaps?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:14 PM by Luis Fleitas

    Quick question. Are there any breaking changes between the production version and the Beta 2?

    Thanks

    Luis F Fleitas

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:16 PM by Eric

    I found it on the main page /subscriptions/default.aspx of the msdn.microsoft.com site.

    Search the page for "Top Subscriber Downloads".

    I did NOT find it listed under "Developer Tools" in the main MSDN Library download UI that I'm used to.

    I had to disable the IE pop-up blocker and the Google Toolbar pop-up blocker first in order for it to start downloading.

    You must also install the Akamai Web Downloading Plug-in (ActiveX control) in order to use these download links.

    # Visual Studio 2008 and .NET 3.5 Released - MSDN members can download the product and the Express and trial versions are available for download now too.

    Monday, November 19, 2007 2:19 PM by David Overton's Blog

    I just saw this as Scott&#39;s blog while preparing something on SQL 2008 CTP. This is an amazing set

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:20 PM by Catto

    Hey Now Scott,

    A Very exciting time. So many new features!

    Thx,

    Catto

    # Visual Studio 2008 e .NET 3.5 RTM disponibili...

    Monday, November 19, 2007 2:21 PM by Il Blog di Sandro Rizzetto

    E' arrivato il grande giorno... devo dire che erano parecchi anni che non mi succedeva di essere cosí

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:22 PM by Scott Williams

    Are there any requirements to installing this if you already have Beta 2 installed? I know there were a few hoops to jump through for 2005 and its betas.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:25 PM by Brian

    When/where can people (who aren't MSDN members) purchase VS2008? I just looked on Amazon and it is not available yet there.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:28 PM by adolfojp

    I have been waiting for this release like a kid on Christmas eve.

    Is there a feature comparison matrix for VS 2008?

    # Scott Guthrie: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:34 PM by DotNetKicks.com

    You've been kicked (a good thing) - Trackback from DotNetKicks.com

    # VSTS2008, TFS2008 & .NET 3.5 have shipped!

    Monday, November 19, 2007 2:34 PM by My VSTS Blog

    The net has been a flurry of activity over the past few hours as word gets out that MSDN Subscribers

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:35 PM by Fisher Ning

    Awesome, I have installed the RTM version. Thanks. Looking forward to MVC framework.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:39 PM by WillC

    Awesome!

    Are there going to be any additions to the Quickstart Tutorials for version 3.5?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:44 PM by Popeye

    @Dylan

    Turn off popup blockers in IE.

    Nothing was happening for me and I only saw a quick flash of "pop blocked".

    Then the Akamai plugin installs and download starts...

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:45 PM by Mike

    The trial is awesome! Just what we needed, because we don't want to wait another 3 months.

    I was wondering: is anything changed in the rendering of ASP.NET webcontrols to finally make ASP.NET 100% XHTML compliant (instead of 99%)?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:46 PM by Michael

    Great news!  The wait is finally over!  Thanks to your team for all their hard work!

    # Visual Studio 2008 e 2005

    Monday, November 19, 2007 2:47 PM by { The Smoking Code }

    Visual Studio 2008 e 2005

    # Visual Studio 2008 and the .NET Framework 3.5 Released

    Monday, November 19, 2007 2:48 PM by Orcs Goblins and .NET

    In my attempt to add to the monotony, I'll say that not long ago Visual Studio 2008 was released to all

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:49 PM by CoryR

    I am attempting to install the RTM of VS2008 Professional and I get a message "Setup has detected that this computer does not meet the requirements to install this software". The message states that Windows XP Service Pack 2 is needed, even though I am using Vista. Help...

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:49 PM by Ram

    Hi Scott,

    Congratulations!  Is it possible to upgrade from RC bits or do I need to uninstall RC and then install the RTM?\

    Thanks,

    Ram

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:49 PM by Leon Meijer

    Can I use/access my TFS 1.0 with the VS2008 Professional build ? I'm downloading the bits. I know that I needed a client for VS2005. If not, will this Visual Studio client for TFS be available?

    # YAVSRP - Yet Another Post about Visual Studio 2008 being released! | Vladan.Strigo.NET

    Pingback from  YAVSRP - Yet Another Post about Visual Studio 2008 being released! | Vladan.Strigo.NET

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:51 PM by Mike

    Can Microsoft produce a complete list of bug fixes? Maybe based on the issues on Microsoft Connect?

    # .NET Framework 3.5, 3.0 SP1 and 2.0 SP1 available for download

    Monday, November 19, 2007 2:51 PM by Notes from a dark corner

    Following the earlier news about Visual Studio 2008 and .NET Framework 3.5 shipping, various .NET Framework

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:52 PM by Robz

    I am downloading it.  For all of those having trouble seeing it, it may not be in the tree on the server you are hitting.  Give this a try:   msdn2.microsoft.com/.../default.aspx

    Look down at the Top Subscriber Downloads and choose it from there.

    geekswithblogs.net/.../VS2008-RTM-Confirmed.aspx

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:54 PM by osiris209

    Hi Scott

    When will VS 2008 be available for purchase?  I dont have an MSDN subsciption and heard it wasnt until Jan/Feb with SQL 2008...is this the case?

    Thx

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:56 PM by Remco

    Will there also be a download of the .Net 2.0 SP1 distributable for installation on Windows 2000 Professional and Windows 2000 Server?

    # Instalando VS2008

    Monday, November 19, 2007 2:56 PM by ¿Qué quieres desarrollar hoy?

    Se bajo bastante rapido, ya lo queme usando las herramientas del Resource Kit Tools , y ya se esta instalando...

    # VS2008, .NET 3.5, and 2008 Express versions released today -- Scott Guthrie Silverlight 1.1 NOTE!

    Monday, November 19, 2007 2:56 PM by Community Blogs

    On a more positive note than my last post... I&#39;ll go ahead and blog this in case anyone is reading

    # The 3.5 RTM and a caveat

    Monday, November 19, 2007 2:58 PM by Allan's Best Week Ever

    Nice to see all the excitement around the 3.5 release - hope you can share in it. Just a caveat from

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:58 PM by Ray Horner

    Scott,

    Thanks to you and your team for all the hard work! Did shipping today have anything todo with the Jolt award deadline? :)

    # Visual Studio 2008 RTM Ya Está Aquí!

    Monday, November 19, 2007 3:00 PM by Julio Casal

    En efecto, el d&amp;#xED;a de hoy Microsoft ha anunciado la disponibilidad de Visual Studio 2008 RTM

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:00 PM by abi

    Great news, hopefully the ASP.NET Designer works better now and does not complain all the time like in Beta 2 :)

    # Visual Studio 2008 RTM Ya Está Aquí!

    Monday, November 19, 2007 3:01 PM by Julio Casal

    En efecto, el d&amp;#xED;a de hoy Microsoft ha anunciado la disponibilidad de Visual Studio 2008 RTM

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:03 PM by Ben Hayat

    Where do I get my Key For this new update? I can't find my Key on mu MSDN Key list!

    Thanks!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:07 PM by Dylan Greene

    FOUND IT! - turn OFF IE7's or Firefox's BUILT-IN popup-blocker.

    Geez, very bad page design.

    # VS2008 and .NET 3.5 ready for the picking

    Monday, November 19, 2007 3:14 PM by Keith Rull

    Oh boy! Oh boy! Oh boy! Talk about geeky goodness ! In case you miss the news , VS 2008 is ready for

    # Visual Studio 2008 and .NET 3.5 Released | open source business applications

    Pingback from  Visual Studio 2008 and .NET 3.5 Released | open source business applications

    # Ejecutive &raquo; Visual Studio 2008 and .NET 3.5

    Monday, November 19, 2007 3:18 PM by Ejecutive » Visual Studio 2008 and .NET 3.5

    Pingback from  Ejecutive &raquo; Visual Studio 2008 and .NET 3.5

    # Så er Visual Studio 2008 på gaden ;-)

    Monday, November 19, 2007 3:21 PM by mesmann

    Så blev Visual Studio 2008 frigivet. Læs mere på ScottGu's blog her \martin

    # Microsoft Releases Visual Studio 2008

    Monday, November 19, 2007 3:23 PM by Agile Web Technologies

    Microsoft Releases Visual Studio 2008

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:26 PM by Troy Goode

    Scott, is there a listing anywhere of what new features are available in 2.0 projects while using 2008? I understand that lamda expressions are, for instance (I think), while LINQ I believe is not, but a complete list would be great.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:26 PM by ScottGu

    Hi Jeremy,

    >>>>>> Any idea when this will be on the Volume Licensing site? (http://licensing.microsoft.com)

    VS 2008 should show up on volume licensing shortly.  

    Thanks,

    Scott

    # VS2008 Released!

    Monday, November 19, 2007 3:26 PM by Brian Sherwin's Blog

    VS2008 Released!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:28 PM by ScottGu

    Hi Luis,

    >>>>>> Quick question. Are there any breaking changes between the production version and the Beta 2?

    There are a few changes.  In general you'll want to re-open your .dbml files created with the LINQ to SQL designer and re-build them.  The LINQ to SQL OnValidate partial method now takes an enum as an argument.  Instead of DataContext.Add you'll now use DataContext.InsertOnSubmit() with LINQ to SQL.  And the ListView control's item placeholder is now called "ItemContainer" I think (the error message explictly tells you).

    Having said that, I think upgrading projects built with Beta2 should be pretty straightforward and only take a few minutes.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:30 PM by ScottGu

    Hi Brian,

    >>>>>>> When/where can people (who aren't MSDN members) purchase VS2008? I just looked on Amazon and it is not available yet there.

    We just handed off the golden master DVDs to manufacturing, so they will start burning copies and churning out boxes shortly.  Retail copies of VS 2008 will start hitting resellers in about 8-10 weeks I think - so expect to see them starting to sell in January.

    In the meantime, you can download the trial edition I linked to at the top of my blog post.  This has all the functionality of the retail copies (and anyone can download it).  It will expire in 90 days - at which point you should have been able to buy a copy from Amazon (or anyone else you want).

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:32 PM by vj9999

    Just finished downloading it and at the end Akamai D/L manager told me that it failed the integrity check (and it deleted the whole iso file).

    Little frustrated, but I'll wait a little and try again tonight :)

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:40 PM by Felix

    Congrats!  Just in time for something to play with over the long weekend!

    # The next leg of our journey officially begins today...VS2008 Release!

    Monday, November 19, 2007 3:40 PM by The Efficient Coder

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:40 PM by Darin

    Can 2008 be installed on a box with VS 2003 without interfering with 2003?  

    # Visual Studio 2008 Released | Revolutionary Networks

    Monday, November 19, 2007 3:41 PM by Visual Studio 2008 Released | Revolutionary Networks

    Pingback from  Visual Studio 2008 Released | Revolutionary Networks

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:42 PM by Dragan Panjkov

    will it be possible to convert trial edition of VS2k8 Team Suite to full version?

    # Visual Studio 2008 og.NET 3.5

    Monday, November 19, 2007 3:44 PM by Khebbies blog

    Visual Studio 2008 og.NET 3.5

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:45 PM by Darin

    Can 2008 be installed on a box with VS 2003 without interfering with 2003?  

    # VS2008 released

    Monday, November 19, 2007 3:50 PM by DotNetSurfers Blog

    # Visual Studio 2008 and the .NET Framework 3.5 Released

    Monday, November 19, 2007 3:50 PM by Harold van de Kamp .NET Blog

    Today the Visual Studio 2008 and .NET Framework 3.5 have been released. Both will be officially launched

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:55 PM by Edison

    Will the existing AJAXControlToolkit 3.5 Beta 2 work with the RTM?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:58 PM by Josh Hurley

    The Akamai Web Downloading Plug-in Crashed when I was at 99% of download, I tried going back the "Top Downloads site" but when I tried downloading it again by clicking on the VS 2008 Pro Edition I now receive an error. After refreshing the page the download links are now gone...I was so close!

    # Visual Studio 2008 and .NET 3.5 Released - ScottGu&rsquo;s Blog &raquo; article &raquo; Thats The New Thing!

    Pingback from  Visual Studio 2008 and .NET 3.5 Released - ScottGu&rsquo;s Blog &raquo; article &raquo; Thats The New Thing!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 4:00 PM by Josh Stodola

    Great work guys, I am really looking forward to sinking my teeth into that scrumptious feature set.

    You are the bomb, Scott.  Keep up the great work, and buy your teams a drink tonight!

    # Visual Studio 2008 och .NET 3.5 finns att ladda hem

    Monday, November 19, 2007 4:00 PM by Johan Lindfors

    Jag är lite sen med det här inlägget men jag vill ändå informera om att Visual Studio 2008 och .NET Framework

    # VS 2008 &amp; .NET 3.5 Released, Hallelujah

    Monday, November 19, 2007 4:02 PM by Loosely Coupled Human Code Factory

    Dibs to ScottGu of course. It is released!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 4:03 PM by Leon Zandman

    Are there any issues uninstalling VS2008 Beta 2. I remember you released a tool for uninstalling the VS2005 Beta/RC's, because the uninstaller didn't work. Are you going to release something similar for VS2008 Beta 2? I myself only used VS2008 inside VPC's, but I know some colleagues who might want to uninstall VS2008 Beta 2.

    # Visual Studio 2008 Released

    Monday, November 19, 2007 4:05 PM by Design Limbo

    As of this writing I can't see it in my MSDN downloads, just the Trials but according to a notice they

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 4:09 PM by David Martin

    Has Microsoft released the feature breakdown per edition?  My company has been using a mixture of VSTS Developer and Professional.  Since unit testing was moved to Professional we are wondering why we would stick with Developer.  A feature list per SKU for 2008 would be great.  -Thanks.

    # Leon Zandman&#8217;s Blog &raquo; Blog Archive &raquo; Visual Studio 2008 is RTM for MSDN subscribers!

    Pingback from  Leon Zandman&#8217;s Blog  &raquo; Blog Archive   &raquo; Visual Studio 2008 is RTM for MSDN subscribers!

    # 2007 November 19 | Ajaxus place on the net

    Monday, November 19, 2007 4:13 PM by 2007 November 19 | Ajaxus place on the net

    Pingback from  2007  November  19 | Ajaxus place on the net

    # They are here...

    Monday, November 19, 2007 4:18 PM by The Nihl

    They are here...

    # Debug Into the .NET Framework Source Code

    Monday, November 19, 2007 4:23 PM by ISerializable - Roy Osherove's Blog

    Best thing I've read in a while about VS 2008 (from Scott GU about the release of VS 2008 ): &quot; Browsing

    # Visual Studio 2008 and ASP.NET 3.5 Released

    Monday, November 19, 2007 4:23 PM by Scott on Writing

    # Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 4:24 PM by Web development blog

    Visual Studio 2008 and .NET 3.5 contain a ton of new functionality and improvements. VS 2008 enables you to build applications that target multiple versions of the .NET Framework. This means you can use VS 2008 to open, edit and build existing .NET 2

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 4:31 PM by hudo

    They always talk about shortening dev time and increasing productivity with every new version. Of every sw. By now, projects should be done even before I click on File->New Project:) Kiding of course! I think LINQ is one step towards to that. MVC and Silverlight w/o JS will be.

    # Visual Studio 2008 and .NET Framework 3.5 Released

    Monday, November 19, 2007 4:35 PM by Musings from the Hook

    Per Scott Guthrie&#39;s post , VS2008 and the latest .net framework have been released. I&#39;ve been

    # VS2008 released today!

    Monday, November 19, 2007 4:38 PM by Gildner Certified Solutions

    VS2008 released today!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 4:38 PM by Ryan

    What is happening with the Asp.NET source code release now that 2008 is official?

    # VS 2008 je venku

    Monday, November 19, 2007 4:48 PM by Martin Chundela

    weblogs.asp.net/.../visual-studio-2008-and-net-3-5-released.aspx Co víc

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 4:50 PM by Mohamed

    Hello Scott

    I have downloaded Visual Web Developer Express 2008 played with it a bit. My question is why is the web.config so ugly and confusing compared to the clean, simple .NET 2.0 config? Sure there are lots of new features like Linq and many others, but aren't they suppose to be integrated into VS by now? Will web.config 3.5 always look this messy?

    # Visual Studio 2008 Released

    Monday, November 19, 2007 4:52 PM by Matthew Podwysocki's Blog

    Visual Studio 2008 Released

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 4:58 PM by Peter

    Visual C++ Express Edition now comes with a x64 compiler?

    # The Wait for Visual Studio 2008 is Over! - Sharepoint BUZZ

    Monday, November 19, 2007 4:59 PM by The Wait for Visual Studio 2008 is Over! - Sharepoint BUZZ

    Pingback from  The Wait for Visual Studio 2008 is Over! - Sharepoint BUZZ

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 5:08 PM by Wonderblast

    Any idea what SKU devconnections attendees will be getting?

    # .NET Framework 3.5 release

    Monday, November 19, 2007 5:13 PM by Laputa

    Microsoft just released Visual Studio 2008 and the .NET Framework 3.5. Download .NET Framework 3.5 To

    # SOFTWARE: Visual Studio .NET 2008 and .NET 3.5 Released!

    Monday, November 19, 2007 5:27 PM by Thushan Fernando

    Quick post before our Games Programming exam in a few hours, Scott Guthrie's blog has just announced...

    # Visual Studio 2008 released, available on MSDN now

    Monday, November 19, 2007 5:31 PM by