Top "Code-sharing" questions

How do you share code between projects/solutions in Visual Studio?

I have two solutions which have some common code, so I'd like to extract it out and share it between …

.net visual-studio code-sharing
Share c# class source code between several projects

I have written a class that will handle internal logging in my application. Now I want to use this class …

c# visual-studio code-sharing
How to share Java project with other developers?

I am working on a Java project together with a collaborator, and we are both using the Eclipse editor. What …

java eclipse code-sharing
Sharing a code between two projects in git

I have two tightly related projects (A and B) which share some source code (S). Both of them will be …

git sharing code-sharing