The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Windows Developers: Visual Studio "Orcas" is ready

    Discussion in 'Windows OS and Software' started by Matt, Jun 22, 2007.

  1. Matt

    Matt Notebook Deity

    Reputations:
    2,618
    Messages:
    1,757
    Likes Received:
    0
    Trophy Points:
    55
    I just received an email from Microsoft today that the next version of Visual Studio (codenamed "Orcas") is available for download (beta 1). They're offering the professional, team, and express versions for free download. It's pretty cool, check it out.

    Visual Studio Code Name "Orcas" Downloads

    Matt
     
  2. AlexMagik

    AlexMagik Notebook Consultant

    Reputations:
    21
    Messages:
    128
    Likes Received:
    0
    Trophy Points:
    30
    :) downloading now.
    i wish it's not a virtual machine...
     
  3. Znender

    Znender Notebook Evangelist

    Reputations:
    19
    Messages:
    359
    Likes Received:
    3
    Trophy Points:
    31
    Nice.
    What's new in this version as to the older Visual Studio 2005?
     
  4. Matt

    Matt Notebook Deity

    Reputations:
    2,618
    Messages:
    1,757
    Likes Received:
    0
    Trophy Points:
    55
    You don't have to download the ISO file... they have simple EXEs too.

    I didn't read the entire thing, but I know it takes advantage of Vista's new GUI. Also, I think it makes database programming easier too.
     
  5. f_alejandro

    f_alejandro Notebook Consultant

    Reputations:
    10
    Messages:
    180
    Likes Received:
    0
    Trophy Points:
    30
    hope you guys like it... ;) more improvements coming...
     
  6. Jalf

    Jalf Comrade Santa

    Reputations:
    2,883
    Messages:
    3,468
    Likes Received:
    0
    Trophy Points:
    105
    Hmm, I remember a few of the improvements they've talked about were:
    - Faster build times for C++ (finally able to compile multiple files in parallel on multicore systems. Looong overdue)
    - Support for LINQ on .NET (Yummy)

    And generally, I just hope they've fixed some of the more glaring problems with 2005... (Such as the attrocious performance and sluggishness of the IDE)

    Anyway, thanks for the link. Will check it out :D
     
  7. nquach

    nquach Notebook Consultant

    Reputations:
    2
    Messages:
    172
    Likes Received:
    0
    Trophy Points:
    30
    C++ and MFC/ATL has long been neglected ever since .NET 1.0. I hope Microsoft continues to support the community with more update to the library and tools.
     
  8. chuck232

    chuck232 Notebook Deity NBR Reviewer

    Reputations:
    274
    Messages:
    1,736
    Likes Received:
    1
    Trophy Points:
    55
    LINQ is the big new feature - it sounds like it could simplify development substantially for database apps. I definitely look forward to that.

    It's weird though - was this not available before? I'm quite certain I have a copy of Orcas on my computer already...
     
  9. Jalf

    Jalf Comrade Santa

    Reputations:
    2,883
    Messages:
    3,468
    Likes Received:
    0
    Trophy Points:
    105
    You might be interested in this: http://channel9.msdn.com/Showpost.aspx?postid=281987

    Sounds like MS is starting to focus on C++ as its own thing again, instead of just as a bridge to .NET. Sounds promising :)

    Anyway, the download is dated May 1st (the virtual images are a good 14 days older), so it's been available for a while, it seems. :)
     
  10. Matt

    Matt Notebook Deity

    Reputations:
    2,618
    Messages:
    1,757
    Likes Received:
    0
    Trophy Points:
    55
    Yeah, I'm just a lousy news reporter. :p

    Anyway, yeah, C++ is getting the attention. (As it should.)