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. Moving from 1.1 to 2.0

Moving from 1.1 to 2.0

Scheduled Pinned Locked Moved The Lounge
learningcsharpasp-netquestion
34 Posts 19 Posters 1 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 Offline
    N Offline
    Not Active
    wrote on last edited by
    #1

    Had a request from a potential client were they wanted to upgrade their current asp.net application from .net 1.1 to .net 2.0. I suggested they move to .net 3.5 while they are doing it but they flat out refused it, no reason given. I believe their staff is so far behind the curve they are just now learning 2.0. How many people are still working with 1.1? Would you skip 2.0 and go to 3.5?


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

    M S L K J 14 Replies Last reply
    0
    • N Not Active

      Had a request from a potential client were they wanted to upgrade their current asp.net application from .net 1.1 to .net 2.0. I suggested they move to .net 3.5 while they are doing it but they flat out refused it, no reason given. I believe their staff is so far behind the curve they are just now learning 2.0. How many people are still working with 1.1? Would you skip 2.0 and go to 3.5?


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

      M Offline
      M Offline
      Media2r
      wrote on last edited by
      #2

      Most certainly, in most cases. After all, 3.5 uses the same CLR as 2.0. //L

      M 1 Reply Last reply
      0
      • N Not Active

        Had a request from a potential client were they wanted to upgrade their current asp.net application from .net 1.1 to .net 2.0. I suggested they move to .net 3.5 while they are doing it but they flat out refused it, no reason given. I believe their staff is so far behind the curve they are just now learning 2.0. How many people are still working with 1.1? Would you skip 2.0 and go to 3.5?


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

        S Offline
        S Offline
        Steve Westbrook
        wrote on last edited by
        #3

        I occasionally maintain an application that has been ported to 3.5, but was originally written in 1.1. This of course means it pretty much is in 1.1. Not that bad, to be honest; I still view anything beyond VB 6 as a miracle. Our management has fairly good business/marketing reasons for making our apps backwards compatible with SQL 2000, but I don't know why you wouldn't upgrade to 3.5, unless they're running NT workstations or something.

        1 Reply Last reply
        0
        • N Not Active

          Had a request from a potential client were they wanted to upgrade their current asp.net application from .net 1.1 to .net 2.0. I suggested they move to .net 3.5 while they are doing it but they flat out refused it, no reason given. I believe their staff is so far behind the curve they are just now learning 2.0. How many people are still working with 1.1? Would you skip 2.0 and go to 3.5?


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

          L Offline
          L Offline
          Luc Pattyn
          wrote on last edited by
          #4

          Hi Mark, 1.1 is ancient history for me. I build for 2.0 on a daily base, I only go for 3.5 if the app warrants that, i.e. when new features are sufficiently relevant. and IMO LINQ is not. 3.0 is irrelevant, it is either 2.0 or 3.5 BigInteger will be sufficient to move a few apps to 4.0 in the near future. :)

          Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


          Happy New Year to all.
          We hope 2010 soon brings us automatic PRE tags!
          Until then, please insert them manually.


          D B 2 Replies Last reply
          0
          • M Media2r

            Most certainly, in most cases. After all, 3.5 uses the same CLR as 2.0. //L

            M Offline
            M Offline
            Mario Luis
            wrote on last edited by
            #5

            Exactly. At the moment all frameworks post 2 are more extensions and enhancements, not base changes. Not sure about 4 though. Breakdown -> http://en.wikipedia.org/wiki/.NET_Framework[^]

            D 1 Reply Last reply
            0
            • N Not Active

              Had a request from a potential client were they wanted to upgrade their current asp.net application from .net 1.1 to .net 2.0. I suggested they move to .net 3.5 while they are doing it but they flat out refused it, no reason given. I believe their staff is so far behind the curve they are just now learning 2.0. How many people are still working with 1.1? Would you skip 2.0 and go to 3.5?


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

              K Offline
              K Offline
              Kevin McFarlane
              wrote on last edited by
              #6

              A couple of days ago I saw a job ad in which they said they were migrating from 1.1 to 2. Strange. Only reason I can think of is that they have licences for VS 2005 but not VS 2008.

              Kevin

              P 1 Reply Last reply
              0
              • N Not Active

                Had a request from a potential client were they wanted to upgrade their current asp.net application from .net 1.1 to .net 2.0. I suggested they move to .net 3.5 while they are doing it but they flat out refused it, no reason given. I believe their staff is so far behind the curve they are just now learning 2.0. How many people are still working with 1.1? Would you skip 2.0 and go to 3.5?


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

                J Offline
                J Offline
                JHizzle
                wrote on last edited by
                #7

                yeesh 1.1? Maybe someone didn't like partial classes and stalled it for ages? Current boss is cool enough to push through for 4.0 directly jumping from 2.0 because with all the red tape, it'll get approved a couple of months after the March release.

                1 Reply Last reply
                0
                • L Luc Pattyn

                  Hi Mark, 1.1 is ancient history for me. I build for 2.0 on a daily base, I only go for 3.5 if the app warrants that, i.e. when new features are sufficiently relevant. and IMO LINQ is not. 3.0 is irrelevant, it is either 2.0 or 3.5 BigInteger will be sufficient to move a few apps to 4.0 in the near future. :)

                  Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


                  Happy New Year to all.
                  We hope 2010 soon brings us automatic PRE tags!
                  Until then, please insert them manually.


                  D Offline
                  D Offline
                  Daniel Grunwald
                  wrote on last edited by
                  #8

                  You know you can use LINQ with .NET 2.0? Just set the C# 3 compiler to target .NET 2 and implement the Select/Where/etc. methods yourself (or use the Mono implementation). And there have been good BigInteger implementations for .NET available for quite some time. Main reason for .NET 4 for me personally is WPF. All previous WPF versions suck at text rendering, so upgrading to .NET 4 is pretty much required if you want to use WPF.

                  L 1 Reply Last reply
                  0
                  • N Not Active

                    Had a request from a potential client were they wanted to upgrade their current asp.net application from .net 1.1 to .net 2.0. I suggested they move to .net 3.5 while they are doing it but they flat out refused it, no reason given. I believe their staff is so far behind the curve they are just now learning 2.0. How many people are still working with 1.1? Would you skip 2.0 and go to 3.5?


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

                    T Offline
                    T Offline
                    Tom Deketelaere
                    wrote on last edited by
                    #9

                    3.5 won't install on windows server 2000. That might be a reason. A few of our clients still use server with 2000 on it so occasionally we have the same request.

                    M 1 Reply Last reply
                    0
                    • K Kevin McFarlane

                      A couple of days ago I saw a job ad in which they said they were migrating from 1.1 to 2. Strange. Only reason I can think of is that they have licences for VS 2005 but not VS 2008.

                      Kevin

                      P Offline
                      P Offline
                      PIEBALDconsult
                      wrote on last edited by
                      #10

                      You don't need Visual Studio to write for any version of .net.

                      L K D 3 Replies Last reply
                      0
                      • N Not Active

                        Had a request from a potential client were they wanted to upgrade their current asp.net application from .net 1.1 to .net 2.0. I suggested they move to .net 3.5 while they are doing it but they flat out refused it, no reason given. I believe their staff is so far behind the curve they are just now learning 2.0. How many people are still working with 1.1? Would you skip 2.0 and go to 3.5?


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

                        P Offline
                        P Offline
                        PIEBALDconsult
                        wrote on last edited by
                        #11

                        The only part of 3.5 I use is HashSet<T>; if you don't need that then there's no reason to go to 3.5.

                        1 Reply Last reply
                        0
                        • N Not Active

                          Had a request from a potential client were they wanted to upgrade their current asp.net application from .net 1.1 to .net 2.0. I suggested they move to .net 3.5 while they are doing it but they flat out refused it, no reason given. I believe their staff is so far behind the curve they are just now learning 2.0. How many people are still working with 1.1? Would you skip 2.0 and go to 3.5?


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

                          D Offline
                          D Offline
                          dan sh
                          wrote on last edited by
                          #12

                          Mark Nischalke wrote:

                          How many people are still working with 1.1?

                          Not me.

                          Mark Nischalke wrote:

                          Would you skip 2.0 and go to 3.5?

                          Yes. So that there is no need for yet another migration for at least a few years.

                          50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!

                          1 Reply Last reply
                          0
                          • D Daniel Grunwald

                            You know you can use LINQ with .NET 2.0? Just set the C# 3 compiler to target .NET 2 and implement the Select/Where/etc. methods yourself (or use the Mono implementation). And there have been good BigInteger implementations for .NET available for quite some time. Main reason for .NET 4 for me personally is WPF. All previous WPF versions suck at text rendering, so upgrading to .NET 4 is pretty much required if you want to use WPF.

                            L Offline
                            L Offline
                            Luc Pattyn
                            wrote on last edited by
                            #13

                            Daniel Grunwald wrote:

                            you can use LINQ with .NET 2.0

                            I didn't know that; however I don't need nor like LINQ...

                            Daniel Grunwald wrote:

                            good BigInteger implementations for .NET available

                            Yes, however getting one within the framework is a plus.

                            Daniel Grunwald wrote:

                            Main reason for .NET 4 for me personally is WPF

                            I'm still keeping off WPF (read too many suckage stories in the Lounge), but it is good to know it is getting better. So I will make sure to run 4.0 when diving into WPF. Thanks. :)

                            Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


                            Happy New Year to all.
                            We hope 2010 soon brings us automatic PRE tags!
                            Until then, please insert them manually.


                            1 Reply Last reply
                            0
                            • P PIEBALDconsult

                              You don't need Visual Studio to write for any version of .net.

                              L Offline
                              L Offline
                              Luc Pattyn
                              wrote on last edited by
                              #14

                              you could even do it without Notepad. :laugh: :)

                              Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


                              Happy New Year to all.
                              We hope 2010 soon brings us automatic PRE tags!
                              Until then, please insert them manually.


                              P 1 Reply Last reply
                              0
                              • T Tom Deketelaere

                                3.5 won't install on windows server 2000. That might be a reason. A few of our clients still use server with 2000 on it so occasionally we have the same request.

                                M Offline
                                M Offline
                                Media2r
                                wrote on last edited by
                                #15

                                Server 2000 will be out of extendid support in four months, so I would imagine that would speed up migration projects quite a bit. //L

                                T 1 Reply Last reply
                                0
                                • N Not Active

                                  Had a request from a potential client were they wanted to upgrade their current asp.net application from .net 1.1 to .net 2.0. I suggested they move to .net 3.5 while they are doing it but they flat out refused it, no reason given. I believe their staff is so far behind the curve they are just now learning 2.0. How many people are still working with 1.1? Would you skip 2.0 and go to 3.5?


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

                                  J Offline
                                  J Offline
                                  Jorgen Andersson
                                  wrote on last edited by
                                  #16

                                  VS2003 creates Web Applications, while VS2005 creates websites. VS2008 can do both[^]. Guess what my recommendation is...

                                  K 1 Reply Last reply
                                  0
                                  • P PIEBALDconsult

                                    You don't need Visual Studio to write for any version of .net.

                                    K Offline
                                    K Offline
                                    Kevin McFarlane
                                    wrote on last edited by
                                    #17

                                    Yes, but there can't be many who do, say, ASP.NET without using VS.

                                    Kevin

                                    P 1 Reply Last reply
                                    0
                                    • J Jorgen Andersson

                                      VS2003 creates Web Applications, while VS2005 creates websites. VS2008 can do both[^]. Guess what my recommendation is...

                                      K Offline
                                      K Offline
                                      Kevin McFarlane
                                      wrote on last edited by
                                      #18

                                      Jörgen Andersson wrote:

                                      while VS2005 creates websites

                                      VS 2005 can create both too. Web Apps. were added in SP1.

                                      Kevin

                                      J 1 Reply Last reply
                                      0
                                      • K Kevin McFarlane

                                        Jörgen Andersson wrote:

                                        while VS2005 creates websites

                                        VS 2005 can create both too. Web Apps. were added in SP1.

                                        Kevin

                                        J Offline
                                        J Offline
                                        Jorgen Andersson
                                        wrote on last edited by
                                        #19

                                        Oops. I guess I have to RTFM for the servicepacks too. Could have saved me som work some years ago.

                                        K 1 Reply Last reply
                                        0
                                        • J Jorgen Andersson

                                          Oops. I guess I have to RTFM for the servicepacks too. Could have saved me som work some years ago.

                                          K Offline
                                          K Offline
                                          Kevin McFarlane
                                          wrote on last edited by
                                          #20

                                          IIRC it was originally a standalone add-in for VS 2005 RTM. Then they bundled it into SP1.

                                          Kevin

                                          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