Search Results

5
votes

Visual Studio Optimizations

Ensure 'Only build startup projects and dependencies on Run' is selected. This option can be found under Tools -> Options... -> Projects and Solutions -> Build and Run. For large so …
0
votes

How do you do code reviews?

We have had some success using the the TFS shelveset feature to do distributed code reviews. Using shelvesets a developer can 'check in' a changeset without commiting them to the branch. Another …