Let me know when to use camel case and pascal case C# ?
I know the diffrence like
With PascalCase, the first letter of every word in the identifier is upper case.
With camelCase, the first letter of the first word in the identifier is lower case, while the first letter of every subsequent word is uppercase
3 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Ganapathi RamanPosted Jul 13, 2019, 5:06 AM
Rajeesh MenothPosted Dec 11, 2017, 5:58 AM
Sundaram SubramanianPosted Dec 11, 2017, 5:11 AM