We are a small team of programmers, and we are now facing a situation where we have to outsource some of the work in order to complete it in time.
Project is about website that was previously build with asp.net webforms, EF and SQL server. We have previously build a data layer and optimized SQL, but we need to complete front end of the project. Clients wants asp.net MVC and HTML5.
The problem for us is how to open data layer to outsourcing team without compromising or disclosing any data?
7
The problem for us is how to open data layer to outsourcing team without compromising or disclosing any data
-
then just don’t give them access to the data. You will have to provide non-critical test data instead.
-
if you cannot do this for some kind of reason, let the outsourcing team sign a non-disclosure agreement
-
if you suspect the outsourcing team to misuse the data either, you should seriously consider not to hire them.