I’m starting a .NET project and my developers have their own laptops. How can I prevent the developers from taking the source with them out of the company?
Edit:
Can I setup Team Foundation Server in such a manner that every uer have only access to some source code files?
You can prevent your developers from bringing the source code home only be closing access to it. So that nobody can work on your project.
This is going to be ridiculous environment: no trust in a team. The worst thing that can be.
But this is valid concern to protect your Intellectual Property. The most common thing is to just sign an NDA.
So:
Cheers.