Browse by Tags
All Tags »
.NET 4 RC »
TFS 2010 (
RSS)
Beta 2 and the Release Candidate Expiration is June 30, 2010 Brian Harry just post about the expiration date for both Beta 2 and the Release Candidate is June 30, 2010. So if you're still using Beta 2 or RC version of TFS 2010 hurry up and start planning Upgrade to TFS 2010 RTM.
Visual Studio 2010 Release Is Almost Here!!! As you know tomorrow (12/04/2010) is Visual Studio 2010 Official Lunch date, and I’m very exciting!!! Tomorrow I’ll start publishing a lot of posts and screen casts about the 2010 - How to Upgrade Your TFS Version (2005/2008/2010 Beta 2/RC) to 2010 and a lot more cool stuff. Also thanks to Ali Raza about all the beautiful wallpapers and twitter backgrounds 10+ Beautiful Microsoft Visual Studio 2010 Wallpapers Visual Studio 2010 Launch – Twitter Backgrounds
TFS API Part 24 – Get All Fields From TFS I got an email regarding previous post ( TFS API Part 6: WorkItemStore - Get Fields From WorkItemType ) how to get Fields without regard to Work Item Type? This is very easy using Team System API. Download Demo Project Step 1: Create Project and Add Reference Create an WPF/WinForm application and add the following references: Microsoft.TeamFoundation.WorkItemTracking.Client.dll (C:\Program Files (x86)\Microsoft Visual Studio 10.0...
TFS API Part 23 – Create Global List (Xml Way) Download Demo Project Step 1: Create Project and Add Reference Create an WPF/WinForm application and add the following references: Microsoft.TeamFoundation.WorkItemTracking.Client.dll (C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ReferenceAssemblies\v2.0\Microsoft.TeamFoundation.WorkItemTracking.Client.dll) Microsoft.TeamFoundation.Client.dll (C:\Program Files (x86)\Microsoft Visual...
TFS API Part 22 – Create Link Between Work Item (Parent, Child etc…) I got couple of question regarding Custom Link Types in TFS 2010, as you know one of the most important features in 2010 is new Link and Hierarchy capability. In this post I’ll show and give a demo application on how to create custom link type through TFS API. Download Demo Project Step 1: Create Project and Add Reference Create an WPF/WinForm application and add the following references: Microsoft.TeamFoundation...