There is a pretty good Team Foundation Service (TFS) in Microsoft Visual Studio 2012, and in this TFS you can request feedback on your work among your peers.
The bad news is that if you have already checked your code, it complains and does not allow you to issue a code review, because it does not see changes in the code that you worked locally.
How do I do code verification in TFS after I have already verified the code? Can I do it somehow as a comparison with a set of code that I checked earlier? If so, how?
xarzu source
share