J
John Murray
Not sure that I understand your question .... C# is, by it's nature case
sensitive .... so that is not a configurable option ....
sensitive .... so that is not a configurable option ....
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
(Similar to VB.Net)?
Awesome!
It felt like my left foot was cut off in VS2003. I refused to use C#
because the editor was so poorly integrated (compared to VB.NET)..... sounds
like I can finally start looking at C# again.
The thing is, if this code were written in the case-insensitive VB.NET, themyid=10;
if(myID > 100)
mYId = 1;
else
myiD++;
The subjective opinion on case-sensitivity has nothing to do with"Program better!"
True enough.code.
So...readability is in the eye of the beholder? ;-) Of course, anyI just know that when I look at code I like to see things that are easy to
follow and understand.
I think the MS naming standard says to use camelCase for parameter names.String SetUserNumber(int usernumber)


Mitchell S. Honnert said:I think the MS naming standard says to use camelCase for parameter names.
userNumber?
- Mitchell S. Honnert
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.