Click here to Skip to main content
15,867,308 members
Home / Discussions / Running a Business
   

Running a Business

 
AnswerRe: Project cost Pin
Pete O'Hanlon22-Nov-15 3:34
subeditorPete O'Hanlon22-Nov-15 3:34 
AnswerRe: Project cost Pin
Albert Holguin12-Jan-16 17:20
professionalAlbert Holguin12-Jan-16 17:20 
GeneralRe: Project cost Pin
Vipin_Arora2-Sep-16 23:56
Vipin_Arora2-Sep-16 23:56 
QuestionHow to protect my code from getting stolen by employees? Pin
Davester2817-May-15 23:55
Davester2817-May-15 23:55 
AnswerRe: How to protect my code from getting stolen by employees? Pin
Eddy Vluggen18-May-15 2:50
professionalEddy Vluggen18-May-15 2:50 
GeneralRe: How to protect my code from getting stolen by employees? Pin
Davester2822-May-15 5:08
Davester2822-May-15 5:08 
GeneralRe: How to protect my code from getting stolen by employees? Pin
Eddy Vluggen22-May-15 6:51
professionalEddy Vluggen22-May-15 6:51 
GeneralRe: How to protect my code from getting stolen by employees? Pin
Matthew Dennis27-Aug-15 5:37
sysadminMatthew Dennis27-Aug-15 5:37 
GeneralRe: How to protect my code from getting stolen by employees? Pin
Eddy Vluggen27-Aug-15 5:56
professionalEddy Vluggen27-Aug-15 5:56 
AnswerRe: How to protect my code from getting stolen by employees? Pin
Afzaal Ahmad Zeeshan18-May-15 3:44
professionalAfzaal Ahmad Zeeshan18-May-15 3:44 
AnswerRe: How to protect my code from getting stolen by employees? Pin
Paul Conrad5-Sep-15 17:54
professionalPaul Conrad5-Sep-15 17:54 
AnswerRe: How to protect my code from getting stolen by employees? Pin
Amarnath S7-Sep-15 21:41
professionalAmarnath S7-Sep-15 21:41 
AnswerRe: How to protect my code from getting stolen by employees? Pin
raddevus25-Jan-16 16:09
mvaraddevus25-Jan-16 16:09 
AnswerRe: How to protect my code from getting stolen by employees? Pin
ekesa14-Jun-16 21:07
ekesa14-Jun-16 21:07 
GeneralRe: How to protect my code from getting stolen by employees? Pin
CHill6014-Jun-16 23:54
mveCHill6014-Jun-16 23:54 
AnswerRe: How to protect my code from getting stolen by employees? Pin
s.smith9312-Jul-16 23:15
s.smith9312-Jul-16 23:15 
AnswerRe: How to protect my code from getting stolen by employees? Pin
Sid pathan30-Oct-16 20:52
Sid pathan30-Oct-16 20:52 
AnswerRe: How to protect my code from getting stolen by employees? Pin
DCE Security Ltd.4-Jul-17 15:39
DCE Security Ltd.4-Jul-17 15:39 
AnswerRe: How to protect my code from getting stolen by employees? Pin
Matt Comb21-Dec-17 2:53
professionalMatt Comb21-Dec-17 2:53 
This is a tricky one and it depends on the size of the code base you are trying to protect.

Here are a couple of things you can try.

1. If the code represents a platform, and if the team is large enough you can segment the codebase into multiple repositories and then segment access to them e.g. repositories for the presentation tier (gui interfaces) and repos for services so no one in the team has access to the full set of code.

2. You can achieve similar things to the above by having "core" code e.g base and common classes which are compiled and provided as compiled assemblies to the rest of the team. This way they never work with the deep internals of the system.

3. If you are working with applications you can look into locking them down with code signing certificates. This not prevent the source code but it will prevent the team from taking the code and repackaging it for sale as they won't have the certificates.

4. If you are really paranoid, consider getting all developers to remote into a terminal services environment (or similar) for development, this prevents the ability for the developer to copy large number of coding files off the development environment.

Hope this helps a little.
QuestionHow to Start Small IT Firm with lowest investment? Pin
RK Samy5-May-15 18:50
RK Samy5-May-15 18:50 
AnswerRe: How to Start Small IT Firm with lowest investment? Pin
Richard MacCutchan5-May-15 21:26
mveRichard MacCutchan5-May-15 21:26 
QuestionCan you give me some advices about IT outsourcing? Pin
Member 1139989325-Jan-15 3:08
Member 1139989325-Jan-15 3:08 
AnswerRe: Can you give me some advices about IT outsourcing? Pin
laurelanne26-Feb-15 4:12
laurelanne26-Feb-15 4:12 
QuestionWhy there are no good software Projects in Odesk, elance etc. Pin
pandu web dev28-Jul-14 6:39
pandu web dev28-Jul-14 6:39 
AnswerRe: Why there are no good software Projects in Odesk, elance etc. Pin
Sheepings17-Oct-14 15:13
professionalSheepings17-Oct-14 15:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.