Where is the standard naming convention document of Visual Studio C#. net?
I want naming convention document for variables, functions/methods and form controls for C#.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Please see Klaus’ and Fredrik’s answers for good online resources. This is just to add: A good source for naming conventions and design guidelines in general for .NET can be found in the book Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries.