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# ...