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. Whoever decided to release C# 1.0 without generics...

Whoever decided to release C# 1.0 without generics...

Scheduled Pinned Locked Moved The Lounge
csharpc++announcement
33 Posts 21 Posters 2 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 Nemanja Trifunovic

    ... should be sentenced to spend their life fixing errors caused by downcasting from System.Object to concrete types when using non-generic collections.

    utf8-cpp

    E Offline
    E Offline
    ed welch
    wrote on last edited by
    #22

    If your smart you don't store mixed types in the same container, eliminating the problem. I know, because j2me had the same "flaw", but I never had a problem with it.

    1 Reply Last reply
    0
    • J Judah Gabriel Himango

      Oh, I believe there were some in-the-know people who knew better. Look at the context: back then, Windows developers wanted something better than the C++/COM/VB6 mess. Remember? Java was looking so sexy. Microsoft countered with C#, which was exactly what we needed. It wasn't perfect -- missing generics and all -- but it was a better Java, and has only widened that gap since. Since Java didn't have generics back then, it wasn't on the radar for a lot of people. It's a shame, but hey, for version 1 of a product, MS did pretty darn well. By the way, I was at a tech talk the other week; the presenter, who's been writing C/C++ professionally for 30 years, was speaking on C++. He's never used templates.

      Religiously blogging on the intarwebs since the early 21st century: Kineti L'Tziyon
      Judah Himango

      D Offline
      D Offline
      Dan Neely
      wrote on last edited by
      #23

      Judah Himango wrote:

      By the way, I was at a tech talk the other week; the presenter, who's been writing C/C++ professionally for 30 years, was speaking on C++. He's never used templates.

      Can't blame him. C++ templates are a codethulu generator powerful enough rival C macros in scope. .net generics only took the safe and sane part of the total. Edit: To clarify I did use the STL a bit, but never wrote any of my own.

      3x12=36 2x12=24 1x12=12 0x12=18

      1 Reply Last reply
      0
      • C Christian Graus

        My number one reason that C# 1.0 was half baked. And, there's still people using those non generic containers.

        Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

        B Offline
        B Offline
        BillW33
        wrote on last edited by
        #24

        Yes, sadly there are a lot of folk who use non-generic collections. I change them to generic collections every time I see one. :)

        Just because the code works, it doesn't mean that it is good code.

        1 Reply Last reply
        0
        • C Christian Graus

          My number one reason that C# 1.0 was half baked. And, there's still people using those non generic containers.

          Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #25

          Welcome back brother! Just in time for the Rapture!

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak

          C 1 Reply Last reply
          0
          • T Tim Deveaux

            Alright - who are you and what have you done with the real Christian :suss:

            C Offline
            C Offline
            Christian Graus
            wrote on last edited by
            #26

            Because I'm complaining about Microsoft ?

            Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

            1 Reply Last reply
            0
            • N Nagy Vilmos

              Hey CG! How the devil are you?


              Panic, Chaos, Destruction. My work here is done. or "Drink. Get drunk. Fall over." - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre Have a bit more patience with newbies. Of course some of them act dumb -- they're often *students*, for heaven's sake. -- (Terry Pratchett, alt.fan.pratchett)

              C Offline
              C Offline
              Christian Graus
              wrote on last edited by
              #27

              Tired - several late nights finishing versions before travelling some more....

              Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

              1 Reply Last reply
              0
              • D Dave Kreskowiak

                Welcome back brother! Just in time for the Rapture!

                A guide to posting questions on CodeProject[^]
                Dave Kreskowiak

                C Offline
                C Offline
                Christian Graus
                wrote on last edited by
                #28

                Exactly !!! Good thing I am in the US for it. Imagine if I was down under, I bet they don't get raptured...

                Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                D A 2 Replies Last reply
                0
                • C Christian Graus

                  Exactly !!! Good thing I am in the US for it. Imagine if I was down under, I bet they don't get raptured...

                  Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                  D Offline
                  D Offline
                  Dave Kreskowiak
                  wrote on last edited by
                  #29

                  Yeah, I'm sitting on a plane in Boston right now waiting to go home. No rapture on this thing.

                  A guide to posting questions on CodeProject[^]
                  Dave Kreskowiak

                  1 Reply Last reply
                  0
                  • D Daniel Grunwald

                    Generics are for academics only, much too complicated for normal programmers. And casts work just fine, right? That was the view of the C# and CLR teams. Generics weren't "left out" of .NET 1.0; they weren't planned for. And they almost didn't make it into .NET 2.0. Apparently, generics had low priority compared with features like being able to run the CLR inside SQL Server... See here for background info: .NET/C# Generics History (Don Syme's blog)[^]

                    S Offline
                    S Offline
                    S Senthil Kumar
                    wrote on last edited by
                    #30

                    I've been interviewing candidates a fair bit recently, and unfortunately, a lot of people still seem to have trouble *writing* generic classes and methods.

                    Regards Senthil _____________________________ My Home Page |My Blog | My Articles | My Flickr | WinMacro

                    1 Reply Last reply
                    0
                    • C Christian Graus

                      Exactly !!! Good thing I am in the US for it. Imagine if I was down under, I bet they don't get raptured...

                      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                      A Offline
                      A Offline
                      Andy Brummer
                      wrote on last edited by
                      #31

                      I think they get raptured backwards in the southern hemisphere.

                      Curvature of the Mind now with 3D

                      G 1 Reply Last reply
                      0
                      • A Andy Brummer

                        I think they get raptured backwards in the southern hemisphere.

                        Curvature of the Mind now with 3D

                        G Offline
                        G Offline
                        GlobX
                        wrote on last edited by
                        #32

                        No rapture here in Aus, but a good excuse to get pissed as farts. We had a Pre-Rapture party Friday, a Jesus' Second Housewarming party on Saturday (he never rocked up, rude prick) and then a Life Goes On party on Sunday... Now I'm back at work with bloodshot eyes and a headache that makes me wish the world had ended...


                        Typical n-tiered architecture: DB <-> Junk(0) <-> ... <-> Junk(n-1) <-> Pretty

                        1 Reply Last reply
                        0
                        • C Christian Graus

                          My number one reason that C# 1.0 was half baked. And, there's still people using those non generic containers.

                          Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                          R Offline
                          R Offline
                          Rage
                          wrote on last edited by
                          #33

                          Hey Christian, welcome back ! :cool:

                          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