English 中文(简体)
TFS 站哨任务跟踪系统
原标题:TFS stopwatch task tracking system

My company is starting using TFS Team Foundation Server, for bug and task tracking system, I used OnTime before. At the OnTime they had a tool called OnTime StopWatch, you could download the tool and use a desktop application that you could start and pause a specific task progress, and when you finished it you could just click update tasks and it would update to you from your desktop to your task server.

In TFS there is no out of the box application, as you can see at this thread. http://social.msdn.microsoft.com/Forums/nl-BE/tfsgeneral/thread/80cd2fb9-1d70-49a0-8197-1cce137de3b3

Is there any add-in or desktop application I can use with TFS that works like the OnTime StopWatch ? Some people was thinking about build one in here using .Net for desktop application, but I think it would take too much time for a developer to make it, since there isn t nothing on the market till the moment.

最好的注意

最佳回答

视觉工作室11有一个新功能 叫做"我的工作" 看起来像你描述的一样

校对""http://blogs.msdn.com/b/b/bharry/archive/2011/09/19the-new-team-explorer-in-tfs-11.aspx" rel="nofollow" this post ,同时我不确定你能找到你需要的东西。

Btw,这种应用不会很难开发 与TFSAPI...

问题回答

暂无回答




相关问题
Manually implementing high performance algorithms in .NET

As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...

Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How do I compare two decimals to 10 decimal places?

I m using decimal type (.net), and I want to see if two numbers are equal. But I only want to be accurate to 10 decimal places. For example take these three numbers. I want them all to be equal. 0....

Exception practices when creating a SynchronizationContext?

I m creating an STA version of the SynchronizationContext for use in Windows Workflow 4.0. I m wondering what to do about exceptions when Post-ing callbacks. The SynchronizationContext can be used ...

Show running instance in single instance application

I am building an application with C#. I managed to turn this into a single instance application by checking if the same process is already running. Process[] pname = Process.GetProcessesByName("...

How to combine DataTrigger and EventTrigger?

NOTE I have asked the related question (with an accepted answer): How to combine DataTrigger and Trigger? I think I need to combine an EventTrigger and a DataTrigger to achieve what I m after: when ...

热门标签