Code Reviews with Visual Studio
Code reviews are one of the most important development practices to improves quality, reduces bugs, and knowledge sharing. Here is how to perform Code Reviews with Visual Studio. In order to use code reviews with Visual Studio, you must be using TFVS (Team Foundation Version Control) within Visual Studio Online or Team Foundation Request Code Review Before you commit your changes, in the team explorer go to the My Work section. Create your code review request by specifying the reviewer (who you want to perform the code review), title, area path, and description. After submitting the code… Read More »Code Reviews with Visual Studio