Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Visual Studio 2010 is coming out soon. Does anyone care?

Visual Studio 2010 is coming out soon. Does anyone care?

Scheduled Pinned Locked Moved The Lounge
csharpasp-netvisual-studiowcfcss
55 Posts 45 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Not Active

    Absolutely, there are some nice enhancements to the .net framework, like optional parameters, and improvements to the IDE itself.


    I know the language. I've read a book. - _Madmatt

    F Offline
    F Offline
    Filip C
    wrote on last edited by
    #28

    "optional parameters" are not new to the '.NET framework', but are new for C#. VB.NET had that allready.

    K N 2 Replies Last reply
    0
    • T ToddHileHoffer

      I've never been less excited about a release of Visual Studio. Most of the programming I'm doing in 2008, has already become easy to the point of boredom. I guess I could start converting all my ASP.Net applications to SilverLight or MVC 2 just make things a little more difficult and less boring... Are you guys excited about any new feature in VS 2010? Is there any new technology in .net 4.0 that will make your job easier or will you be upgrading just because Microsoft makes money by selling new tools every couple years? I was midly excited about VS 2008. LINQ to XML has really made things a lot easier for me since I have been coding quite a bit of integration applications recently. I also think WCF is an improvement over traditional web services, even though I still can't figure out the bindings and configurations. I'm not sure anyone can...

      I didn't get any requirements for the signature

      A Offline
      A Offline
      Adriaan Davel
      wrote on last edited by
      #29

      If you want to make it harder to do your job install Win3.1 (it uses a mouse as well) and use notepad to write assembly code with :) Its about continuos progression. MS has chosen to not add too much to .Net4 (which I aagree 100% with), but VS 2010 has many new goodies. I love the WPF code editor, it works really well, only subtle differences to the previous one but I went back to VS 2008 the other day and code editing was less pleasant. If you are planning to even consider Silverlight, don't bother withb VS 2008. I've been doing SL development in VS 2010 Beta2 since the day it came out, RC is much better (but has a few new bugs :( ) but I can't wait till RTM relaese...

      ____________________________________________________________ Be brave little warrior, be VERY brave

      T 1 Reply Last reply
      0
      • N Not Active

        Absolutely, there are some nice enhancements to the .net framework, like optional parameters, and improvements to the IDE itself.


        I know the language. I've read a book. - _Madmatt

        K Offline
        K Offline
        KungFuCoder
        wrote on last edited by
        #30

        Mark Nischalke wrote:

        improvements to the IDE itself.

        So being able to reliably crash the IDE and silently re-writing bits of a .aspx page and occsionally the .net code so that my app no longer works are a thing of the past ? Oh, and occasionally having to close and re-open VS to get the site to compile - I'll be rather glad to be rid of that one as well

        B L 2 Replies Last reply
        0
        • T ToddHileHoffer

          I've never been less excited about a release of Visual Studio. Most of the programming I'm doing in 2008, has already become easy to the point of boredom. I guess I could start converting all my ASP.Net applications to SilverLight or MVC 2 just make things a little more difficult and less boring... Are you guys excited about any new feature in VS 2010? Is there any new technology in .net 4.0 that will make your job easier or will you be upgrading just because Microsoft makes money by selling new tools every couple years? I was midly excited about VS 2008. LINQ to XML has really made things a lot easier for me since I have been coding quite a bit of integration applications recently. I also think WCF is an improvement over traditional web services, even though I still can't figure out the bindings and configurations. I'm not sure anyone can...

          I didn't get any requirements for the signature

          H Offline
          H Offline
          hairy_hats
          wrote on last edited by
          #31

          Some features might be nice to have, but I'd be more excited if it didn't require a Cray to run at a usable speed.

          1 Reply Last reply
          0
          • T ToddHileHoffer

            I've never been less excited about a release of Visual Studio. Most of the programming I'm doing in 2008, has already become easy to the point of boredom. I guess I could start converting all my ASP.Net applications to SilverLight or MVC 2 just make things a little more difficult and less boring... Are you guys excited about any new feature in VS 2010? Is there any new technology in .net 4.0 that will make your job easier or will you be upgrading just because Microsoft makes money by selling new tools every couple years? I was midly excited about VS 2008. LINQ to XML has really made things a lot easier for me since I have been coding quite a bit of integration applications recently. I also think WCF is an improvement over traditional web services, even though I still can't figure out the bindings and configurations. I'm not sure anyone can...

            I didn't get any requirements for the signature

            P Offline
            P Offline
            peterchen
            wrote on last edited by
            #32

            Looking forward to C++ `auto` Playing around with resource pilfering (might become an article)

            Agh! Reality! My Archnemesis![^]
            | FoldWithUs! | sighist | µLaunch - program launcher for server core and hyper-v server.

            1 Reply Last reply
            0
            • F Filip C

              "optional parameters" are not new to the '.NET framework', but are new for C#. VB.NET had that allready.

              K Offline
              K Offline
              KenBonny
              wrote on last edited by
              #33

              Filip C wrote:

              "optional parameters" are not new to the '.NET framework', but are new for C#. VB.NET had that allready

              Isn't it more clean to use

              public void Func(object param1) {
              func(param1, "test");
              }

              public void Func(object param1, string param2) {
              //process stuff
              }

              This way you get multiple overloads in the Intelisense instead of

              Func(param1[, param2])

              T J I 3 Replies Last reply
              0
              • N Nish Nishant

                I do care, and I am quite excited about it :-) Used both the betas for a while, and now using the RC. Will be good to go RTM when it's out next week.

                Regards, Nish


                Blog: blog.voidnish.com Most recent article: An MVVM friendly approach to adding system menu entries in a WPF application

                I Offline
                I Offline
                ian__lindsay 0
                wrote on last edited by
                #34

                Am quite excited too, things I am looking forward to playing with: - C++0x features, auto and lambdas particularly - never did like functors - Direct2D and DirectWrite look cool (not sure if they are particularly are a .net 4 feature though) - Improvements for intellisense in C++ (but see below) and the IDE in general - Task parallel library - Proper multi monitor support Things I am not looking forward to: - No intellisense in C++/CLI - might even mean I wait for SP1 before seriously adopting VS2010 as we make heavy use of C++/CLI (thanks for the book by the way Nish - extremely helpful in teaching an old C++ dog some new .net tricks!) - WPF for the IDE - sure it will look pretty, but will it run as fast - from our experience of WPF, I'm not so sure, but they may have made improvements while using it in anger themselves.

                1 Reply Last reply
                0
                • A Argyle4Ever

                  I think this sums it all... http://screamingcoder.blogspot.com

                  View my CodePlex Projects here -> http://www.codeplex.com/site/users/view/john\_crocker

                  O Offline
                  O Offline
                  originSH
                  wrote on last edited by
                  #35

                  That dude sounds like an idiot :)

                  1 Reply Last reply
                  0
                  • T ToddHileHoffer

                    I've never been less excited about a release of Visual Studio. Most of the programming I'm doing in 2008, has already become easy to the point of boredom. I guess I could start converting all my ASP.Net applications to SilverLight or MVC 2 just make things a little more difficult and less boring... Are you guys excited about any new feature in VS 2010? Is there any new technology in .net 4.0 that will make your job easier or will you be upgrading just because Microsoft makes money by selling new tools every couple years? I was midly excited about VS 2008. LINQ to XML has really made things a lot easier for me since I have been coding quite a bit of integration applications recently. I also think WCF is an improvement over traditional web services, even though I still can't figure out the bindings and configurations. I'm not sure anyone can...

                    I didn't get any requirements for the signature

                    S Offline
                    S Offline
                    Searril
                    wrote on last edited by
                    #36

                    I am. I skipped VS2008 and don't want to get too far behind what's current, so VS2010 is pretty much a definite for me.

                    1 Reply Last reply
                    0
                    • F Filip C

                      "optional parameters" are not new to the '.NET framework', but are new for C#. VB.NET had that allready.

                      N Offline
                      N Offline
                      Not Active
                      wrote on last edited by
                      #37

                      Who cares about VB. ;P There are more features being added to VB.NET to make it more like C#. With 5.0 VB developers may actually need to know and understand OO.


                      I know the language. I've read a book. - _Madmatt

                      1 Reply Last reply
                      0
                      • A Adriaan Davel

                        If you want to make it harder to do your job install Win3.1 (it uses a mouse as well) and use notepad to write assembly code with :) Its about continuos progression. MS has chosen to not add too much to .Net4 (which I aagree 100% with), but VS 2010 has many new goodies. I love the WPF code editor, it works really well, only subtle differences to the previous one but I went back to VS 2008 the other day and code editing was less pleasant. If you are planning to even consider Silverlight, don't bother withb VS 2008. I've been doing SL development in VS 2010 Beta2 since the day it came out, RC is much better (but has a few new bugs :( ) but I can't wait till RTM relaese...

                        ____________________________________________________________ Be brave little warrior, be VERY brave

                        T Offline
                        T Offline
                        ToddHileHoffer
                        wrote on last edited by
                        #38

                        I am considering Silverlight. I've made a few small applications with it using VS 2010 RC. It is not bad at all. There were so demo videos on line, so I was able to set up paging and WCF services to hit the database. My biggest gripe with silver light programing is the error handling / debugging. With ASP.Net webforms, I put a few lines of code in the global.asax on error event to call my generic error handler class and I basically get the line number and file name of the .net code that caused an exception. I still haven't figured out how to handle errors properly in SL. You can't email from Silverlight, for obvious reasons. I get that MS does not want me to turn browsers into spam servers, but I haven't found a good solution for dealing with exceptions. This has prevented me from using it for any major application.

                        I didn't get any requirements for the signature

                        1 Reply Last reply
                        0
                        • T ToddHileHoffer

                          I've never been less excited about a release of Visual Studio. Most of the programming I'm doing in 2008, has already become easy to the point of boredom. I guess I could start converting all my ASP.Net applications to SilverLight or MVC 2 just make things a little more difficult and less boring... Are you guys excited about any new feature in VS 2010? Is there any new technology in .net 4.0 that will make your job easier or will you be upgrading just because Microsoft makes money by selling new tools every couple years? I was midly excited about VS 2008. LINQ to XML has really made things a lot easier for me since I have been coding quite a bit of integration applications recently. I also think WCF is an improvement over traditional web services, even though I still can't figure out the bindings and configurations. I'm not sure anyone can...

                          I didn't get any requirements for the signature

                          T Offline
                          T Offline
                          Tomz_KV
                          wrote on last edited by
                          #39

                          It could be a better tool for cloud development.

                          TOMZ_KV

                          1 Reply Last reply
                          0
                          • T ToddHileHoffer

                            I've never been less excited about a release of Visual Studio. Most of the programming I'm doing in 2008, has already become easy to the point of boredom. I guess I could start converting all my ASP.Net applications to SilverLight or MVC 2 just make things a little more difficult and less boring... Are you guys excited about any new feature in VS 2010? Is there any new technology in .net 4.0 that will make your job easier or will you be upgrading just because Microsoft makes money by selling new tools every couple years? I was midly excited about VS 2008. LINQ to XML has really made things a lot easier for me since I have been coding quite a bit of integration applications recently. I also think WCF is an improvement over traditional web services, even though I still can't figure out the bindings and configurations. I'm not sure anyone can...

                            I didn't get any requirements for the signature

                            K Offline
                            K Offline
                            Karl Sanford
                            wrote on last edited by
                            #40

                            Oh yes! One word, Intellitrace! Being able to debug forward and now BACKWARDS!?! Do you know how much time that will save? Have you ever been debuging through a program, only to realize you've gone too far in your code? Right now, you have to restart the program, and try to get back to the exact spot you were before. If you have medium to high complexity programs, this can suck up alot of time in your day. I'm really exited about this.

                            "It's like the sixties, but with less hope."

                            T 1 Reply Last reply
                            0
                            • T ToddHileHoffer

                              I've never been less excited about a release of Visual Studio. Most of the programming I'm doing in 2008, has already become easy to the point of boredom. I guess I could start converting all my ASP.Net applications to SilverLight or MVC 2 just make things a little more difficult and less boring... Are you guys excited about any new feature in VS 2010? Is there any new technology in .net 4.0 that will make your job easier or will you be upgrading just because Microsoft makes money by selling new tools every couple years? I was midly excited about VS 2008. LINQ to XML has really made things a lot easier for me since I have been coding quite a bit of integration applications recently. I also think WCF is an improvement over traditional web services, even though I still can't figure out the bindings and configurations. I'm not sure anyone can...

                              I didn't get any requirements for the signature

                              S Offline
                              S Offline
                              Steve Naidamast
                              wrote on last edited by
                              #41

                              I guess I am one of the few who is looking forward to VS 2010. I am not a big fan of VS 2008. I find it quirky and sometimes maddening slow when working with web apps. I actually still prefer working with VS 2005 as I find it a more solid implementation. However, I can understand if many technicians have little appetite for yet another release of VS. Much of what you need to accomplish can be done in VS 2005... and quite well. After a point there is simply not much a vendor can offer in a new version of an IDE or a compiler except for new but very esoteric features such as generics or LINQ...

                              Steve Naidamast Black Falcon Software, Inc. blackfalconsoftware@ix.netcom.com

                              1 Reply Last reply
                              0
                              • K Karl Sanford

                                Oh yes! One word, Intellitrace! Being able to debug forward and now BACKWARDS!?! Do you know how much time that will save? Have you ever been debuging through a program, only to realize you've gone too far in your code? Right now, you have to restart the program, and try to get back to the exact spot you were before. If you have medium to high complexity programs, this can suck up alot of time in your day. I'm really exited about this.

                                "It's like the sixties, but with less hope."

                                T Offline
                                T Offline
                                ToddHileHoffer
                                wrote on last edited by
                                #42

                                I didn't know about that feature. That sounds awesome.

                                I didn't get any requirements for the signature

                                1 Reply Last reply
                                0
                                • K KungFuCoder

                                  Mark Nischalke wrote:

                                  improvements to the IDE itself.

                                  So being able to reliably crash the IDE and silently re-writing bits of a .aspx page and occsionally the .net code so that my app no longer works are a thing of the past ? Oh, and occasionally having to close and re-open VS to get the site to compile - I'll be rather glad to be rid of that one as well

                                  B Offline
                                  B Offline
                                  benfergie
                                  wrote on last edited by
                                  #43

                                  "Oh, and occasionally having to close and re-open VS to get the site to compile" And here I thought I was the only one! :)

                                  1 Reply Last reply
                                  0
                                  • T ToddHileHoffer

                                    I've never been less excited about a release of Visual Studio. Most of the programming I'm doing in 2008, has already become easy to the point of boredom. I guess I could start converting all my ASP.Net applications to SilverLight or MVC 2 just make things a little more difficult and less boring... Are you guys excited about any new feature in VS 2010? Is there any new technology in .net 4.0 that will make your job easier or will you be upgrading just because Microsoft makes money by selling new tools every couple years? I was midly excited about VS 2008. LINQ to XML has really made things a lot easier for me since I have been coding quite a bit of integration applications recently. I also think WCF is an improvement over traditional web services, even though I still can't figure out the bindings and configurations. I'm not sure anyone can...

                                    I didn't get any requirements for the signature

                                    F Offline
                                    F Offline
                                    Fabio Franco
                                    wrote on last edited by
                                    #44

                                    Oh yeah, specially the new features on parallelism of Framework 4.0

                                    1 Reply Last reply
                                    0
                                    • K KenBonny

                                      Filip C wrote:

                                      "optional parameters" are not new to the '.NET framework', but are new for C#. VB.NET had that allready

                                      Isn't it more clean to use

                                      public void Func(object param1) {
                                      func(param1, "test");
                                      }

                                      public void Func(object param1, string param2) {
                                      //process stuff
                                      }

                                      This way you get multiple overloads in the Intelisense instead of

                                      Func(param1[, param2])

                                      T Offline
                                      T Offline
                                      TNCaver
                                      wrote on last edited by
                                      #45

                                      KenBonny wrote:

                                      Isn't it more clean to use [overloaded functions]

                                      That's what they were saying in every .NET framework version up to 3.5, at least for C#. I was never completely convinced. Sometimes the things a function needs to do is similar enough from one set of parameters to the next that having different functions can lead to duplicate code. It may be a good idea to have both options available. Optional parameters were available in VB.NET, but C# people always said it was just another case of letting VB programmers violate the principles of good OO design. Will they now be eating crow, or will they slam MS for yet another sin? :)

                                      1 Reply Last reply
                                      0
                                      • T ToddHileHoffer

                                        I've never been less excited about a release of Visual Studio. Most of the programming I'm doing in 2008, has already become easy to the point of boredom. I guess I could start converting all my ASP.Net applications to SilverLight or MVC 2 just make things a little more difficult and less boring... Are you guys excited about any new feature in VS 2010? Is there any new technology in .net 4.0 that will make your job easier or will you be upgrading just because Microsoft makes money by selling new tools every couple years? I was midly excited about VS 2008. LINQ to XML has really made things a lot easier for me since I have been coding quite a bit of integration applications recently. I also think WCF is an improvement over traditional web services, even though I still can't figure out the bindings and configurations. I'm not sure anyone can...

                                        I didn't get any requirements for the signature

                                        E Offline
                                        E Offline
                                        earlgraham
                                        wrote on last edited by
                                        #46

                                        I'm doing a lot of silverlight and xaml. So YES!!! I'm excited. The IDE has greatly improved tools to make development for those technologies easier.

                                        Programmer Glenn Earl Graham Austin, TX

                                        1 Reply Last reply
                                        0
                                        • K KenBonny

                                          Filip C wrote:

                                          "optional parameters" are not new to the '.NET framework', but are new for C#. VB.NET had that allready

                                          Isn't it more clean to use

                                          public void Func(object param1) {
                                          func(param1, "test");
                                          }

                                          public void Func(object param1, string param2) {
                                          //process stuff
                                          }

                                          This way you get multiple overloads in the Intelisense instead of

                                          Func(param1[, param2])

                                          J Offline
                                          J Offline
                                          Jason Christian
                                          wrote on last edited by
                                          #47

                                          Sure - it's cleaner when you have 2 options - 1 parm or 2. Now take a method that has 5 parms, and write overloads for all the combinations, when parm 2-5 are optional and not dependent on one another. Overloads get numerous, ugly, and a pain to maintain. Optional Parameter (with defaults) becomes much cleaner.

                                          P 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups