C# Coding Solutions—Naming Conventions for a Namespace, a Class, and an Interface

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
CSharp-Online.NET:Articles
C# Articles

C# Coding Solutions

© 2006 Christian Gross

Naming Conventions for a Namespace, a Class, and an Interface

There are two main elements of understanding code: coding style and naming convention. Coding style involves how your code is structured. Naming convention involves how types, methods, and so on are named. I will not go into detail about coding style because there are so many permutations and combinations. For the basics, read the naming-convention guidelines from Microsoft.3 I will fine-tune or tweak the Microsoft guidelines.



Previous_Page_.gif Next_Page_.gif


Personal tools