If I have partial classes in C#, what should the file names be?
The class is called partial class Logic and would exist out of two or maybe three separate files.
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.
For a class called
Logic, I’d probably go forLogic.something.cs(where “something” is different for each file). This would be in the same style as the partial classes that Visual Studio generates (eg. the.designer.csfiles for forms)