Maximizing VSTS Team Suite and Others below
VSTS Team suite include all of the 4 other's VSTS
VSTS Database Edition,VSTS Architecture Edition,VSTS Development Edition,VSTS Testing Edition.
if you haven't read the article 10 things you should know vsts then better search it.
You should install the VSTS Database Power Tools, VSTS Architecture Power tools
the Database edition power tools , Give's u extraordinary tools, Almost The same like RedGate- SQLBELT
Schema Compare, You can compare the schema(table, view,storeproc,function) From one DB to another DB. Cool, and you can choose to create,update or skip the difference, in one button deploy to the target db
Data Compare,you can compare data from one instance db to another.
Refactor, ex: you want to change the schema from Sales to Marketing etc
DataGenerator-> Create your own Dummy data? Mew using regular expression. and you can choose how many rows
TSQL Editor-> Your own editor in single IDE WIndow MEW
Static Code analysis-> Mew they can even analyze your store proc,the query performance,etc.
And you can create your Database Test,
Create Database Project-> every schema would own it's .sql query. RIght click deploy , and whoala it's created for you.
VSTS Architecture Power tools, give you the ability to create diagram
For Abstract High level application one. you can click drag your solution projects link them together, create the webservice
and when you click to Implemet all . it's created for you, the power tools, give you the ability to create class library.
VSTS Development edition, Class diagram, etc.
VSTS Test Edition Give's you all the ability test that you can't find on other edition, such as Web Test, Load Test,Peformance Test
with web test we can see like other debugging proxy, and also can create rules for the responses etc.
for the load Test we can create like a stress tools, how many user log to our web
For the performance test, we can generate binary2 and then test it to our application and see the impact.
Combine these VSTS , and then The TFS , whoalah it's a complete Cycle.
:)
Top Markotok