topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 2:22 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Visual Studio 2008 has gone RTM - free Express downloads, too  (Read 8339 times)

mwb1100

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,645
    • View Profile
    • Donate to Member
Visual Studio 2008 has gone to RTM.  The downloads for the free Express versions are available:

http://www.microsoft.com/express

Unfortunately, I could not find a list of what's new & improved.

justice

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,898
    • View Profile
    • Donate to Member
Re: Visual Studio 2008 has gone RTM - free Express downloads, too
« Reply #1 on: November 19, 2007, 12:12 PM »
Ah crap and we just bought books for ASP .NET 2.0 lol.

Visual Studio 2008 is targeting .NET 3.5 but for the first time also supports the previous .nets which means the studio updates can occur and be used independently of the .NET version if they continue this trend. Not sure what else is new.

Lashiec

  • Member
  • Joined in 2006
  • **
  • Posts: 2,374
    • View Profile
    • Donate to Member
Re: Visual Studio 2008 has gone RTM - free Express downloads, too
« Reply #2 on: November 19, 2007, 12:18 PM »
Maybe this would help? It's for the full Visual Studio, but I understand it can be extensible to the Express editions. So far, the only feature everyone was talking about was this multitargeting thing, for building applications with support for the various .NET runtimes versions. Damn, justice beat me to it >:( ;D

Looks pretty good. Should I change to this for C++ development now that I have enough disk space for it? :-\. Oh man, not another .NET version... updating time again <_<

dhuser

  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 96
  • King Dogbert
    • View Profile
    • StumbleUpon Profile
    • Read more about this member.
    • Donate to Member
Re: Visual Studio 2008 has gone RTM - free Express downloads, too
« Reply #3 on: November 19, 2007, 12:27 PM »
I using Visual Web Developer 2008 Express Edition Beta. It now offers better CSS handling and a new split page view (code/design), like Dreamweaver. Recommended if you want a free Dreamweaver alternative, as it is a great attempt by Microsoft. It can edit ASP, HTML, JS, CSS, and many more files.

dhuser
My StumbleUpon Profile
Imagine.Explore.Create!

Lashiec

  • Member
  • Joined in 2006
  • **
  • Posts: 2,374
    • View Profile
    • Donate to Member
Re: Visual Studio 2008 has gone RTM - free Express downloads, too
« Reply #4 on: November 19, 2007, 12:35 PM »
WAIT, WHAT? They offer a free HTML editor as well? OH MY! I wasn't aware of that, does it produce compliant code?

Though I'd have to continue using KompoZer anyway :D

CWuestefeld

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,009
    • View Profile
    • Donate to Member
Re: Visual Studio 2008 has gone RTM - free Express downloads, too
« Reply #5 on: November 19, 2007, 12:55 PM »
IMHO, there are two big improvements in the VS product.

First is its ability to target any version of .Net from 2 on up. This means that I can decide when to upgrade my tools independently of when I upgrade the platform. This is important for me, because we're having huge problems with the stability of VS2005 on 64bit platforms. I can't wait to upgrade the IDE (the new one can't be any worse), but I won't need to upgrade the platform (and thus install .Net 3.5 on my users' machines).

Second is the support for LINQ (and closures, anonymous types, and all the other things that it implies) in C#. Note that this is an enhancement to the compiler itself, and the generated code will work all the way back to .Net2.

Renegade

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 13,288
  • Tell me something you don't know...
    • View Profile
    • Renegade Minds
    • Donate to Member
Re: Visual Studio 2008 has gone RTM - free Express downloads, too
« Reply #6 on: November 19, 2007, 04:09 PM »
I haven't installed Orcas yet as I've been waiting for VS2008 to go RTM.

But I've never had problems with VS2005 on Vista 64... Make sure that if you're consuming any 32 bit DLLs that you have your project set to x86! That took me a while to figure out as there was no clue in the error messages - things just failed. Once you've got the project set for x86, things start working as expected again.

Slow Down Music - Where I commit thought crimes...

Freedom is the right to be wrong, not the right to do wrong. - John Diefenbaker

CWuestefeld

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,009
    • View Profile
    • Donate to Member
Re: Visual Studio 2008 has gone RTM - free Express downloads, too
« Reply #7 on: November 19, 2007, 04:23 PM »
But I've never had problems with VS2005 on Vista 64... Make sure that if you're consuming any 32 bit DLLs that you have your project set to x86!
I wasn't clear enough. It's not that the code produced by my project fails, it's that the VS.Net 2005 IDE itself crashes. This happens most often when I have SQL Server Management Studio running.

For example, I can have VS open and minimize it. Then open SSMS and perform some queries, etc. Within about 5 minutes VS is almost guaranteed to have crashed even though I haven't been "touching" it at all.

I've found some things that decrease the incidence of crashes. For example, turning off the Server Explorer seems to help.

f0dder

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 9,153
  • [Well, THAT escalated quickly!]
    • View Profile
    • f0dder's place
    • Read more about this member.
    • Donate to Member
Re: Visual Studio 2008 has gone RTM - free Express downloads, too
« Reply #8 on: November 19, 2007, 07:00 PM »
Afaik they've made optimizer improvements (as always :)), as well as fixing some obscure C++ bugs that should only really bite you if you're writing insane code.

Looking forward, though.
- carpe noctem

CWuestefeld

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,009
    • View Profile
    • Donate to Member
Re: Visual Studio 2008 has gone RTM - free Express downloads, too
« Reply #9 on: November 19, 2007, 07:45 PM »
<sigh> It's just been brought to my attention that LINQ to SQL only has partial support for SQL Server CE. That is, the designer environment doesn't work.

Also, as far as I've been able to discover, the IronPython language is still not integrated. You've got to get the stupid VS.Net add-in SDK to build for yourself the integration components.

MrCrispy

  • Participant
  • Joined in 2006
  • *
  • Posts: 332
    • View Profile
    • Donate to Member
Re: Visual Studio 2008 has gone RTM - free Express downloads, too
« Reply #10 on: November 20, 2007, 02:58 AM »
LINQ and C# 3.0 are huge. I've been playing with it for a long time and have still barely scratched the surface. As for the IDE I hope they've fixed the various bugs in VS 2005 which caused all kinds of slowdowns.

Does Orcas have a XAML design surface and proper support? I hope that enough people start using it soon.