Return to doc.sitecore.com

  Single Developer Case
Prev Next

The scheme can be simplified if there is just one developer working.

The working cycle will be as below:

  1. Developer sets up Source Control System and other working environment.
  2. Developer creates or changes layouts, sublayouts, and implements business logic.
  3. Developer performs the “check in” operation to commit his changes to the repository on the main server at least on a daily basis.
  4. Steps 2-3 are repeated until the product is ready for testing
     

Then the product is delivered to the QA team. After testing the product may be returned to the developer for bug fixing, and then steps 2-4 may be repeated.

Visual Studio Setup

Please refer to the article below for instructions on how to setup Visual Studio for working with Sitecore:

http://sdn.sitecore.net/Articles/API/Using%20Visual%20Studio%20,-d-,Net.html  


Prev Next