I have written a class that will handle internal logging in my application. Now I want to use this class in another new and totally separate project.
I could simply copy the file to the new project folder, but I would like to only have one copy of it to maintain so that all changes in it will apply to both projects over time.
I can use the "add existing file", but where do I put the file so that the next developer knows that it is required. I have once had a "shared" folder for this but one time that folder was not brought into the next development computer.
What is the best way to organize this so that it makes most sense for new maintainers and minimizes the risk for broken links in projects.
Citibank is the consumer division of financial services multinational Citigroup. Citibank was founded in 1812 as the City Bank of New York, and later became First National City Bank of New York.
You could create a library project that has this class this way all you have to do is add a reference to that project.
If that is no option you could use "Right click -> add existing item -> Add as link" this way you only have one copy of the code but it can exist in multiple projects.
A class library to share is the best solution.
But you can add a file to a VS project as a link rather than copying. To do this use the drop down on the Add button of the add existing item dialogue.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With