I have the following project:
CompanyName.SystemName.ProjectName
When used with Using it looks like a namespace, But it is not.
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.
you can name your projects any way you like as long as it’s a valid filename. Usually the project name matches the root namespace of that project but it’s not a hard rule.
I prefer to follow that naming convension since it makes it easier to navigate the solution (If I know the name space I know in which project to look) and it’s the default in VS. if you wish the default namespace to be different from the project name you will have to change the settings.
ReSharper by default takes it a bit further and enforces a naming convetion for subfolders of a project as well.