Naming Conventions
Let's discuss different naming conventions used in C#.
We'll cover the following
Using proper naming and capitalization techniques can greatly increase code readability.
Camel casing and pascal casing are the two most popular capitalization techniques in C# when naming variables, classes, methods, and so on.
Get hands-on with 1400+ tech skills courses.