how to build a code that to share/

  • Thread starter Thread starter DBC User
  • Start date Start date
D

DBC User

This is a simple question so please bare with my ignorance on this
topic. I want to build a project that I want to share with multiple
development group.
 
DBC User,

Do you want to share the source, so they can change it, or do you want
to just expose the functionality, so that they can use the
classes/methods/properties that you expose?

If the answer is the former, then you need some sort of source code
repository, something like Team System, or SourceGear's the Vault (there are
others out there, a few people here like Subversion as well).

If the answer is the latter, then I would recommend creating a class
library and distributing that to your users.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top