English 中文(简体)
Do I need to install TFS power tool if I use VS 2010
原标题:

I m looking at the list here Team Foundation Server Power Tools March 2011 and I wonder if it is helpful for my case - I m using Visual Studio 2010 as a TFS client tool to connect to TFS servers; I don t have access to any TFS Servers.

It s confusing to me - the features such as 1) Team Foundation Server Backups, 2) Process Editor, 3) Work Item Templates, ect. are the ones for TFS server side, not absolutely not client side.

So I guess the tool is both a tfs server-side tool and a tfs client-side tool.

If you know it clear, please share. Thank you!

Ps. They said they have the Windows Explorer intergration which is quite cool: I love to check out a data/xml/image file without opening the IDE.

最佳回答

Yes, they are useful if you are going to work with a TFS for Source Control. Your main IDE might be Visual Studio, and if you use the Team Explorer window in VS, then you also are using TFS in the background. In that case the power tools are a great help.

问题回答

If you are not using TFS, the TFS power tools are of no use for you.

The explorer integration is the same kind of integration that TortoiseSVN has - icon overlays and a right-click context menu, only for TFS.

If you have access to a TFS Server and want to install just the Shell integration of the Power Tools, but not the IDE integration, you can do so, if my memory serves correctly.





相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Enable PHP highlights in VS 2010?

I ve heard that Visual Studio 2010 Beta 2 has support for PHP. When I load a PHP file though, it has nothing highlighted and is nothing more than a glorified text editor. Is there a way to enable it?...

Do I want Publish or Release Build in VB.net?

I wrote a little (like 40 lines little) Winforms application with VB.net in Visual Studio 2010. Now I ve released the code as a Google Code project. It s easy for a developer to get the source but I d ...

Unit Testing .NET 3.5 projects using MStest in VS2010

There s a bug/feature in Visual Studio 2010 where you can t create a unit test project with the 2.0 CLR. https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=483891&wa=...

热门标签