VS 2008 and .NET Framework 3.5 RTM

We made it, just in time for your turkey-day fun!   You can go out and download VS 2008 Express (for FREE) right now and .NET Framework 3.5... 

Here is just a few things I love about this release... Please add your own:

1. VS 2008 fully supports multi-targeting... meaning you can use the new tool to work on your existing web applications and VS2005 projects

2. AJAX Development is first class.  The ASP.NET AJAX functionality is built into the framework and the IDE fully support JavaScript debugging and JavaScript Intellisense

3. Linq, Linq and Linq...  Data access gets way easier with the LINQ support in VS 2008, C#, VB and the platform.   

4. Visual design experience in VS for building WPF based applications

5. Debug into the .NET Framework source code

I'd love to see your list... what do you think is great about VS 2008 and .NET Framework 3.5??

Published 19 November 07 10:20 by BradA
Filed under: , ,

Comments

# Noticias externas said on November 19, 2007 4:09 PM:

We made it, just in time for your turkey-day fun! You can go out and download VS 2008 Express (for FREE

# Matthew said on November 19, 2007 5:02 PM:

Are we able to develop Silverlight 1.1 apps with VS 2008 Express? Or do we need a paid edition?

# nmbtiger said on November 19, 2007 7:09 PM:

just tested, VS2008 makes a lot of things a lot of easier compare to VS 2005, it's faster as well.

# Ravi K Pasumarthy said on November 19, 2007 8:22 PM:

Hi,

Good to know that you guys are making progress so fast. Congratulations on your success. Shall let you know the experience with the new ide soon. We are looking forward for the improvements in XABP related features.

Thanks,

Ravi Pasumarthy

# JudahGabriel said on November 19, 2007 9:08 PM:

Extension methods, automatic properties, initializer syntax, lambdas, Expression<>, System.AddIn, ReaderWriterSlim...so many great things packed into this release. Woohooo!

# ナオキにASP.NET(仮) said on November 19, 2007 10:02 PM:

VS 2008 リリースについては様々なブロガーの方が紹介されていますね。 Brad Abrams ではVWD に関する投稿がされていました。 VS 2008 and .NET Framework 3.5

# BradA said on November 19, 2007 11:30 PM:

>Are we able to develop Silverlight 1.1 apps with VS >2008 Express? Or do we need a paid edition?

When we ship the Silverlight tools for VS, they will be an addon to the free VS Express as well as the VS Pro, and above..

# someone said on November 20, 2007 12:10 AM:

I have .NET 3.0 installed (so 2.0 as well) and all the patches/security updates for both. Now, I want to install .NET 3.5. To reduce the MSI/%windir%\installer footprint/size taken on the HDD, should I uninstall .NET 3.0/2.0 and then install 3.5? Also, I noticed SP1s for 2.0 and 3.0. Does 3.5 include all the latest updated SP1 files for 2.0/3.0? Also, while uninstalling, should I uninstall .NET 2.0 and 3.0 separately or just uninstalling 3.0 will also remove 2.0? Also, .NET 3.0 was around 50 MB. In .NET 3.5 (dotnetfx35.exe), I noticed all the 64-bit versions are also included in the redistributable. Why doesn't MS keep 32-bit and 64-bit redistributables separate? Downloading 200 MB is a bit painful, and the bootstrapper/internet setup is not convenient/resumable for slow dial-up connections.

# Tim said on November 20, 2007 4:42 AM:

I like the product and appreciate Microsoft shipping a powerful and free version.  

Still, I am disapointed by the DataPager.  It is, according to the introductory video, intended to support paging in the ListView Control--which in the beta version at least, already has paging!  (True, the DataPager is a bit more flexible.)  

Due to its speed, the Repeater is still a useful and important control, especially for those blog-like applications produced so readily using PHP, Ruby, and other ASP.Net rivals.  And yet, the Repeater (and Datalist, which has been somewhat superseded by the ListView) still do not have built-in paging--which is required if they are to prove useful in working with large volumes of data.  The DataPager is really not that useful--but it could have been.  

Still, I'm grateful for the wonderful free product.

# Carl said on November 20, 2007 5:55 AM:

Will it cause any problems installing visual web dev exp 2007 and .NET 3.5 on my vista workstation with visual studio 2005? Will they work side by side ok?

# Kyle said on November 20, 2007 7:18 AM:

Carl,

I have Visual Studio 2005 and Web Developer 2008 running side-by-side on Windows XP and everything seems to be okay. It may be different for you on Vista, though.

# redsolo said on November 20, 2007 7:22 AM:

In the Express version, have you opted to include unit testing support? Or is that only for real developers?

# Mark Sowul said on November 20, 2007 10:49 AM:

Sadly, even "Professional" developers don't get unit testing; only the expensive Team Suite gets Unit Tests, Performance Analysis, and Reliability Analysis (FxCop).  

Apparently only those willing to spend $5000 need to develop fast and reliable software.

# satyadev said on November 20, 2007 2:12 PM:

Hi,

This is really great job!, we will  have a look on IDE 2008 and shere our experience with you.. very soon.

Thanks,

satyadev

# rbonser said on November 20, 2007 4:11 PM:

I just upgraded to VS2008.  I was very excited about the Javascript debugging, however, I find that it is absolutely no different than what I could do in VS2005??  I still have to turn on Script debugging in my browser (a major pain since almost every site out there has javascript errors and I get the annoying popup when I browse to them about debugging).

I could alway set breakpoints in VS2005 and look at variable values, change values, etc.  I never needed the likes of Firebug, Web Development Helper, Fiddler, etc.,  as this blog states.

I don't see where VS2008 has added anything to my Javascript debugging experience.

# Chyld Medford said on November 20, 2007 5:27 PM:

Visual Studio 2008 is incredible.  Thanks guys!

# Martin said on November 21, 2007 6:59 AM:

Is it just me or is the IDE a bit slow? For me it seems slower than beta 2, especially when switching between opened files

# Shahar Nechmad said on November 25, 2007 6:50 PM:

Hi Brad.

It seems that JavaScript intellisense does not work for us.

When we have a prototype based class and we write the word "this." it gives us just the 6 generic methods of the object instead of listing all of the class methods. This ofcourse also makes the ///<reference> tag not to work.

It happen also with the Client Behaviour template in VS so it's not because of problems in our JavaScript files.

We installed VS08 RTM on a Vista Machine that had VS2005 installed on it, but no previews/beta versions of VS2008.

When we open any JS file, it seems that for two seconds we get full colors for the file (the ///<reference> tag for example is colored in red and blue), but than everything goes to the normal black and green experience we had in VS2005.

I also checked the registry hack that was posted for Beta2 and everything is seemd to be registered OK.

Any way how to solve this?

# AJMastrean said on December 5, 2007 10:33 AM:

Is there an offline download? I am interested in installing into a virtual machine without internet access.

# Brad Abrams said on December 19, 2007 10:34 PM:

As I mentioned last month , VS 2008 fully supports building applications for .NET Framework 2.0... This

# Noticias externas said on December 19, 2007 11:04 PM:

As I mentioned last month , VS 2008 fully supports building applications for .NET Framework 2.0... This

# Brad Abrams said on December 27, 2007 12:29 AM:

With .NET Framework 3.5 and VS2008 shipping just over a month ago , I was very excited to see a number

# Noticias externas said on December 27, 2007 1:30 AM:

With .NET Framework 3.5 and VS2008 shipping just over a month ago , I was very excited to see a number

# Dave Gruska said on January 14, 2008 4:41 PM:

@Noticiax externas - If you still need it, there's an offline version here:

http://download.microsoft.com/download/6/0/f/60fc5854-3cb8-4892-b6db-bd4f42510f28/dotnetfx35.exe

It's rather large (197mb), as it includes all versions (x86,  x64, etc.).

# Amyn said on January 17, 2008 2:02 PM:

Please be aware of certain issues in VS 2008

It is one of the most frustating issues that has yet to be resolved.  The HTML editor constantly freezes

For more info see

http://forums.asp.net/p/1194031/2113969.aspx#2113969

# Programming said on January 18, 2008 3:38 PM:

With .NET Framework 3.5 and VS2008 shipping just over a month ago , I was very excited to see a number

# Dave said on February 13, 2008 3:11 PM:

I upgraded a project ( VB and C# ) from VS2005 to VS2008 release version.  The code is so slow now it is unusable. Program startup that used to takes 5 seconds now takes over 5 minutes. Simple 'next row' operation now takes 3 minutes as opposed to < .5 seconds.

# BradA said on February 13, 2008 5:51 PM:

>>>> I upgraded a project ( VB and C# ) from VS2005 to VS2008 release version.  The code is so slow now it is unusable. Program startup that used to takes 5 seconds now takes over 5 minutes. Simple 'next row' operation now takes 3 minutes as opposed to < .5 seconds.

Dave --

I am sorry to hear you are having a problem..  I am not sure what could be causing this... if you have a small repro you can send me please do!  

thanks

.brad

New Comments to this post are disabled

Search

Go

This Blog

Syndication

Page view tracker