I recently migrated to the TFS 2012 and I have worked with SVN for a long time.
In SVN I used "Tags" to mark some important "checkpoints" of development, ie when I finished a software version (alpha, beta) I created a Tag for that version. If some mistake happen, I am "protected".
Now, I need the same behaviour (or equivalent) to use in the TFS source control, but I'm confused as to its structure.
How I use "Tagging" in TFS?