<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>stuartpreston.net &#187; ALM</title>
	<atom:link href="http://stuartpreston.net/blog/tag/alm/feed/" rel="self" type="application/rss+xml" />
	<link>http://stuartpreston.net/blog</link>
	<description>Blog of Stuart Preston</description>
	<lastBuildDate>Fri, 06 Apr 2012 22:46:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Report: 1st UK ALM User Group meeting</title>
		<link>http://stuartpreston.net/blog/2010/02/14/report-1st-uk-alm-user-group-meeting/</link>
		<comments>http://stuartpreston.net/blog/2010/02/14/report-1st-uk-alm-user-group-meeting/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 22:46:50 +0000</pubDate>
		<dc:creator>Stuart Preston</dc:creator>
				<category><![CDATA[ALM]]></category>
		<category><![CDATA[Application Lifecycle Management]]></category>
		<category><![CDATA[SDLC]]></category>
		<category><![CDATA[Software Development Lifecycle]]></category>
		<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[UKALMUG]]></category>
		<category><![CDATA[UK]]></category>
		<category><![CDATA[User Group]]></category>

		<guid isPermaLink="false">http://stuartpreston.net/blog/2010/02/14/report-1st-uk-alm-user-group-meeting/</guid>
		<description><![CDATA[The inaugural meeting of the UK ALM User Group was held on Thursday 11th February at Microsoft’s Cardinal Place offices near Victoria in London.  
The session was deliberately left with an open agenda, and after we had made our introductions we shared many anecdotes from our collective experiences with ALM, the discussion on the day [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The inaugural meeting of the UK ALM User Group was held on Thursday 11th February at Microsoft’s Cardinal Place offices near Victoria in London.  </strong></p>
<p>The session was deliberately left with an open agenda, and after we had made our introductions we shared many anecdotes from our collective experiences with ALM, the discussion on the day mainly focusing around people and process rather than the tools.</p>
<p>As the majority of people in the meeting were practitioners using Microsoft ALM tooling – there was widespread support for bringing in presenters on non-Microsoft ALM tools to ensure that the group kept abreast of the latest developments.</p>
<p>Some of the wider questions about the group included:<br />
– What is the vehicle for the UK ALM User Group message?<br />
– Should the UK ALM User Group have a “voice”? <br />
– How do we spread the word about ALM and ‘make it stick’. </p>
<p>Lessons learned were that we need to <strong>prioritise the topics</strong> and also <strong>timebox</strong> them!   Hopefully in future sessions this will be easier to achieve.</p>
<p>It was agreed that each member of the group should try and post a session topic to the User Group website (<a href="http://ukalmug.ning.com/forum/topics/discussion-topics-for-uk-alm)">http://ukalmug.ning.com/forum/topics/discussion-topics-for-uk-alm)</a>.  The most popular session topics will be determined and we can then find presenters for them. </p>
<p>There was also broad support for having the UK ALM User Group more regularly than the initially proposed (quarterly).  More details on this will follow soon.  <em>If anyone can recommend a bar or other venue in London with presentation facilities then please let me know. </em></p>
<p>Drinks, socialising and continuation of some of the discussions were then had at a local bar…</p>
<p><em>Thanks to Microsoft for providing the venue and for the enthusiastic attendees some of whom had travelled from out of London to come to the meeting.  Hope to see all of you and more at the next meeting.</em></p>
<p>Please remember to tag anything related to the user group on twitter with <a href="http://twitter.com/#search?q=%23ukalmug">#ukalmug</a>.  There is also a list of members on twitter at <a href="http://twitter.com/ukalmug/members">@ukalmug/members</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stuartpreston.net/blog/2010/02/14/report-1st-uk-alm-user-group-meeting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TFS2010 API: Retrieving a list of Process Templates on the server.</title>
		<link>http://stuartpreston.net/blog/2009/11/07/tfs2010-api-retrieving-a-list-of-process-templates-on-the-server/</link>
		<comments>http://stuartpreston.net/blog/2009/11/07/tfs2010-api-retrieving-a-list-of-process-templates-on-the-server/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 16:11:25 +0000</pubDate>
		<dc:creator>Stuart Preston</dc:creator>
				<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[ALM]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[TFS]]></category>
		<category><![CDATA[TFS2010]]></category>
		<category><![CDATA[TFS2010 Beta 2]]></category>
		<category><![CDATA[VS2010]]></category>

		<guid isPermaLink="false">http://stuartpreston.net/blog/?p=12</guid>
		<description><![CDATA[I thought I’d post some utility code that I’ve been playing with to retrieve information about the Process Templates available on a TFS 2010 instance.
As you can see from the code, each TeamProjectCollection has its own store of Process Templates (in TFS 2008 there was in effect a single “Project Collection”) so we need to [...]]]></description>
			<content:encoded><![CDATA[<p>I thought I’d post some utility code that I’ve been playing with to retrieve information about the Process Templates available on a TFS 2010 instance.</p>
<p>As you can see from the code, each TeamProjectCollection has its own store of Process Templates (in TFS 2008 there was in effect a single “Project Collection”) so we need to look through each collection to retrieve the templates that have been uploaded to it.</p>
<p>You’ll need references to Microsoft.TeamFoundation.dll, Microsoft.TeamFoundation.Client.dll, Microsoft.TeamFoundation.Common.dll.  On a machine with Visual Studio 2010 installed they should be found in C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ReferenceAssemblies\v2.0 <em>or</em> C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\ReferenceAssemblies\v2.0 depending on whether you have a 64-bit version of Windows or not.  You’ll also need to set the Target Framework to .NET Framework 3.5 as the assemblies required are in the v2 GAC.</p>
<p>This code will work against TFS2010 Beta 2 but is not guaranteed to work in the RTM.</p>
<pre class="csharpcode"><span class="kwrd">using</span> System;
<span class="kwrd">using</span> System.Collections.Generic;
<span class="kwrd">using</span> System.Text;
<span class="kwrd">using</span> Microsoft.TeamFoundation.Framework.Client;
<span class="kwrd">using</span> Microsoft.TeamFoundation.Framework.Common;
<span class="kwrd">using</span> Microsoft.TeamFoundation.Client;
<span class="kwrd">using</span> Microsoft.TeamFoundation.Server;

<span class="kwrd">namespace</span> TFSUtils
{
    <span class="kwrd">class</span> Program
    {
        <span class="kwrd">static</span> <span class="kwrd">void</span> Main(<span class="kwrd">string</span>[] args)
        {
            <span class="rem">//replace this with the URL to your TFS instance.</span>
            Uri tfsUri = <span class="kwrd">new</span> Uri(<span class="str">"http://sptfs02:8080/tfs"</span>);

            TeamFoundationApplicationInstance tfai = <span class="kwrd">new</span> TeamFoundationApplicationInstance(tfsUri, <span class="kwrd">new</span> UICredentialsProvider());
            tfai.EnsureAuthenticated();

            ITeamProjectCollectionService collectionService = tfai.GetService&lt;ITeamProjectCollectionService&gt;();
            IList&lt;TeamProjectCollection&gt; collections = collectionService.GetCollections();

            <span class="kwrd">foreach</span> (TeamProjectCollection collection <span class="kwrd">in</span> collections)
            {
                <span class="kwrd">if</span> (collection.State == TeamFoundationServiceHostStatus.Started)
                {
                    Console.WriteLine(String.Format(<span class="str">"\nCollection: {0}"</span>, collection.Name));
                    IProcessTemplates processTemplates = tfai.GetTeamFoundationServer(collection.Id).GetService&lt;IProcessTemplates&gt;();
                    TemplateHeader[] templateHeaders = processTemplates.TemplateHeaders();
                    <span class="kwrd">foreach</span> (TemplateHeader header <span class="kwrd">in</span> templateHeaders)
                    {
                        Console.WriteLine(String.Format(<span class="str">"\t{0} {1}"</span>, header.TemplateId, header.Name));
                    }
                }
            }

            Console.WriteLine(<span class="str">"\nPress any key to continue."</span>);
            Console.ReadKey();
        }
    }
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://stuartpreston.net/blog/2009/11/07/tfs2010-api-retrieving-a-list-of-process-templates-on-the-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

