Whom ever wrote this could have just left it !
-
Microsoft.TeamFoundation.Client; Microsoft.TeamFoundation.Framework.Client; Microsoft.TeamFoundation.Framework.Common; Microsoft.TeamFoundation.WorkItemTracking.Client; Microsoft.TeamFoundation.VersionControl.Client; These are the most ridiculously overly complicated undocumented assemblies I have ever seen , short of Sagem fingerprinting libraries. If you ever worked with these you will know what I am talking about I mean you pull a list of work items but you need to iterate them , and how do you iterate? , you have to get the ids and how do you get the ids ? you have to iterate them. Useless , if the guys who wrote this read this post If your mission was to make it a pineapple up the bum for 3rd parties to integrate into TFS, well mission accomplished ! I do like TFS Though :)
Chona1171 Web Developer (C#), Silverlight
-
Microsoft.TeamFoundation.Client; Microsoft.TeamFoundation.Framework.Client; Microsoft.TeamFoundation.Framework.Common; Microsoft.TeamFoundation.WorkItemTracking.Client; Microsoft.TeamFoundation.VersionControl.Client; These are the most ridiculously overly complicated undocumented assemblies I have ever seen , short of Sagem fingerprinting libraries. If you ever worked with these you will know what I am talking about I mean you pull a list of work items but you need to iterate them , and how do you iterate? , you have to get the ids and how do you get the ids ? you have to iterate them. Useless , if the guys who wrote this read this post If your mission was to make it a pineapple up the bum for 3rd parties to integrate into TFS, well mission accomplished ! I do like TFS Though :)
Chona1171 Web Developer (C#), Silverlight
So it's a rectal ananas comosus yet you still like it. You Saffers are weird.
speramus in juniperus
-
So it's a rectal ananas comosus yet you still like it. You Saffers are weird.
speramus in juniperus
Would that make it Ananals Comosus? Just askin'!
-
So it's a rectal ananas comosus yet you still like it. You Saffers are weird.
speramus in juniperus
-
Microsoft.TeamFoundation.Client; Microsoft.TeamFoundation.Framework.Client; Microsoft.TeamFoundation.Framework.Common; Microsoft.TeamFoundation.WorkItemTracking.Client; Microsoft.TeamFoundation.VersionControl.Client; These are the most ridiculously overly complicated undocumented assemblies I have ever seen , short of Sagem fingerprinting libraries. If you ever worked with these you will know what I am talking about I mean you pull a list of work items but you need to iterate them , and how do you iterate? , you have to get the ids and how do you get the ids ? you have to iterate them. Useless , if the guys who wrote this read this post If your mission was to make it a pineapple up the bum for 3rd parties to integrate into TFS, well mission accomplished ! I do like TFS Though :)
Chona1171 Web Developer (C#), Silverlight
-
TFS not the integration libs, at least its source control works nicely, ever worked with tortoise SVN ? thats a whole diferent size of pineapple
Chona1171 Web Developer (C#), Silverlight
I thought it was just me with tortoise SVN, some people here rave about it, others (myself included) rant at it. Cue the song the guy who sits opposite me came up with "Squash the tortoise, get the tortoise"... :)
-
Probably along the lines of
_for each workitem in workitemcollection_
:rolleyes: You could start here: Chapter 12 - Work Items Explained[^] Have a nice day now.......Dave Find Me On: Web|Facebook|Twitter|LinkedIn|GitHub
Folding Stats: Team CodeProject
hahahaha look at that , somebody did a Google search. Now why didnt I think of that :) Just 1 question if i may . did you actually try this or assume ? the compiler gives one a much less pleasing result when you try to enumerate
Chona1171 Web Developer (C#), Silverlight
-
I thought it was just me with tortoise SVN, some people here rave about it, others (myself included) rant at it. Cue the song the guy who sits opposite me came up with "Squash the tortoise, get the tortoise"... :)
Tortoise was fun it was 50% development , 50% fixing conflicts and a lot of praying hoping that no one used the merge feature. It did however force me to get familianr on how project files work , like when 2 devs work on the solution and one adds a new reference and the other one adds a new file :) aaah good times spending my saturdays fixing it becuase our manager wanted everything to be able to work clean and compiles traight from a SVN import :)
Chona1171 Web Developer (C#), Silverlight
-
hahahaha look at that , somebody did a Google search. Now why didnt I think of that :) Just 1 question if i may . did you actually try this or assume ? the compiler gives one a much less pleasing result when you try to enumerate
Chona1171 Web Developer (C#), Silverlight
I haven't actually tried this.......I did have a look at the class names though on the MSDN pages, and WorkItem, WorkItemCollection both exist, and represents the WorkItems located within a WorkItemStore. There are also your usual smattering of
getEnumerator
etc. so it is a good chance that my guess isn't far off the mark :)Dave Find Me On: Web|Facebook|Twitter|LinkedIn|GitHub
Folding Stats: Team CodeProject
-
I haven't actually tried this.......I did have a look at the class names though on the MSDN pages, and WorkItem, WorkItemCollection both exist, and represents the WorkItems located within a WorkItemStore. There are also your usual smattering of
getEnumerator
etc. so it is a good chance that my guess isn't far off the mark :)Dave Find Me On: Web|Facebook|Twitter|LinkedIn|GitHub
Folding Stats: Team CodeProject