Stories recently tagged with 'TeamSystem'

Many .NET teams are underperforming, is yours?(free-emagazine.com)

submitted by kecemotkecemot(30) 3 years, 1 month ago

Explore how you can turn your .NET developer training program from a commonly ignored budget line-item into a strategic weapon in today’s competitive software environment. Application development is still a “dark art” and software projects continue to fail as often as they succeed. Why? At InnerWorkings, we believe that the people in your software organization hold the key to project success. After all, it is your people who write, test, and deploy enterprise software. If you don’t support them, develop their skills, and reward excellent performance, we believe your projects have a far greater risk of failure. read more...

add a comment |category: |Views: 12

tags: another

Scrum for Team System(modeeb.wordpress.com)

submitted by modeebmodeeb(189) 3 years, 1 month ago

A summary of some tools and templates used with Visual Studio and Team Foundation Server for project management with Scrum read more...

add a comment |category: |Views: 15

tags: another

What’s New? VSTT Quick Reference Guide 1.0(blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 1 month ago

This is a comprehensive collection of technical information on VSTT –- 83 pages of information!!! Many questions you may have on how stuff works in web, load, and unit test are answered in this doc. This doc is a must have for anyone working in VSTT. read more...

add a comment |category: |Views: 25

tags: another

Introducing TFSPlus(coolthingoftheday.blogspot.com)

submitted by bahadornbahadorn(340) 3 years, 2 months ago

TFSPlus is an Addin for Visual Studio that provides developers with useful extensions for performing Source Control operations against Team Foundation Server. read more...

add a comment |category: |Views: 28

tags: another

Code Coverage Delta with Team System and PowerShell(codeassassin.com)

submitted by jstangroomejstangroome(665) 3 years, 2 months ago

A PowerShell script that locates the two most recent successful TFS builds and outputs a list of classes whose coverage has changed between those builds, citing the change in the number of blocks not covered. read more...

add a comment |category: |Views: 20

tags: another

"Stale" workspace in TFS and command line reference(lakelandug.net)

submitted by relawsonrelawson(14) 3 years, 2 months ago

This is a reference for TFS commands and steps through a problem I had that prevented me from changing my workspace folder. read more...

add a comment |category: |Views: 11

tags: another

Software Development Methodology Tool(jonathancrossland.com)

submitted by JamonJamon(265) 3 years, 3 months ago

A software development tool, capturing project data you can use, no matter the methodology. However, the word "metric" must now cease. I don't like the word at all. I don't want the useless "10 0009 lines of code of which 5 000" is comments rubbish. I want a tool that actually provides me with valuable info. read more...

add a comment |category: |Views: 9

tags: another

How to add custom build step to a TFS Server Build ?(blog.decayingcode.com)

submitted by arch4ngelarch4ngel(585) 3 years, 3 months ago

Most of the time when you are creating a build script (TFSBuild.proj), you need to do some steps after the build. Wether it's creating an MSI for easier deployment, creating a VSI for a Visual Studio Add-in, or whatever if may be... you normally do a post build. A post build event looks like the following inside the TFSBuild.proj read more...

add a comment |category: |Views: 111

tags: another

Team System on Twitter(platinumbay.com)

submitted by crustercruster(20) 3 years, 3 months ago

A list of all the Visual Studio and Team System influentials. read more...

add a comment |category: |Views: 7

tags: another

Wit-It! – Outlook Add-in for TFS Work Item Alerts(blogs.microsoft.co.il)

submitted by shai_raishai_rai(185) 3 years, 3 months ago

After a small talk with Guy Burstein he comes up with a Great Idea : use outlook form region to show Work Item from Team System. Then I remembered that working with Event Email in Team System are so irritating. You can customize Event Emails to work with Team System Web Access but then you can’t open the work item in XML (sometimes you may need it) But then I noticed that not everyone have TSWA and even this sometimes can be irritating(slow, new look), so why not to open a Work Item Form? It’s fast, familiar or why not have all the options?? Thanks to Guy Burstein now the solution to our problem is HERE! Wit-It! Wit-It! allows you to open work items in various ways without customizing team system event subscription. Window Form – just like you’d see in Team Explorer XML Team System Web Access Wit-It! will automatically detect which emails comes from TFS and will show you the Wit-It! panel. read more...

add a comment |category: |Views: 139

tags: another

TFS API Part 15: Import Work Item Definition + Validation(blogs.microsoft.co.il)

submitted by shai_raishai_rai(185) 3 years, 3 months ago

In my last post TFS API Part 14: Export Work Item Definition we saw how to export specific work item definition from TFS. In this post I’ll show how to import the work item definition to TFS and how to validate the definition. read more...

add a comment |category: |Views: 178

tags: another

TFS API Part 11: Get Area/Iteration Security Settings Using IAuthoriza(beta.blogs.microsoft.co.il)

submitted by shai_raishai_rai(185) 3 years, 3 months ago

TFS API Part 11: Get Area/Iteration Security Settings Using IAuthorizationService In the previous post TFS API Part 9: Get Area/Iteration Programmatically I talked about how to get Area/Iteration nodes from TFS. In this post I’ll show to get Area/Iteration security settings using TFS IAuthorizationService. Download Demo First add reference for Microsoft.TeamFoundation, Microsoft.TeamFoundation.Client, Microsoft.TeamFoundation.Common.dll,Microsoft.TeamFoundation.WorkItemTracking.Client.dll... read more...

add a comment |category: |Views: 137

tags: another

TFS API Part 12: Set Security For Area/Iteration(beta.blogs.microsoft.co.il)

submitted by shai_raishai_rai(185) 3 years, 3 months ago

TFS API Part 12: Set Security For Area/Iteration In the previous post I’ve talked about Download Demo First add reference for Microsoft.TeamFoundation, Microsoft.TeamFoundation.Client, Microsoft.TeamFoundation.Common.dll,Microsoft.TeamFoundation.WorkItemTracking.Client.dll located in - C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\ Add using for: using Microsoft.TeamFoundation.Proxy; using Microsoft.TeamFoundation.Server; using Microsoft.TeamFoundation.Client; ... read more...

add a comment |category: |Views: 83

tags: another

TFS API Part 13: More About Connecting TFS (Custom Credentials, Prompt(blogs.microsoft.co.il)

submitted by shai_raishai_rai(185) 3 years, 3 months ago

Connecting TFS (Custom Credentials, Prompt) I got many request regarding TFS Connection, How to connect TFS with... read more...

add a comment |category: |Views: 77

tags: another

TFS API Part 14: Export Work Item Definition(blogs.microsoft.co.il)

submitted by shai_raishai_rai(185) 3 years, 3 months ago

TFS API Part 14: Export Work Item Definition In this post I’ll show how to Export work item definition using TFS API. This action can be used... read more...

add a comment |category: |Views: 93

tags: another

How To: Disable the Team Members Feature(blogs.microsoft.co.il)

submitted by shai_raishai_rai(185) 3 years, 3 months ago

If you installed TFS Power Tools 2008 you will see couple of new features. One of the features called – "Team Members" that allows you to collaborate with your team even better. One of the features is integration with instant messaging that allows you to see presence, IM, video, audio, etc from inside Team Explorer. You can read more about the feature here:http://blogs.msdn.com/bharry/archive/2008/10/01/preview-of-the-next-tfs-power-tools-release.aspx. read more...

add a comment |category: |Views: 16

tags: another