How can we hide (invisible) some CodeBehind lines (for example a class) from other developers in a common project?
问题 How can we hide (invisible) some CodeBehind lines (for example a class) from other developers in a common project? I asked this question because today we were working on email codes and we wanted to send an email to all of programmers emails therewith sending an Email to our common web site email. How can we hide our passwords from each other? Is it possible to make 3 classess (for sending emails to 3 web developers) and hide or invisible those classes(class file or codebehind lines) and so