Manage Your Workspaces

Your workspace is a local copy of your team’s codebase. Your workspace enables you to develop and test your code in isolation on your dev machine until you are ready to check in your work.

What do you want to do?

Next steps

After you get your workspace set up:

  • If you don’t yet have one, create a new code project. In Visual Studio, on the menu bar choose File, New, Project.

  • Add your existing code to source control. How?

  • Download your team’s code into your workspace (if you did not already do so while creating your workspace). How?

  • Do you develop your app at a remote site? You might save bandwidth by caching version control files at the remote location. How?