I have three different websites that uses so开发者_如何学运维me base classes, usercontrols. And my questions here is that it possible to share these resources between this sites from single physical l
Anyone please explain what Position independent code and Shared Object meant actually. Whether the object code created after compiling is Position independent.
I need to make available my code for some reviewers to be downloaded from web. How can I do that & through which website. I need to put all files & in开发者_开发问答stallation instructions usi
We have a common functionality we need to share among several applications. We already have a few internal libraries, into which we put common code with a well-defined interface. Sometimes, though, th
I am new to a project where developers still share code by sending files by mail. We are using eclipse and cvs.
I am developing a Spring (Java framework for server-side web-development)web application, which will respond to another client-side Java application(which uses socket communication) by a JSON object.
I have a WPF .NET 4.0 class library referencing a Silverlight 4 class library. The SL library compiles fine but when I compile the WPF class library, I get:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
I have written a class that will handle internal logging in my application. Now I want to use this c开发者_运维百科lass in another new and totally separate project.