Tag - TFS

Outsourcing .NET Software Development

We offer a blended approach of competency levels as a .NET software development company to help you control costs by applying the right expertise to the project at hand. We assist you in assembling an ideal team of .NET developers to supplement your staff on an ongoing basis or to handle your project completely...

How to connect to Team Foundation Server (TFS) using C#.NET

I will show you how to connect to Team Foundation Server (TFS) and add work item via code.First you must install TFS SDK, you can download Team Foundation Server SDK from the below link:http://www.microsoft.com/downloads/details.aspx?FamilyID=7e0fdd66-698a-4e6a-b373-bd0642847ab7&DisplayLang=en Steps:1- Create windows or web Application2- Add References for :Microsoft.TeamFoundation.ClientMicrosoft.TeamFoundation.WorkItemTracking.Client3- The below code will help you to work with Team Foundation...