Who has coded the most C#?
-
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
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
-
It's more like, who actually counts how many lines of code they write? :rolleyes: Jeremy Falcon
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
-
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
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
-
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
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
-
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
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:
-
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:
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
-
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
Thanks man.. you just helped me prolong my life. ;)
-
Thanks man.. you just helped me prolong my life. ;)
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
-
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
-
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
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
-
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
-
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
-
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
LOL, now Chuck's gonna beat vote you down! Never forget: "Stay kul and happy" (I.A.)
David's thoughts / dnhsoftware.org / MyHTMLTidy