Not only will the control system track changes you make to files version by version, but it will also let you work with other team members allowing concurrent development as your project propresses. Most foregin coporations perfer "version control" or "source code control". The following will introduce how SourceGear Vault, a version control system set for the .NET developer:
1. you have a vault server installed and configured, install the vault client on both mechines.
2. Bind VS to Vault
Open VS
Click Tools > Options > Souce Control> Change the setting.
Close the Options
3. Open project from Vault
Once bound, Open VS, click File>Source Control> Open from Souce Control. Then enter vault after validating your password and usename successfull
4.Done