I’ve 22 projects in my solution.And I’ve added references to few projects by building those projects and selecting the dll created. Is this the best practise or should i use project reference instead of pointing to the dll ?
Regards,
Vix.
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.
Well I don’t know about best practices but some points to consider at least.
Advantages of project references:
Advantages of dll references:
NOTE: You should probably not keep the projects that you have dll references to in the same solution as it will lead to some confusion of what happens when you build.