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. Who has coded the most C#?

Who has coded the most C#?

Scheduled Pinned Locked Moved The Lounge
csharpvisual-studioquestion
30 Posts 16 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.
  • A Andy Brummer

    Its not quantity but quality that counts. :rolleyes: Using the GridView is like trying to explain to someone else how to move a third person's hands in order to tie your shoelaces for you. -Chris Maunder

    T Offline
    T Offline
    Tom Archer
    wrote on last edited by
    #18

    Sounds like that interview question we used to get in the early 90's? "How many lines of C++ code have you written?" Incredibly stupid question as one of the main benefits of C++ is not reinventing the wheel constantly. Tom Archer (blog) Program Manager MSDN Online (Windows Vista and Visual C++) MICROSOFT

    J 1 Reply Last reply
    0
    • J Jeremy Falcon

      It's more like, who actually counts how many lines of code they write? :rolleyes: Jeremy Falcon

      J Offline
      J Offline
      Jim Bennett
      wrote on last edited by
      #19

      Refactoring lets you do more with less over time, so lines of code don't really count for much, but it is fun to think about over a cup of coffee. Jim

      1 Reply Last reply
      0
      • J Jim Bennett

        David Stone wrote:

        Most of it is. I haven't found the forms designer in VS 2005 to be too terribly bad. The WebForms designer rocks now too.

        Partial classes are not too terribly bad? Not to get too off topic :) Jim

        D Offline
        D Offline
        David Stone
        wrote on last edited by
        #20

        Partial classes are nice. Although that's the one C# 2.0 feature that I really don't care that much about.

        They dress you up in white satin, And give you your very own pair of wings In August and Everything After

        I'm after everything

        A J 2 Replies Last reply
        0
        • D David Stone

          Partial classes are nice. Although that's the one C# 2.0 feature that I really don't care that much about.

          They dress you up in white satin, And give you your very own pair of wings In August and Everything After

          I'm after everything

          A Offline
          A Offline
          Albert Pascual
          wrote on last edited by
          #21

          I hate partial classes, then they HIDE the other part of the class "declaration" so if you declare it twice you get a run time error, not a compiler error, what's that about? Al

          1 Reply Last reply
          0
          • D David Stone

            Partial classes are nice. Although that's the one C# 2.0 feature that I really don't care that much about.

            They dress you up in white satin, And give you your very own pair of wings In August and Everything After

            I'm after everything

            J Offline
            J Offline
            Jorgen Sigvardsson
            wrote on last edited by
            #22

            The little I've dabbled with vs2k5, I've come to really appreciate the partial classes. No more wizard generated crap inside my perfectly hand crafted code. :-> Uh.. by the way. Do you know how to turn off that annoying message list control (the one that lists all warnings, errors and other messages from the compiler)? I want to see the text output. If I hide the message list control, it comes back as soon as I recompile. That's the kind of stuff that makes guys in their prime age (30ish) age faster... :sigh:

            D 1 Reply Last reply
            0
            • J Jorgen Sigvardsson

              The little I've dabbled with vs2k5, I've come to really appreciate the partial classes. No more wizard generated crap inside my perfectly hand crafted code. :-> Uh.. by the way. Do you know how to turn off that annoying message list control (the one that lists all warnings, errors and other messages from the compiler)? I want to see the text output. If I hide the message list control, it comes back as soon as I recompile. That's the kind of stuff that makes guys in their prime age (30ish) age faster... :sigh:

              D Offline
              D Offline
              David Stone
              wrote on last edited by
              #23

              Methinks it's: Tools->Options->Projects And Solutions->General And uncheck the Always Show Error List if build finishes with errors checkbox.

              They dress you up in white satin, And give you your very own pair of wings In August and Everything After

              I'm after everything

              J 1 Reply Last reply
              0
              • D David Stone

                Methinks it's: Tools->Options->Projects And Solutions->General And uncheck the Always Show Error List if build finishes with errors checkbox.

                They dress you up in white satin, And give you your very own pair of wings In August and Everything After

                I'm after everything

                J Offline
                J Offline
                Jorgen Sigvardsson
                wrote on last edited by
                #24

                Thanks man.. you just helped me prolong my life. ;)

                D 1 Reply Last reply
                0
                • J Jorgen Sigvardsson

                  Thanks man.. you just helped me prolong my life. ;)

                  D Offline
                  D Offline
                  David Stone
                  wrote on last edited by
                  #25

                  Jörgen Sigvardsson wrote:

                  Thanks man.. you just helped me prolong my life.

                  Oh sh!t...

                  They dress you up in white satin, And give you your very own pair of wings In August and Everything After

                  I'm after everything

                  1 Reply Last reply
                  0
                  • J Jim Bennett

                    Just curious who's coded a lot of C#? I'm sure I've typed in over 250,000 loc in C# since 2003 (no auto generating VS add-ins either). Jim

                    M Offline
                    M Offline
                    Member 96
                    wrote on last edited by
                    #26

                    I'm probably well over 500,000 with my current projects

                    1 Reply Last reply
                    0
                    • T Tom Archer

                      Sounds like that interview question we used to get in the early 90's? "How many lines of C++ code have you written?" Incredibly stupid question as one of the main benefits of C++ is not reinventing the wheel constantly. Tom Archer (blog) Program Manager MSDN Online (Windows Vista and Visual C++) MICROSOFT

                      J Offline
                      J Offline
                      Jim Bennett
                      wrote on last edited by
                      #27

                      Tom Archer - MSFT wrote:

                      Incredibly stupid question as one of the main benefits of C++ is not reinventing the wheel constantly.

                      It isn't reinventing the wheel when you are innovating. When I wanted a better C# UI, well, I made it happen:-> Jim

                      1 Reply Last reply
                      0
                      • J Jim Bennett

                        Just curious who's coded a lot of C#? I'm sure I've typed in over 250,000 loc in C# since 2003 (no auto generating VS add-ins either). Jim

                        C Offline
                        C Offline
                        Cotter
                        wrote on last edited by
                        #28

                        Anders Hejlsberg...but I doubt he's used it as much as some of us.

                        J 1 Reply Last reply
                        0
                        • C Cotter

                          Anders Hejlsberg...but I doubt he's used it as much as some of us.

                          J Offline
                          J Offline
                          Jim Bennett
                          wrote on last edited by
                          #29

                          Not only that, but Anders could take Chuck Norris in a fight because Anders would clear all references to Chuck and let the garbage collector take care of him automatically. Jim

                          D 1 Reply Last reply
                          0
                          • J Jim Bennett

                            Not only that, but Anders could take Chuck Norris in a fight because Anders would clear all references to Chuck and let the garbage collector take care of him automatically. Jim

                            D Offline
                            D Offline
                            DavidNohejl
                            wrote on last edited by
                            #30

                            LOL, now Chuck's gonna beat vote you down! Never forget: "Stay kul and happy" (I.A.)
                            David's thoughts / dnhsoftware.org / MyHTMLTidy

                            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