Results 1 to 5 of 5

Thread: Visual Studio 2005 Beta 1

  1. #1
    Senior Member Shad's Avatar
    Join Date
    Jul 2003
    Location
    In front
    Posts
    2,782
    Thanks
    23
    Thanked
    42 times in 25 posts

    Visual Studio 2005 Beta 1

    Thank you Microsoft! Finally a version of Visual Studio that's actually really good!

    Been playing around with the first beta of Whidbey since Tuesday here at work (thank you MSDN subscription ) and I have to say, it's infinitely better than either of the previous .NET Visual Studio releases. If you work in an environment where you use SourceSafe with multiple developers trying to work on a project at the same time, including trying to debug web projects, you will love it!

    The biggest improvement is the ability to have more than one person debugging at the same time. I've only tested this for web projects so far, but the process works like this...

    You create a web site project on your server and add if to SourceSafe as per usual (FrontPage extensions are no longer required). Then each of your developers opens the project and checks files out to work on them, yada yada done it before. BUT crucually now, when you debug it starts up a mini web server on your own PC, specifically for debugging! This is not just much much faster than copying debug builds to the server AND running remote debugging, but it also means of course that your colleague can be debugging at the same time

    It's also much faster at loading projects from VSS, and generally seems much more stable (pretty impressive for the first public beta).

    The only downside is that it's not scheduled for release until next year. But in the mean time we can all look forward to an easier life, with Visual Studio 2005
    Simon


  2. #2
    Pixel Abuser Spunkey's Avatar
    Join Date
    Nov 2003
    Location
    Milton Keynes
    Posts
    1,523
    Thanks
    0
    Thanked
    0 times in 0 posts
    does this mean we can finally change code as we step through it (again!)

  3. #3
    Senior Member Shad's Avatar
    Join Date
    Jul 2003
    Location
    In front
    Posts
    2,782
    Thanks
    23
    Thanked
    42 times in 25 posts
    Quote Originally Posted by rubbishrubbishrubbishrubbishrubbishey
    does this mean we can finally change code as we step through it (again!)
    I haven't tried that yet but I will let you know tomorrow
    Simon


  4. #4
    HEXUS webmaster Steve's Avatar
    Join Date
    Nov 2003
    Posts
    14,283
    Thanks
    293
    Thanked
    841 times in 476 posts
    Still using VB6 here (at college) but I'm starting to take an interest in the newer Visual Studio's. I will have to get up to speed over the next year, cheers!
    PHP Code:
    $s = new signature();
    $s->sarcasm()->intellect()->font('Courier New')->display(); 

  5. #5
    Senior Member Shad's Avatar
    Join Date
    Jul 2003
    Location
    In front
    Posts
    2,782
    Thanks
    23
    Thanked
    42 times in 25 posts
    Quote Originally Posted by rubbishrubbishrubbishrubbishrubbishey
    does this mean we can finally change code as we step through it (again!)
    Right, the answer (for web projects at least) appears to be no. Haven't tried other project types but I wouldn't be surprised if you can't.
    Simon


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. McRae 2005
    By Devilbod in forum Gaming
    Replies: 4
    Last Post: 03-07-2004, 10:44 AM
  2. Replies: 18
    Last Post: 24-06-2004, 10:46 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •