If I understand correctly, you're asking about storing data in the Version Control component of Team Foundation.
The Version Control system allows you to store files of any type (.txt, .dll, .cs, .doc, .exe, .xml, .jpg, .html, .sql, etc.). The built-in difference and merge tool only knows how to compare and merge changes in text based files, such as .txt, .cs, .vbs, .xml, .csproj, .sql, etc. You can add your own merge or difference tool by running "tf diff /configure" from a Visual Studio Command Prompt or through "Tools" -> "Options" -> "Source Control" -> "Visual Studio Team Foundation Server" in the Team Explorer (click on "Configure user tools").
Hope this helps, and best of luck with the evaluation!
Cheers, Adam
|