DCSIMG
Visual Studio 2010,Work Items - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » Visual Studio 2010 » Work Items (RSS)
The Git Hole
Tweet I consider myself a calm person with plenty of tolerance, I believe in productive discussion and love it – Part of my job as a consultant is to talk with Teams and explain them why you should choose a specific product over another, in 99.9% of those meetings there is one guy that don’t like the change (No One Like Changes) and you need in a calm way to explain and show him the benefits of the new tool – Forcing someone to do something is never a good thing. But sometimes there is no wining...
My Lecture at Munich ALM Days 2011
Tweet The conference was Amazing!!! I had great time in the conference with partners, customers and friends, I didn’t went to most of the lectures (Ich weiß nicht Deutsch spricht) but from the people who presented the presentation and the title there were plenty of interesting lectures. In my lecture I’ve talked about Applied Software Testing with Visual Studio 2010 , I showed demos on Test Manager, Web Performance Test, Load Testing and of course Coded UI Testing. I’ve also talked about Migration...
Test Scribe – Developer Guide
Tweet Couple of days ago I wrote about How To Change Test Scribe Template since than I got plenty of emails on that subject asking me to supply more and more information about changing Test Scribe Template. Many people thinks that: “The output generated by Test Scribe is not customizable in this release.” But this is not fully correct, you can change the Test Scribe template but this will require couple of hacks….. But possible I recommend you to read the How To Change Test Scribe Template article...
Work Item Spell Checker Custom Control for VS 2010
Work Item Spell Checker Custom Control for VS 2010 A long time ago I published a free Work Item Custom Control for Visual Studio 2005/2008 to allow using Spell Check on work item fields. Since Visual Studio 2010 comes with Spell Checker ability I left this project behind, over the last couple of months I got lots of requests from people to adjust this Control to 2010, Today I got a request from a customer that really needs it so here you go. Follow the link below, download the setup file and install...
Microsoft Open Day–Testing in Visual Studio 2010
Microsoft Open Day–Testing in Visual Studio 2010 Two days a ago I had the honor to give 4 hours lecture on Testing using Visual Studio 2010 in Microsoft Israel for more than 100 people about the entire suite for Testers in Visual Studio 2010, This wasn’t just another overview session but hand zone session on each subject: Microsoft Test Manager – Read More Lab Management– Read More Unit Tests – Read More Web Tests  - Read More Load Test – Read More Coded UI Test – Read More You can download...
Team Foundation Server 2010 and Project Server Integration Feature Pack is now in Beta
Team Foundation Server 2010 and Project Server Integration Feature Pack is now in Beta We at Sela Group already working with a customer working with TFS-PS Feature Pack CTP for Integration between TFS 2010 and Project Server 2010, now all customers can get this support as “Go Live” Beta. I’ve post about VS/TFS 2010 SP1 Beta has Released and Here is another great news from Brian Harry for TFS 2010 and Project Server Users: The TFS-PS Feature Pack is being released to MSDN subscribers today as a “go...
TFS API Part 31 – Working With Queries – Part 2
TFS API Part 31 – Working With Queries – Part 2 In my last post TFS API Part 30 – Working With Queries I demonstrate a simple API example for getting Queries from TFS 2010, in this sample I’ll show how to run Queries and display the results, Deleting and Creating new Folder using TFS API. Download Demo Project Step 1: Add Results Using WorkItemStore object and call the Query method you can set the results directly to DataGrid. void item_MouseDoubleClick( object sender, MouseButtonEventArgs e) {    ...
TFS API Part 30 – Working With Queries
TFS API Part 30 – Working With Queries TFS 2010 comes with new abilities for Queries that allows you to define Hierarchy and Direct Links (Read More - Work Item Relations (Visual) ). This is the first post on that subject and this will show how to interact with TFS 2010 Queries – Filter, View and Create New using TFS 2010 API. Download Demo Project Step 1: Create Project and Add Reference Create an WPF/WinForm application and add the following references: using Microsoft.TeamFoundation.Client; using...
TFS 2010 - Red X on Work Items (TF51535)
TFS 2010 - Red X on Work Items (TF51535) I came across a very strange problem in Visual Studio 2010, for some strange reason one of the Users was unable to view Work Item in just Two project. Yes I’ve check permissions, clean cache and tested on a different computer but the same result each time. Microsoft Test Manager had the same problem and each time I tried to open the “Track” tab I got the following error: I’ve looked at the Window Event log(local machine) for errors but nothing, I checked the...
TFS API Part 24 – Get All Fields From TFS
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...
Microsoft Acquires Teamprise Assets
Microsoft Acquires Teamprise Assets “ Customers with Visual Studio 2010 Ultimate with MSDN also will receive the Teamprise Client Suite technology as part of their original subscription purchase. ” Microsoft Press Release - http://www.microsoft.com/presspass/press/2009/nov09/11-09TeamprisePR.mspx?rss_fdn=Press%20Releases Team Foundation Server, in combination with the Teamprise Client Suite technologies, will enable developers to use a single tool to overcome core development challenges, including...
VSTS 2010 – Work Item Relations (Visual)
VSTS 2010 – Work Item Relations (Visual) This is probably one of the biggest features coming in VSTS 2010 – Work Item Relations (Links). In VSTS 2008 I wrote couple of custom control to manage the relations between work item Example: Work Item Relation - Custom Control , but VSTS 2010 gives as this feature. Visual Relation is important and most in each development team, looking at work items and see the relations between those work items is a gift. So looking at team system Queries you will see a...