Sign in
I blog, you blog, they blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Migration Toolkit
query
TFS
TSWA
work item tracking
work item type definition
Archive
Archives
April 2009
(1)
August 2007
(1)
July 2007
(2)
June 2007
(5)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
I blog, you blog, they blog
Introduction
Posted
over 6 years ago
by
abaturytski
1
Comments
A few words about me and about this blog. I am a developer at Microsoft; have been working here since 2000. I am a member of the Team Foundation Server team (client side of the work item tracking). I have been involved in development of things like work...
I blog, you blog, they blog
Effective TFS programming: querying
Posted
over 6 years ago
by
abaturytski
1
Comments
Querying in TFS is easy. You run a query specifying a filter; you walk through returned items performing certain actions on each returned item. Now after a few runs you start asking yourself: why is it so slow? Here are some non-obvious implementation...
I blog, you blog, they blog
Effective TFS programming: editing work items
Posted
over 6 years ago
by
abaturytski
1
Comments
There's not much optimization you can do when saving work items. But when your application updates multiple work items, consider submitting results in a single batch using WorkItemStore.BatchSave method. Here are some important notes about this method...
I blog, you blog, they blog
Using EMPTY rule in work item type definition.
Posted
over 6 years ago
by
abaturytski
1
Comments
It turned out that the article about EMPTY rule in work item type definition XML is incomplete. It doesn't say one very important thing: EMPTY rule not only clears content of the field, but also makes the field read only. If your work item type uses a...
I blog, you blog, they blog
Metadata Synchronization by the Migration Toolkit
Posted
over 6 years ago
by
abaturytski
1
Comments
There was some confusion regarding how the migration toolkit synchronizes work item tracking metadata between two systems, so I have decided to explain it a little bit. During every synchronization pass the toolkit calls non-TFS work item store's SynchronizeMetadata...
I blog, you blog, they blog
Memory usage in team system web application
Posted
over 4 years ago
by
abaturytski
1
Comments
Some important information for the Team System Web Access administrators. If your TSWA account does not have full permissions to the HKLM\SOFTWARE\Microsoft\VisualStudio\9.0\WorkItemTracking\Cache registry path, you may be wasting a lot of resources....
I blog, you blog, they blog
TF26201 and How to Deal With It
Posted
over 6 years ago
by
abaturytski
0
Comments
If you customize work item type definitions in TFS, you may have already encountered this error. Witimport works fine and imports your type with no errors; however, saving your work item gives you the following error: "TF26201: This work item has unsupported...
I blog, you blog, they blog
Team System MSDN Chat
Posted
over 6 years ago
by
abaturytski
0
Comments
Another MSDN chat is coming on 8/1/07. We will be holding two sessions: 10:00 AM - 11:00 AM and 4:00 PM - 5:00 PM. Times are in PST.
I blog, you blog, they blog
Migration Toolkit Tips and Tricks
Posted
over 6 years ago
by
abaturytski
0
Comments
Here's probably the most important thing everyone should know before using the migration toolkit : you must add accout the toolkit will be running under into the TFS Service Accounts group. Here's the command for doing that: tfssecurity.exe /server...
Page 1 of 1 (9 items)