Click here to Skip to main content
15,880,967 members
Home / Discussions / Running a Business
   

Running a Business

 
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 
GeneralRe: Why there are no good software Projects in Odesk, elance etc. Pin
Daniel Miller19-Oct-15 14:09
professionalDaniel Miller19-Oct-15 14:09 
AnswerRe: Why there are no good software Projects in Odesk, elance etc. Pin
jschell26-Dec-14 9:19
jschell26-Dec-14 9:19 
AnswerRe: Why there are no good software Projects in Odesk, elance etc. Pin
DerekT-P20-Sep-19 2:09
professionalDerekT-P20-Sep-19 2:09 
Questionabout paper licenec from microsoft Pin
cetec29-May-14 0:35
cetec29-May-14 0:35 
AnswerRe: about paper licenec from microsoft Pin
Richard MacCutchan29-May-14 1:26
mveRichard MacCutchan29-May-14 1:26 
QuestionManage a remote development team Pin
Mike Dev Br24-Jan-14 1:59
Mike Dev Br24-Jan-14 1:59 
AnswerRe: Manage a remote development team PinPopular
jschell24-Jan-14 12:29
jschell24-Jan-14 12:29 
JokeRe: Manage a remote development team PinPopular
Vivi Chellappa11-Feb-14 14:06
professionalVivi Chellappa11-Feb-14 14:06 
GeneralRe: Manage a remote development team Pin
Mike Dev Br17-Feb-14 1:58
Mike Dev Br17-Feb-14 1:58 
AnswerRe: Manage a remote development team Pin
sam81gmail16-Feb-14 1:15
sam81gmail16-Feb-14 1:15 
GeneralRe: Manage a remote development team Pin
Mike Dev Br17-Feb-14 2:00
Mike Dev Br17-Feb-14 2:00 

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.