<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:georss="http://www.georss.org/georss" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Ed Squared</title>
    <link>http://www.edsquared.com/</link>
    <description>The Ramblings of Two Microsoft .NET Developers and VSTS/TFS Guys --- "Yes, we are both named Ed."</description>
    <language>en-us</language>
    <copyright>Ed Blankenship and Ed Kisinger</copyright>
    <lastBuildDate>Mon, 09 Nov 2009 19:26:38 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.1.8102.813</generator>
    <managingEditor>edblankenship@gmail.com</managingEditor>
    <webMaster>edblankenship@gmail.com</webMaster>
    <geo:lat>32.800333</geo:lat><geo:long>-96.789529</geo:long><creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by/3.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/EdSquared" type="application/rss+xml" /><feedburner:emailServiceId>EdSquared</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=53190f81-5227-4bb4-9aa5-58f48c060052</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,53190f81-5227-4bb4-9aa5-58f48c060052.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,53190f81-5227-4bb4-9aa5-58f48c060052.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=53190f81-5227-4bb4-9aa5-58f48c060052</wfw:commentRss>
      
      <title>User Display Name Changes and New Attribute for Work Item Type Definitions in TFS 2010</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,53190f81-5227-4bb4-9aa5-58f48c060052.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/jYHfuTnCJvU/User+Display+Name+Changes+And+New+Attribute+For+Work+Item+Type+Definitions+In+TFS+2010.aspx</link>
      <pubDate>Mon, 09 Nov 2009 19:26:38 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
If you’ve had the responsibility of administering a TFS 2005 or TFS 2008 server you&#xD;
may have run in the “Display Name” problem before.  In March 2007, the TFS Work&#xD;
Item Tracking team put a great post together about what’s exactly going on and it’s&#xD;
available here:  &lt;a href="http://www.edsquared.com/ct.ashx?id=53190f81-5227-4bb4-9aa5-58f48c060052&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fteams_wit_tools%2farchive%2f2007%2f03%2f15%2fhandling-display-name-changes-in-team-foundation-server.aspx"&gt;http://blogs.msdn.com/teams_wit_tools/archive/2007/03/15/handling-display-name-changes-in-team-foundation-server.aspx&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Basically, in TFS work item types, you can specify a field to hold the name of a user&#xD;
like in the &lt;em&gt;Assigned To&lt;/em&gt; field.  The value that gets stored is basically&#xD;
just a string value of the person’s Display Name in Active Directory.  Not so&#xD;
bad except it’s not a strongly-typed object of a &lt;em&gt;user&lt;/em&gt; but is just a string. &#xD;
The problem comes when the user’s display name gets changed in Active Directory like&#xD;
when an employee gets married and take’s their spouse’s last name.  This causes&#xD;
a problem because all of the work items are still assigned to “Jane Doe” instead of&#xD;
“Jane NewLastName".  Even worse, “Jane Doe” is not even a valid user any longer&#xD;
so the work item becomes in an invalid state.  It’s kind of a maintenance nightmare.&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;strong&gt;Background&lt;/strong&gt;:  Every hour an Active Directory synchronization&#xD;
job gets queued up and processes changes to Active Directory like new users, group&#xD;
membership changes, etc.  TFS keeps a cache of AD locally to help with operations&#xD;
across several subsystems.  For users, it caches certain information like the&#xD;
primary e-mail address, display name, domain/user name, SID, distinguished name, etc.&#xD;
&lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
Thankfully there was something that helped us out available in the &lt;a href="http://www.edsquared.com/ct.ashx?id=53190f81-5227-4bb4-9aa5-58f48c060052&amp;amp;url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2fteamsystem%2fbb980963.aspx%23users" target="_blank"&gt;TFS&#xD;
Power Tools release&lt;/a&gt; called “TFS Users.”  You had to know about the display&#xD;
name change so working closely with your IT department was important.  Thankfully,&#xD;
it looks like TFS 2010 has added some abilities to notice those display name changes&#xD;
and proactively help you out within your system.  One of those changes is a new&#xD;
attribute in your work item type definitions that tells TFS which fields to automatically&#xD;
update.  I’ve bolded and underlined all of the changes from the previous default&#xD;
definition of the MSF Agile Bug.&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;pre class="code"&gt;&#xD;
            &lt;span style="color: blue"&gt;&amp;lt;&lt;/span&gt;&#xD;
            &lt;span style="color: #a31515"&gt;FIELD &lt;/span&gt;&#xD;
            &lt;span style="color: red"&gt;name&lt;/span&gt;&#xD;
            &lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;Assigned&#xD;
To&lt;/span&gt;" &lt;span style="color: red"&gt;refname&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;System.AssignedTo&lt;/span&gt;" &lt;span style="color: red"&gt;type&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;String&lt;/span&gt;" &lt;strong&gt;&lt;u&gt;&lt;span style="color: red"&gt;syncnamechanges&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;true&lt;/span&gt;"&lt;/u&gt;&lt;/strong&gt;&lt;span style="color: red"&gt;reportable&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;dimension&lt;/span&gt;"&lt;span style="color: blue"&gt;&amp;gt;&#xD;
&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515"&gt;VALIDUSER &lt;/span&gt;&lt;span style="color: blue"&gt;/&amp;gt;&#xD;
&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515"&gt;HELPTEXT&lt;/span&gt;&lt;span style="color: blue"&gt;&amp;gt;&lt;/span&gt;The&#xD;
person currently working on this bug&lt;span style="color: blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515"&gt;HELPTEXT&lt;/span&gt;&lt;span style="color: blue"&gt;&amp;gt;&#xD;
&amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515"&gt;FIELD&lt;/span&gt;&lt;span style="color: blue"&gt;&amp;gt;&#xD;
&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515"&gt;FIELD &lt;/span&gt;&lt;span style="color: red"&gt;name&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;Activated&#xD;
By&lt;/span&gt;" &lt;span style="color: red"&gt;refname&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;Microsoft.VSTS.Common.ActivatedBy&lt;/span&gt;" &lt;span style="color: red"&gt;type&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;String&lt;/span&gt;" &lt;strong&gt;&lt;u&gt;&lt;span style="color: red"&gt;syncnamechanges&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;true&lt;/span&gt;"&lt;/u&gt;&lt;/strong&gt;&lt;span style="color: red"&gt;reportable&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;dimension&lt;/span&gt;"&lt;span style="color: blue"&gt;&amp;gt;&#xD;
&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515"&gt;WHENNOTCHANGED &lt;/span&gt;&lt;span style="color: red"&gt;field&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;System.State&lt;/span&gt;"&lt;span style="color: blue"&gt;&amp;gt; &lt;strong&gt;&lt;u&gt;&amp;lt;&lt;/u&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="color: #a31515"&gt;&lt;strong&gt;&lt;u&gt;ALLOWEXISTINGVALUE &lt;/u&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="color: blue"&gt;&lt;strong&gt;&lt;u&gt;/&amp;gt;&lt;/u&gt;&lt;/strong&gt; &amp;lt;&lt;/span&gt;&lt;span style="color: #a31515"&gt;READONLY &lt;/span&gt;&lt;span style="color: blue"&gt;/&amp;gt;&#xD;
&amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515"&gt;WHENNOTCHANGED&lt;/span&gt;&lt;span style="color: blue"&gt;&amp;gt;&#xD;
&amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515"&gt;FIELD&lt;/span&gt;&lt;span style="color: blue"&gt;&amp;gt;&#xD;
&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515"&gt;FIELD &lt;/span&gt;&lt;span style="color: red"&gt;name&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;Changed&#xD;
By&lt;/span&gt;" &lt;span style="color: red"&gt;refname&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;System.ChangedBy&lt;/span&gt;" &lt;span style="color: red"&gt;type&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;String&lt;/span&gt;" &lt;strong&gt;&lt;u&gt;&lt;span style="color: red"&gt;syncnamechanges&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;true&lt;/span&gt;"&lt;/u&gt;&lt;/strong&gt;&lt;span style="color: red"&gt;reportable&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;dimension&lt;/span&gt;"&lt;span style="color: blue"&gt;&amp;gt; &lt;strong&gt;&lt;u&gt;&amp;lt;&lt;/u&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="color: #a31515"&gt;&lt;strong&gt;&lt;u&gt;ALLOWEXISTINGVALUE &lt;/u&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="color: blue"&gt;&lt;strong&gt;&lt;u&gt;/&amp;gt;&lt;/u&gt;&lt;/strong&gt; &amp;lt;&lt;/span&gt;&lt;span style="color: #a31515"&gt;VALIDUSER &lt;/span&gt;&lt;span style="color: blue"&gt;/&amp;gt;&#xD;
&amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515"&gt;FIELD&lt;/span&gt;&lt;span style="color: blue"&gt;&amp;gt;&#xD;
&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515"&gt;FIELD &lt;/span&gt;&lt;span style="color: red"&gt;name&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;Closed&#xD;
By&lt;/span&gt;" &lt;span style="color: red"&gt;refname&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;Microsoft.VSTS.Common.ClosedBy&lt;/span&gt;" &lt;span style="color: red"&gt;type&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;String&lt;/span&gt;" &lt;strong&gt;&lt;u&gt;&lt;span style="color: red"&gt;syncnamechanges&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;true&lt;/span&gt;"&lt;/u&gt;&lt;/strong&gt;&lt;span style="color: red"&gt;reportable&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;dimension&lt;/span&gt;"&lt;span style="color: blue"&gt;&amp;gt;&#xD;
&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515"&gt;WHENNOTCHANGED &lt;/span&gt;&lt;span style="color: red"&gt;field&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;System.State&lt;/span&gt;"&lt;span style="color: blue"&gt;&amp;gt; &lt;strong&gt;&lt;u&gt;&amp;lt;&lt;/u&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="color: #a31515"&gt;&lt;strong&gt;&lt;u&gt;ALLOWEXISTINGVALUE &lt;/u&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="color: blue"&gt;&lt;strong&gt;&lt;u&gt;/&amp;gt;&lt;/u&gt;&lt;/strong&gt; &amp;lt;&lt;/span&gt;&lt;span style="color: #a31515"&gt;READONLY &lt;/span&gt;&lt;span style="color: blue"&gt;/&amp;gt;&#xD;
&amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515"&gt;WHENNOTCHANGED&lt;/span&gt;&lt;span style="color: blue"&gt;&amp;gt;&#xD;
&amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515"&gt;FIELD&lt;/span&gt;&lt;span style="color: blue"&gt;&amp;gt;&#xD;
&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515"&gt;FIELD &lt;/span&gt;&lt;span style="color: red"&gt;name&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;Created&#xD;
By&lt;/span&gt;" &lt;span style="color: red"&gt;refname&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;System.CreatedBy&lt;/span&gt;" &lt;span style="color: red"&gt;type&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;String&lt;/span&gt;" &lt;strong&gt;&lt;u&gt;&lt;span style="color: red"&gt;syncnamechanges&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;true&lt;/span&gt;"&lt;/u&gt;&lt;/strong&gt;&lt;span style="color: red"&gt;reportable&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;dimension&lt;/span&gt;" &lt;span style="color: blue"&gt;/&amp;gt;&#xD;
&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515"&gt;FIELD &lt;/span&gt;&lt;span style="color: red"&gt;name&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;Authorized&#xD;
As&lt;/span&gt;" &lt;span style="color: red"&gt;refname&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;System.AuthorizedAs&lt;/span&gt;" &lt;span style="color: red"&gt;type&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;String&lt;/span&gt;" &lt;strong&gt;&lt;u&gt;&lt;span style="color: red"&gt;syncnamechanges&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;true&lt;/span&gt;"&lt;/u&gt;&lt;/strong&gt;&lt;span style="color: blue"&gt;/&amp;gt;&lt;br&gt;&lt;/span&gt;&lt;span style="color: blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515"&gt;FIELD &lt;/span&gt;&lt;span style="color: red"&gt;name&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;Resolved&#xD;
By&lt;/span&gt;" &lt;span style="color: red"&gt;refname&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;Microsoft.VSTS.Common.ResolvedBy&lt;/span&gt;" &lt;span style="color: red"&gt;type&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;String&lt;/span&gt;" &lt;strong&gt;&lt;u&gt;&lt;span style="color: red"&gt;syncnamechanges&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;true&lt;/span&gt;"&lt;/u&gt;&lt;/strong&gt;&lt;span style="color: red"&gt;reportable&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;dimension&lt;/span&gt;"&lt;span style="color: blue"&gt;&amp;gt;&#xD;
&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515"&gt;WHENNOTCHANGED &lt;/span&gt;&lt;span style="color: red"&gt;field&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;System.State&lt;/span&gt;"&lt;span style="color: blue"&gt;&amp;gt; &lt;strong&gt;&lt;u&gt;&amp;lt;&lt;/u&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="color: #a31515"&gt;&lt;strong&gt;&lt;u&gt;ALLOWEXISTINGVALUE &lt;/u&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="color: blue"&gt;&lt;strong&gt;&lt;u&gt;/&amp;gt;&lt;/u&gt;&lt;/strong&gt; &amp;lt;&lt;/span&gt;&lt;span style="color: #a31515"&gt;READONLY &lt;/span&gt;&lt;span style="color: blue"&gt;/&amp;gt;&#xD;
&amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515"&gt;WHENNOTCHANGED&lt;/span&gt;&lt;span style="color: blue"&gt;&amp;gt;&#xD;
&amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515"&gt;FIELD&lt;/span&gt;&lt;span style="color: blue"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=53190f81-5227-4bb4-9aa5-58f48c060052&amp;amp;url=http%3a%2f%2f11011.net%2fsoftware%2fvspaste"&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
If you have custom process templates or you have modified the out of the box process&#xD;
templates, you’ll have to do some maintenance to your existing team projects to light&#xD;
up the new TFS 2010 features available including the ability to automatically sync&#xD;
the name changes from Active Directory.  If you are using the MSF Agile template&#xD;
you will want to update the following fields:&#xD;
&lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
Assigned To&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Activated By&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Changed By&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Closed By&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Created By&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Authorized As&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Resolved By&lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;p&gt;&#xD;
For all other process templates, you’ll want to update the work item types that have&#xD;
fields that hold display name values.  There is actually some great information&#xD;
already available about this particular topic available in the MSDN Library:  &lt;a title="http://msdn.microsoft.com/en-us/library/dd286562(VS.100).aspx" href="http://www.edsquared.com/ct.ashx?id=53190f81-5227-4bb4-9aa5-58f48c060052&amp;amp;url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2flibrary%2fdd286562(VS.100).aspx"&gt;http://msdn.microsoft.com/en-us/library/dd286562(VS.100).aspx&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
One of the other things we notice from the changes are the addition of the &lt;a href="http://www.edsquared.com/ct.ashx?id=53190f81-5227-4bb4-9aa5-58f48c060052&amp;amp;url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2flibrary%2faa337642.aspx" target="_blank"&gt;ALLOWEXISTINGVALUE&lt;/a&gt; rule&#xD;
to some of the fields.  This rule allows a previously entered value to still&#xD;
be valid even if that value is no longer a valid value.  In addition, there are&#xD;
also some state/transition rule changes for allowing the existing value.  Be&#xD;
sure to do a &lt;em&gt;diff&lt;/em&gt; against your current work item type definition and the&#xD;
new MSF Agile work item type definitions to find all of the new changes.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
For more information about managing work item type fields in TFS, see this MSDN Library&#xD;
Article:  &lt;a href="http://www.edsquared.com/ct.ashx?id=53190f81-5227-4bb4-9aa5-58f48c060052&amp;amp;url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2flibrary%2fdd236909(VS.100).aspx"&gt;http://msdn.microsoft.com/en-us/library/dd236909(VS.100).aspx&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;Ed Blankenship&lt;/strong&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=53190f81-5227-4bb4-9aa5-58f48c060052"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/H-V5t0dAvmOED5cCooZL3xaBu1k/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/H-V5t0dAvmOED5cCooZL3xaBu1k/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/H-V5t0dAvmOED5cCooZL3xaBu1k/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/H-V5t0dAvmOED5cCooZL3xaBu1k/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=jYHfuTnCJvU:l97HScdr6bU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=jYHfuTnCJvU:l97HScdr6bU:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=jYHfuTnCJvU:l97HScdr6bU:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=jYHfuTnCJvU:l97HScdr6bU:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=jYHfuTnCJvU:l97HScdr6bU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?i=jYHfuTnCJvU:l97HScdr6bU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/jYHfuTnCJvU" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,53190f81-5227-4bb4-9aa5-58f48c060052.aspx</comments>
      <category>TFS</category>
      <category>VSTS</category>
      <category>VSTS Administering</category>
      <category>VSTS Process</category>
    <feedburner:origLink>http://www.edsquared.com/2009/11/09/User+Display+Name+Changes+And+New+Attribute+For+Work+Item+Type+Definitions+In+TFS+2010.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=a916f3b0-90f9-46ab-8593-d687c2e8ee3b</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,a916f3b0-90f9-46ab-8593-d687c2e8ee3b.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,a916f3b0-90f9-46ab-8593-d687c2e8ee3b.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=a916f3b0-90f9-46ab-8593-d687c2e8ee3b</wfw:commentRss>
      
      <title>TeamPrise Assets Purchased by Microsoft</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,a916f3b0-90f9-46ab-8593-d687c2e8ee3b.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/gatr-Vf0X3g/TeamPrise+Assets+Purchased+By+Microsoft.aspx</link>
      <pubDate>Mon, 09 Nov 2009 16:57:26 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
I don’t know how many times I’ve heard this suggestion from people:  “Microsoft&#xD;
should just buy &lt;a href="http://www.edsquared.com/ct.ashx?id=a916f3b0-90f9-46ab-8593-d687c2e8ee3b&amp;amp;url=http%3a%2f%2fwww.teamprise.com%2f" target="_blank"&gt;TeamPrise&lt;/a&gt; and&#xD;
make the Eclipse and non-Windows clients just part of the TFS product.”&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=a916f3b0-90f9-46ab-8593-d687c2e8ee3b&amp;amp;url=http%3a%2f%2fwww.microsoft.com%2fpathways%2fteamprise%2f" target="_blank"&gt;&#xD;
            &lt;img style="border-bottom: 0px; border-left: 0px; margin: 15px; display: inline; border-top: 0px; border-right: 0px" border="0" align="right" src="http://www.microsoft.com/pathways/teamprise/Images/Teamprise%20Pathways%20Logo%20HP_1.jpg"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
That day is finally here.  Microsoft has purchased the TeamPrise-related assets&#xD;
from SourceGear.  More details about the acquisition announcement are available&#xD;
at &lt;a href="http://www.edsquared.com/ct.ashx?id=a916f3b0-90f9-46ab-8593-d687c2e8ee3b&amp;amp;url=http%3a%2f%2fwww.microsoft.com%2fpresspass%2fpress%2f2009%2fnov09%2f11-09TeamprisePR.mspx" target="_blank"&gt;Microsoft’s&#xD;
PressPass site&lt;/a&gt; and also the &lt;a href="http://www.edsquared.com/ct.ashx?id=a916f3b0-90f9-46ab-8593-d687c2e8ee3b&amp;amp;url=http%3a%2f%2fwww.microsoft.com%2fpathways%2fteamprise%2fdefault.htm" target="_blank"&gt;Pathways&#xD;
site for TeamPrise and Visual Studio&lt;/a&gt;.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Also, in addition to purchasing the TeamPrise assets, Microsoft has also hired a majority&#xD;
of the development team including, most notably, &lt;a href="http://www.edsquared.com/ct.ashx?id=a916f3b0-90f9-46ab-8593-d687c2e8ee3b&amp;amp;url=http%3a%2f%2fwww.woodwardweb.com%2f" target="_blank"&gt;Martin&#xD;
Woodward&lt;/a&gt; who has been an absolutely fantastic part of the “Team System” MVP group. &#xD;
It will be really sad to see Martin leave the group (as of today) but something tells&#xD;
me that he won’t be hiding :)  Congratulations to him and the entire team!&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Now the one thing that i think people might be worried about will be what will happen&#xD;
to the future of the TeamPrise clients and will that development team be able to innovate&#xD;
as quickly as they had before?  I’m pretty sure the same “mission” will be in&#xD;
place and the team will be able to more closely leverage the other team members and&#xD;
assets within the Team Foundation Server product team.  As far as speed of innovation,&#xD;
that’s tough to tell.  Most other Microsoft products have tons of release requirements&#xD;
that slow them down such as localization, security reviews, etc.  All of which&#xD;
are great things but do end up slowing you down if you have to support those requirements. &#xD;
Who knows if the TeamPrise development team will have to support them?  My guess&#xD;
is that if they’re going to be part of the “Visual Studio” product line that they&#xD;
will have the very similar if not the same requirements as the rest of the stack. &#xD;
We will definitely see…  Another possible hang up is that Microsoft (specifically&#xD;
Developer Division) will have to learn how to sell &amp;amp; market a Java/non-Windows&#xD;
based product.  I can only imagine there will be some growing pains.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
As far as licensing, right now you’ll need to still purchase the TeamPrise clients&#xD;
and get support from TeamPrise directly.  A Microsoft-branded “TeamPrise” client&#xD;
will become available with the 2010 release.  If you own a current license of&#xD;
the TeamPrise 3.3 software it looks like you’ll be upgraded to the new version when&#xD;
it is released.  Also, if you own a Visual Studio 2010 Ultimate with MSDN license&#xD;
at the time you’ll get access to download the new clients from &lt;a href="http://www.edsquared.com/ct.ashx?id=a916f3b0-90f9-46ab-8593-d687c2e8ee3b&amp;amp;url=http%3a%2f%2fmsdn.microsoft.com%2fsubscriptions%2f" target="_blank"&gt;MSDN&#xD;
Subscriber Downloads&lt;/a&gt;.  After the 2010 release, it looks like there will be&#xD;
a new SKU available to be able to purchase just the new clients that will also include&#xD;
a CAL for Team Foundation Server that will run &lt;a href="http://www.edsquared.com/ct.ashx?id=a916f3b0-90f9-46ab-8593-d687c2e8ee3b&amp;amp;url=http%3a%2f%2fblogs.zdnet.com%2fmicrosoft%2f%3fp%3d4473" target="_blank"&gt;somewhere&#xD;
around $799 retail&lt;/a&gt;.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I’m excited about the decision and it looks like both &lt;a href="http://www.edsquared.com/ct.ashx?id=a916f3b0-90f9-46ab-8593-d687c2e8ee3b&amp;amp;url=http%3a%2f%2fwww.woodwardweb.com%2fteamprise%2fa_new_chapter_f.html" target="_blank"&gt;Martin&lt;/a&gt; and &lt;a href="http://www.edsquared.com/ct.ashx?id=a916f3b0-90f9-46ab-8593-d687c2e8ee3b&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fbharry%2farchive%2f2009%2f11%2f09%2fmicrosoft-has-acquired-the-teamprise-client-suite.aspx" target="_blank"&gt;Brian&#xD;
Harry&lt;/a&gt; are as well.  I’m excited to see the platform broaden and truly support&#xD;
teams who have heterogeneous development environments!&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;Ed Blankenship&lt;/strong&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=a916f3b0-90f9-46ab-8593-d687c2e8ee3b"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/3MXyqAl7y9kGRuskLL9sZDNZscw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3MXyqAl7y9kGRuskLL9sZDNZscw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/3MXyqAl7y9kGRuskLL9sZDNZscw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3MXyqAl7y9kGRuskLL9sZDNZscw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=gatr-Vf0X3g:RO0lGJesREA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=gatr-Vf0X3g:RO0lGJesREA:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=gatr-Vf0X3g:RO0lGJesREA:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=gatr-Vf0X3g:RO0lGJesREA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=gatr-Vf0X3g:RO0lGJesREA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?i=gatr-Vf0X3g:RO0lGJesREA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/gatr-Vf0X3g" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,a916f3b0-90f9-46ab-8593-d687c2e8ee3b.aspx</comments>
      <category>TFS</category>
      <category>Tools &amp; Toys</category>
      <category>VSTS</category>
      <category>VSTS Administering</category>
    <feedburner:origLink>http://www.edsquared.com/2009/11/09/TeamPrise+Assets+Purchased+By+Microsoft.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=cd8ed837-c00d-49bb-a4bc-0d860cd4b0f4</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,cd8ed837-c00d-49bb-a4bc-0d860cd4b0f4.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,cd8ed837-c00d-49bb-a4bc-0d860cd4b0f4.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=cd8ed837-c00d-49bb-a4bc-0d860cd4b0f4</wfw:commentRss>
      
      <title>Test Case Migration Tool for TFS 2010 and Excel</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,cd8ed837-c00d-49bb-a4bc-0d860cd4b0f4.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/RX_6UYk5Ocw/Test+Case+Migration+Tool+For+TFS+2010+And+Excel.aspx</link>
      <pubDate>Tue, 03 Nov 2009 16:24:54 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
Looks like there is a new migration tool being made available that helps you with&#xD;
importing test cases into TFS 2010 which now has Test Case Management as one of it’s&#xD;
new features.  It’s now available on CodePlex and works with the Beta 2 release. &#xD;
Here’s some of the features available:&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
Imports Test case information (along with Test Steps) present in Excel into TCM/TFS&#xD;
server – Note: This is &lt;i&gt;ONE&lt;/i&gt; way migration only &#xD;
&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Provides a wizard based UI to run the tool one file at a time &#xD;
&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Provides a command line support to run the tool in a batch mode &#xD;
&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Allows you to save your selections/configurations into a mappings file to be reused&#xD;
later &#xD;
&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Default mapping file that works across both Agile based and CMMI based projects are&#xD;
shipped along with the tool&lt;/li&gt;&#xD;
          &lt;/ul&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a title="http://tcmimport.codeplex.com/" href="http://www.edsquared.com/ct.ashx?id=cd8ed837-c00d-49bb-a4bc-0d860cd4b0f4&amp;amp;url=http%3a%2f%2ftcmimport.codeplex.com%2f"&gt;http://tcmimport.codeplex.com/&lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I believe some systems allow you to export your test cases into Excel (HP Quality&#xD;
Center?) so this might be a good migration option.  You can also use the TFS&#xD;
2010 SDK to build a custom migration utility that will import from another system&#xD;
without having to go through Excel at first.  Take a look at it and see if it&#xD;
might be helpful for you!&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;Ed Blankenship&lt;/strong&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=cd8ed837-c00d-49bb-a4bc-0d860cd4b0f4"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/tEnAaxAYibtj8dU19sRWfG1ZY9o/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tEnAaxAYibtj8dU19sRWfG1ZY9o/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/tEnAaxAYibtj8dU19sRWfG1ZY9o/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tEnAaxAYibtj8dU19sRWfG1ZY9o/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=RX_6UYk5Ocw:u43wLCoQIFk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=RX_6UYk5Ocw:u43wLCoQIFk:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=RX_6UYk5Ocw:u43wLCoQIFk:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=RX_6UYk5Ocw:u43wLCoQIFk:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=RX_6UYk5Ocw:u43wLCoQIFk:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?i=RX_6UYk5Ocw:u43wLCoQIFk:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/RX_6UYk5Ocw" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,cd8ed837-c00d-49bb-a4bc-0d860cd4b0f4.aspx</comments>
      <category>TFS</category>
      <category>VSTS</category>
      <category>VSTS Administering</category>
      <category>VSTS Testing</category>
    <feedburner:origLink>http://www.edsquared.com/2009/11/03/Test+Case+Migration+Tool+For+TFS+2010+And+Excel.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=28ec610b-e259-4370-a153-f7b376758eea</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,28ec610b-e259-4370-a153-f7b376758eea.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,28ec610b-e259-4370-a153-f7b376758eea.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=28ec610b-e259-4370-a153-f7b376758eea</wfw:commentRss>
      
      <title>Survey for Visual Studio and Team Foundation Server 2010 Beta 2</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,28ec610b-e259-4370-a153-f7b376758eea.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/pSBkwv7t2uw/Survey+For+Visual+Studio+And+Team+Foundation+Server+2010+Beta+2.aspx</link>
      <pubDate>Thu, 29 Oct 2009 21:59:15 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
Over the past two weeks, I’ve really been hitting VS &amp;amp; TFS 2010 Beta 2 pretty&#xD;
hard.  I’ve found a few things and used &lt;a href="http://www.edsquared.com/ct.ashx?id=28ec610b-e259-4370-a153-f7b376758eea&amp;amp;url=http%3a%2f%2fconnect.microsoft.com" target="_blank"&gt;Connect&lt;/a&gt; to&#xD;
report some suggestions &amp;amp; problems that I’ve found.  The product teams have&#xD;
been very active about responding to each of them and it’s been a very pleasant experience.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
It looks like the product team wants even more feedback from everyone so if you could&#xD;
head over to the &lt;a href="http://www.edsquared.com/ct.ashx?id=28ec610b-e259-4370-a153-f7b376758eea&amp;amp;url=https%3a%2f%2fmscuillume.smdisp.net%2fCollector%2fSurvey.ashx%3fName%3dD10G1" target="_blank"&gt;2010&#xD;
Beta 2 Survey&lt;/a&gt; and give your feedback, I know it will be greatly appreciated. &#xD;
It’s pretty quick and easy with about 11 questions and about 3 optional free-fill&#xD;
questions that you can type longer responses in.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=28ec610b-e259-4370-a153-f7b376758eea&amp;amp;url=https%3a%2f%2fmscuillume.smdisp.net%2fCollector%2fSurvey.ashx%3fName%3dD10G1"&gt;&#xD;
            &lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Visual Studio 2010 Beta 2 Logo Feedback" border="0" alt="Visual Studio 2010 Beta 2 Logo Feedback" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/SurveyforVisualStudioandTeamFoundationSe_FC57/clip_image002_bf2667a1-9861-439f-803e-653292bf838a.gif" width="240" height="123"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;Ed Blankenship&lt;/strong&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=28ec610b-e259-4370-a153-f7b376758eea"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/LD1CAKfBzjeXjw2I1py-wlfoODg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/LD1CAKfBzjeXjw2I1py-wlfoODg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/LD1CAKfBzjeXjw2I1py-wlfoODg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/LD1CAKfBzjeXjw2I1py-wlfoODg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=pSBkwv7t2uw:9RCCZAJsDn0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=pSBkwv7t2uw:9RCCZAJsDn0:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=pSBkwv7t2uw:9RCCZAJsDn0:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=pSBkwv7t2uw:9RCCZAJsDn0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=pSBkwv7t2uw:9RCCZAJsDn0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?i=pSBkwv7t2uw:9RCCZAJsDn0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/pSBkwv7t2uw" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,28ec610b-e259-4370-a153-f7b376758eea.aspx</comments>
      <category>Community</category>
      <category>TFS</category>
      <category>VSTS</category>
    <feedburner:origLink>http://www.edsquared.com/2009/10/29/Survey+For+Visual+Studio+And+Team+Foundation+Server+2010+Beta+2.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=91326d2c-38cc-4c4e-810c-244c86ea7524</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,91326d2c-38cc-4c4e-810c-244c86ea7524.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,91326d2c-38cc-4c4e-810c-244c86ea7524.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=91326d2c-38cc-4c4e-810c-244c86ea7524</wfw:commentRss>
      <slash:comments>3</slash:comments>
      
      <title>What is Team Foundation Server and Why Would I Use It?</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,91326d2c-38cc-4c4e-810c-244c86ea7524.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/fw7SlsbHNaU/What+Is+Team+Foundation+Server+And+Why+Would+I+Use+It.aspx</link>
      <pubDate>Thu, 22 Oct 2009 03:18:32 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
I get this question a lot.  People often wonder what Team Foundation Server (TFS)&#xD;
is and why would you use it?  I read a &lt;a href="http://www.edsquared.com/ct.ashx?id=91326d2c-38cc-4c4e-810c-244c86ea7524&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fjasonz%2farchive%2f2009%2f10%2f21%2ftutorial-getting-started-with-tfs-in-vs2010.aspx" target="_blank"&gt;blog&#xD;
post earlier today from Jason Zander&lt;/a&gt; who has the best explanation of TFS that&#xD;
I know.  Also, he hits the nail on the head about the “well, can’t I just integrate&#xD;
all these other systems together?”  I love the analogy he uses (emphasis added:)&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;First let’s talk about “why TFS?”  The goal of &lt;/em&gt;&#xD;
            &lt;a href="http://www.edsquared.com/ct.ashx?id=91326d2c-38cc-4c4e-810c-244c86ea7524&amp;amp;url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2fteamsystem%2fdd408382.aspx"&gt;&#xD;
              &lt;em&gt;Team&#xD;
Foundation Server&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt; is to create a central repository with a set of tools&#xD;
that make it really easy to collaborate between roles.  You could try to stitch&#xD;
together multiple disparate systems as follows:&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;a href="http://www.edsquared.com/ct.ashx?id=91326d2c-38cc-4c4e-810c-244c86ea7524&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fblogfiles%2fjasonz%2fWindowsLiveWriter%2fVS2010TFSTutorial_A94C%2fimage1.png"&gt;&#xD;
              &lt;em&gt;&#xD;
                &lt;img title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/jasonz/WindowsLiveWriter/VS2010TFSTutorial_A94C/image1_thumb.png" width="562" height="246"&gt;&lt;/img&gt;&#xD;
              &lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;In this case each system has its own storage, own set of identity for assets,&#xD;
own commands and tools.  &lt;strong&gt;Getting this going is like trying to hook up&#xD;
a set of custom stereo components:  you can pull it off but it’s going to be&#xD;
a lot of work and you are missing out on some stuff.&lt;/strong&gt;&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;What I’d rather have is a system which can integrate these items together and&#xD;
then enable my default work flow through the system:&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;a href="http://www.edsquared.com/ct.ashx?id=91326d2c-38cc-4c4e-810c-244c86ea7524&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fblogfiles%2fjasonz%2fWindowsLiveWriter%2fVS2010TFSTutorial_A94C%2fimage10.png"&gt;&#xD;
              &lt;em&gt;&#xD;
                &lt;img title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/jasonz/WindowsLiveWriter/VS2010TFSTutorial_A94C/image10_thumb.png" width="358" height="251"&gt;&lt;/img&gt;&#xD;
              &lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
          &lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
Even better, with TFS 2010 you get the opportunity to add even more pieces to the&#xD;
ALM puzzle under one roof:&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;img alt="image" src="http://blogs.msdn.com/blogfiles/jasonz/WindowsLiveWriter/VS2010TFSTutorial_A94C/image14_thumb.png"&gt;&lt;/img&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
A good Application Lifecycle Management (ALM) system has all of these systems integrated&#xD;
together and linked to provide you as much transparency, traceability, and metrics&#xD;
available about the relationships between the artifacts in those systems.  TFS&#xD;
is the best system available today that has all of that built together.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;Ed Blankenship&lt;/strong&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=91326d2c-38cc-4c4e-810c-244c86ea7524"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/oL8KhFMzYlc7TqqNUDvd4v8Fv14/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/oL8KhFMzYlc7TqqNUDvd4v8Fv14/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/oL8KhFMzYlc7TqqNUDvd4v8Fv14/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/oL8KhFMzYlc7TqqNUDvd4v8Fv14/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=fw7SlsbHNaU:8IGOqQKd9mY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=fw7SlsbHNaU:8IGOqQKd9mY:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=fw7SlsbHNaU:8IGOqQKd9mY:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=fw7SlsbHNaU:8IGOqQKd9mY:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=fw7SlsbHNaU:8IGOqQKd9mY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?i=fw7SlsbHNaU:8IGOqQKd9mY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/fw7SlsbHNaU" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,91326d2c-38cc-4c4e-810c-244c86ea7524.aspx</comments>
      <category>TFS</category>
      <category>VSTS</category>
    <feedburner:origLink>http://www.edsquared.com/2009/10/22/What+Is+Team+Foundation+Server+And+Why+Would+I+Use+It.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=70ce39ca-41bc-4686-9bb7-a880f4f7e8c7</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,70ce39ca-41bc-4686-9bb7-a880f4f7e8c7.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,70ce39ca-41bc-4686-9bb7-a880f4f7e8c7.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=70ce39ca-41bc-4686-9bb7-a880f4f7e8c7</wfw:commentRss>
      
      <title>Visual Studio and Team Foundation Server 2010 Beta Available for Download</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,70ce39ca-41bc-4686-9bb7-a880f4f7e8c7.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/zYuhgJNylsc/Visual+Studio+And+Team+Foundation+Server+2010+Beta+Available+For+Download.aspx</link>
      <pubDate>Thu, 22 Oct 2009 03:01:01 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;img src="http://kxacog.blu.livefilestore.com/y1pkebgoBa6pln05efVyO3ftfvmzg8FUza_tCwAnDTymMKOFnXFMxAuZ8w61ZLwBY-gfnqD1Jw9wdsu2gHh0vDumg/VisualStudio.jpg"&gt;&lt;/img&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
If you missed the news on Monday, &lt;a href="http://www.edsquared.com/ct.ashx?id=70ce39ca-41bc-4686-9bb7-a880f4f7e8c7&amp;amp;url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2fvstudio%2fdd582936.aspx" target="_blank"&gt;Visual&#xD;
Studio 2010 and Team Foundation Server 2010 Beta 2 are available to download&lt;/a&gt; by&#xD;
both &lt;a href="http://www.edsquared.com/ct.ashx?id=70ce39ca-41bc-4686-9bb7-a880f4f7e8c7&amp;amp;url=http%3a%2f%2fmsdn.microsoft.com%2fsubscriptions" target="_blank"&gt;MSDN&#xD;
Subscribers&lt;/a&gt; and everyone else in the world!  This is really huge!  Beta&#xD;
2 has already been a really solid release since I first downloaded and installed it. &#xD;
The performance of the new WPF-based IDE has been dramatically improved from earlier&#xD;
builds.&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;strong&gt;Visual Studio&lt;/strong&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;a href="http://www.edsquared.com/ct.ashx?id=70ce39ca-41bc-4686-9bb7-a880f4f7e8c7&amp;amp;url=http%3a%2f%2fgo.microsoft.com%2ffwlink%2f%3fLinkID%3d165572"&gt;Visual&#xD;
Studio 2010 Ultimate (.ISO)&lt;/a&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;a href="http://www.edsquared.com/ct.ashx?id=70ce39ca-41bc-4686-9bb7-a880f4f7e8c7&amp;amp;url=http%3a%2f%2fgo.microsoft.com%2ffwlink%2f%3fLinkID%3d165569"&gt;Visual&#xD;
Studio 2010 Premium (.ISO)&lt;/a&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;a href="http://www.edsquared.com/ct.ashx?id=70ce39ca-41bc-4686-9bb7-a880f4f7e8c7&amp;amp;url=http%3a%2f%2fgo.microsoft.com%2ffwlink%2f%3fLinkID%3d165567"&gt;Visual&#xD;
Studio 2010 Professional (.ISO)&lt;/a&gt;&#xD;
            &lt;/li&gt;&#xD;
          &lt;/ul&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;strong&gt;Visual Studio Extensibility&lt;/strong&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;a href="http://www.edsquared.com/ct.ashx?id=70ce39ca-41bc-4686-9bb7-a880f4f7e8c7&amp;amp;url=http%3a%2f%2fgo.microsoft.com%2ffwlink%2f%3fLinkID%3d165597"&gt;Visual&#xD;
Studio 2010 SDK (.EXE)&lt;/a&gt;&#xD;
            &lt;/li&gt;&#xD;
          &lt;/ul&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;strong&gt;.NET Framework&lt;/strong&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;a href="http://www.edsquared.com/ct.ashx?id=70ce39ca-41bc-4686-9bb7-a880f4f7e8c7&amp;amp;url=http%3a%2f%2fgo.microsoft.com%2ffwlink%2f%3fLinkID%3d165587"&gt;.NET&#xD;
Framework 4 (redistributable .EXE)&lt;/a&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;a href="http://www.edsquared.com/ct.ashx?id=70ce39ca-41bc-4686-9bb7-a880f4f7e8c7&amp;amp;url=http%3a%2f%2fgo.microsoft.com%2ffwlink%2f%3fLinkID%3d165594"&gt;.NET&#xD;
Framework 4 Client Profile (redistributable .EXE)&lt;/a&gt;&#xD;
            &lt;/li&gt;&#xD;
          &lt;/ul&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;strong&gt;Team Foundation Server&lt;/strong&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;a href="http://www.edsquared.com/ct.ashx?id=70ce39ca-41bc-4686-9bb7-a880f4f7e8c7&amp;amp;url=http%3a%2f%2fgo.microsoft.com%2ffwlink%2f%3fLinkID%3d165580"&gt;Visual&#xD;
Studio Team Foundation Server (.ISO)&lt;/a&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;a href="http://www.edsquared.com/ct.ashx?id=70ce39ca-41bc-4686-9bb7-a880f4f7e8c7&amp;amp;url=http%3a%2f%2fgo.microsoft.com%2ffwlink%2f%3fLinkID%3d165583"&gt;Visual&#xD;
Studio Team Explorer (.ISO)&lt;/a&gt;&#xD;
            &lt;/li&gt;&#xD;
          &lt;/ul&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;strong&gt;Test Products&lt;/strong&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;a href="http://www.edsquared.com/ct.ashx?id=70ce39ca-41bc-4686-9bb7-a880f4f7e8c7&amp;amp;url=http%3a%2f%2fgo.microsoft.com%2ffwlink%2f%3fLinkID%3d165576"&gt;Visual&#xD;
Studio Test Elements (.ISO)&lt;/a&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;a href="http://www.edsquared.com/ct.ashx?id=70ce39ca-41bc-4686-9bb7-a880f4f7e8c7&amp;amp;url=http%3a%2f%2fgo.microsoft.com%2ffwlink%2f%3fLinkID%3d165579"&gt;Visual&#xD;
Studio Team Lab Management&lt;/a&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;a href="http://www.edsquared.com/ct.ashx?id=70ce39ca-41bc-4686-9bb7-a880f4f7e8c7&amp;amp;url=http%3a%2f%2fgo.microsoft.com%2ffwlink%2f%3fLinkID%3d165574"&gt;Visual&#xD;
Studio Team Agents (.ISO)&lt;/a&gt;&#xD;
            &lt;/li&gt;&#xD;
          &lt;/ul&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;strong&gt;Express&lt;/strong&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;a href="http://www.edsquared.com/ct.ashx?id=70ce39ca-41bc-4686-9bb7-a880f4f7e8c7&amp;amp;url=http%3a%2f%2fgo.microsoft.com%2ffwlink%2f%3fLinkID%3d167868"&gt;Visual&#xD;
Basic Express (.EXE)&lt;/a&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;a href="http://www.edsquared.com/ct.ashx?id=70ce39ca-41bc-4686-9bb7-a880f4f7e8c7&amp;amp;url=http%3a%2f%2fgo.microsoft.com%2ffwlink%2f%3fLinkID%3d167871"&gt;Visual&#xD;
C++ Express (.EXE)&lt;/a&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;a href="http://www.edsquared.com/ct.ashx?id=70ce39ca-41bc-4686-9bb7-a880f4f7e8c7&amp;amp;url=http%3a%2f%2fgo.microsoft.com%2ffwlink%2f%3fLinkID%3d167872"&gt;Visual&#xD;
C# Express (.EXE)&lt;/a&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;a href="http://www.edsquared.com/ct.ashx?id=70ce39ca-41bc-4686-9bb7-a880f4f7e8c7&amp;amp;url=http%3a%2f%2fgo.microsoft.com%2ffwlink%2f%3fLinkID%3d167874"&gt;Visual&#xD;
Web Developer Express (.EXE)&lt;/a&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;a href="http://www.edsquared.com/ct.ashx?id=70ce39ca-41bc-4686-9bb7-a880f4f7e8c7&amp;amp;url=http%3a%2f%2fgo.microsoft.com%2ffwlink%2f%3fLinkID%3d167878"&gt;Express&#xD;
Combo DVD (.ISO)&lt;/a&gt; (includes all four Express installs)&lt;/li&gt;&#xD;
          &lt;/ul&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
There was also a ton of news coming out ranging from Licensing and SKU changes, the&#xD;
launch data for the 2010 release (which is March 22, 2010,) what you get upgraded&#xD;
to if you have an active MSDN Subscription on a launch day, and a whole bunch of great&#xD;
things!  I’m really excited about this 2010 release wave.  There’s a ton&#xD;
of great stuff designed to make everyone’s life that much easier when they’re developing,&#xD;
testing, and building applications.&#xD;
&lt;/p&gt;&#xD;
        &lt;h3&gt;“Go-Live” License&#xD;
&lt;/h3&gt;&#xD;
        &lt;p&gt;&#xD;
One of the great things about the Beta 2 release is that Microsoft has announced that&#xD;
you can use Beta 2 in production environments and also to build production applications. &#xD;
This “go-live” license includes .NET 4.0, Visual Studio 2010, and Team Foundation&#xD;
Server 2010.  &lt;a href="http://www.edsquared.com/ct.ashx?id=70ce39ca-41bc-4686-9bb7-a880f4f7e8c7&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fjeffbe%2farchive%2f2009%2f10%2f19%2fgoing-live-with-visual-studio-2010-beta-2.aspx" target="_blank"&gt;Jeff&#xD;
Beehler blogged earlier about what “go-live” actually means&lt;/a&gt; so be sure to read&#xD;
through it closely.  Beta 2 is a very solid Visual Studio and TFS build. &#xD;
However, there is always some risk with upgrading production environments using Beta&#xD;
software.  Be sure you understand the risks before taking the plunge.  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I’d suggest that if you are able to take the risk that you upgrade to both Visual&#xD;
Studio 2010 and TFS 2010 Beta 2 as soon as you can.  Remember that even if you&#xD;
don’t want to run .NET 4 for your production applications, you can still use Visual&#xD;
Studio 2010 to edit solutions/projects that target .NET 3.5, .NET 3.0, and .NET 2.0!&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
If you’re not able to take the risk to “go-live” during the Beta 2 timeframe then&#xD;
I would definitely suggest that you begin you testing &amp;amp; evaluation process now&#xD;
using the Beta 2 build.  You’re able to test out the upgrade process from your&#xD;
TFS 2008 databases and discover any possible hang-ups during the upgrade process.&#xD;
(I personally haven’t had any for the servers that I have upgraded but you never know!) &#xD;
By getting your planning &amp;amp; testing done now, you’re in a better position to upgrade&#xD;
when TFS 2010 is released at the beginning of the year.  Another thing you could&#xD;
do to get ready is be sure that you’ve upgraded any prerequisites.  For example,&#xD;
even while you are running TFS 2008 you can upgrade your SQL Server instance to 2008&#xD;
and upgrade your Windows SharePoint Services install to WSS 3.0.  Using SQL Server&#xD;
2005 or WSS 2.0 is not supported in TFS 2010 so this will just make things a ton easier&#xD;
for you when it actually is time to upgrade.&#xD;
&lt;/p&gt;&#xD;
        &lt;h3&gt;Launch Date vs RTM&#xD;
&lt;/h3&gt;&#xD;
        &lt;p&gt;&#xD;
I mentioned about that the launch date was announced for March 22, 2010.  However,&#xD;
launch doesn’t necessarily mean Release to Manufacturing (RTM.)  Products usually&#xD;
RTM before launch day but there have been a few exceptions.  For example, SQL&#xD;
Server 2008 RTM’d much later than it’s launch date :)  Hopefully that never happens&#xD;
again.  What’s great about RTM is that if you’re an active MSDN subscriber, you&#xD;
usually get access to download the final build shortly after RTM based on past releases&#xD;
of products.  Launch day for Windows 7 is tomorrow but RTM was earlier this summer&#xD;
and MSDN Subscribers have had access since August 6, 2009.  (This does not mean&#xD;
in any way that there will be that much lead time for the Visual Studio 2010 release…&#xD;
I’d say it’s probably very unlikely!)&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
There’s really a lot of news to process so I’ll be posting some articles next week&#xD;
that goes into detail about several of them.  If there’s anything in particular&#xD;
that you’re not quite sure of, feel free to contact me or leave me a comment about&#xD;
something that needs more information.  In the meantime, please do help out by&#xD;
making this the best Visual Studio release ever.  If you find a bug or think&#xD;
a scenario could be improved (be reasonable) be sure to log it at the &lt;a href="http://www.edsquared.com/ct.ashx?id=70ce39ca-41bc-4686-9bb7-a880f4f7e8c7&amp;amp;url=http%3a%2f%2fconnect.microsoft.com" target="_blank"&gt;Microsoft&#xD;
Connect&lt;/a&gt; site.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Take care and have fun,&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;Ed Blankenship&lt;/strong&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=70ce39ca-41bc-4686-9bb7-a880f4f7e8c7"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/PT4inQkdEHXfC126QntLABu7cMU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PT4inQkdEHXfC126QntLABu7cMU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/PT4inQkdEHXfC126QntLABu7cMU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PT4inQkdEHXfC126QntLABu7cMU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=zYuhgJNylsc:r12KlgsVsNE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=zYuhgJNylsc:r12KlgsVsNE:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=zYuhgJNylsc:r12KlgsVsNE:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=zYuhgJNylsc:r12KlgsVsNE:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=zYuhgJNylsc:r12KlgsVsNE:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?i=zYuhgJNylsc:r12KlgsVsNE:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/zYuhgJNylsc" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,70ce39ca-41bc-4686-9bb7-a880f4f7e8c7.aspx</comments>
      <category>News Flash</category>
      <category>TFS</category>
      <category>VSTS</category>
    <feedburner:origLink>http://www.edsquared.com/2009/10/22/Visual+Studio+And+Team+Foundation+Server+2010+Beta+Available+For+Download.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=8ef8fcaf-15cf-4e98-8889-576e2ce3955d</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,8ef8fcaf-15cf-4e98-8889-576e2ce3955d.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,8ef8fcaf-15cf-4e98-8889-576e2ce3955d.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=8ef8fcaf-15cf-4e98-8889-576e2ce3955d</wfw:commentRss>
      
      <title>Test Categories and Running a Subset of Tests in Team Foundation Server 2010</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,8ef8fcaf-15cf-4e98-8889-576e2ce3955d.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/quZFtmu7WEc/Test+Categories+And+Running+A+Subset+Of+Tests+In+Team+Foundation+Server+2010.aspx</link>
      <pubDate>Fri, 25 Sep 2009 15:10:32 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;Disclaimer:  I’m writing this at a time when only Beta 1 is available for&#xD;
Visual Studio Team System 2010 so the information may have changed by the time it&#xD;
has been released.  I have included links to the relevant MSDN articles which &lt;u&gt;should&lt;/u&gt; remain&#xD;
valid after release time so just double-check.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
This small little additional feature is actually one that I have been looking forward&#xD;
to for a long time.  In Visual Studio Team System and Team Foundation Server&#xD;
2010, you will now be able to limit your test runs to specific test categories with&#xD;
a new command-line option on MSTest.exe and therefore in Team Build 2010 which calls&#xD;
MSTest.exe automatically for you.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Back in the day… You would need to create test lists (.VSMDI files) in VSTS 2005 and&#xD;
VSTS 2008 to basically “categorize” your automated unit tests by putting them into&#xD;
different lists.  One handy thing about them is that the lists could be hierarchical&#xD;
which helps out at build time.  When you wanted to run a specific subset of tests&#xD;
either locally using MSTest.exe or in Team Build, you would just specify the .VSMDI&#xD;
file to use and then the test list you wanted to run.  Not too bad, but it’s&#xD;
a pain to keep up with those test lists.  Serious pain.  However, the thing&#xD;
that I hated absolutely most about them is that you could only edit the .VSDMI files&#xD;
if you purchased Visual Studio Team Suite or the Tester Edition.  So that means&#xD;
that if you have just the VSTS Developer Edition then you are pretty much out of luck. &#xD;
For most places that I have seen, it’s usually the developers maintaining those test&#xD;
list files not the testers.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
For this reason I actually prefer and will be recommending the Test Container and&#xD;
Category approach going forward in 2010.  Test Containers are essentially files&#xD;
that contain tests in them.  For example, unit tests (and other compiled tests)&#xD;
are stored in .dll files and ordered tests are in .orderedtest files.  I like&#xD;
this approach.  In automated builds I just want to specify which files contain&#xD;
the tests that I want to run and then if I want to limit the test run to just a subset&#xD;
I can just list which categories to run.  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
A great example of this is what I call the “BVT” category.  These are the tests&#xD;
that you have identified to be your “smoke” tests that make sure a build is okay. &#xD;
If these tests fail then you’ve probably got a bad build.  (BVT = Build Verification&#xD;
Tests) So I would limit the test runs on any CI or even the new &lt;a href="http://www.edsquared.com/ct.ashx?id=8ef8fcaf-15cf-4e98-8889-576e2ce3955d&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fpatcarna%2farchive%2f2009%2f06%2f29%2fan-introduction-to-gated-check-in.aspx" target="_blank"&gt;Gated&#xD;
Check-In builds&lt;/a&gt; to just those BVT tests.  Quick &amp;amp; dirty verification&#xD;
is really all you need for those builds leaving a more extensive automated test pass&#xD;
to happen during the nightly or weekly build.  &lt;em&gt;If you’re not familiar with&#xD;
the new Gated Check-In feature in TFS 2010, check out &lt;a href="http://www.edsquared.com/ct.ashx?id=8ef8fcaf-15cf-4e98-8889-576e2ce3955d&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fbharry%2farchive%2f2008%2f10%2f14%2fpre-checkin-validation-for-tfs.aspx" target="_blank"&gt;Brian’s&#xD;
blog post&lt;/a&gt; or &lt;/em&gt;&lt;em&gt;&lt;a href="http://www.edsquared.com/ct.ashx?id=8ef8fcaf-15cf-4e98-8889-576e2ce3955d&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fpatcarna%2farchive%2f2009%2f06%2f29%2fan-introduction-to-gated-check-in.aspx" target="_blank"&gt;Patrick’s&#xD;
blog post&lt;/a&gt;&lt;/em&gt;&lt;em&gt;for more information.  It’s a killer feature.&lt;/em&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
This does rely on one thing though… each “developer” of an automated test needs to&#xD;
make sure they add the correct attribute(s) to their test methods.  You don’t&#xD;
have to keep up with maintaining the .VSDMI files any longer but you do have to make&#xD;
sure you mark each method appropriately.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
You can even use test categories with the new types of automated tests available in&#xD;
2010 like Coded UI Tests.  It doesn’t just have to be unit tests.&#xD;
&lt;/p&gt;&#xD;
        &lt;h2&gt;&#xD;
          &lt;em&gt;&#xD;
          &lt;/em&gt;&#xD;
        &lt;/h2&gt;&#xD;
        &lt;h2&gt;How to Specify a Category in an Automated Test&#xD;
&lt;/h2&gt;&#xD;
        &lt;p&gt;&#xD;
This part is pretty easy.  You just add as many &lt;a href="http://www.edsquared.com/ct.ashx?id=8ef8fcaf-15cf-4e98-8889-576e2ce3955d&amp;amp;url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2flibrary%2fdd286683(VS.100).aspx%23" target="_blank"&gt;TestCategory&#xD;
attributes&lt;/a&gt; to the test method as you need.  Here’s an example in C# using&#xD;
multiple test categories for a test method called DebitTest:&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;pre&gt;[&lt;span style="color: #2b91af"&gt;TestCategory&lt;/span&gt;(&lt;span style="color: #a31515"&gt;"Nightly"&lt;/span&gt;), &lt;span style="color: #2b91af"&gt;TestCategory&lt;/span&gt;(&lt;span style="color: #a31515"&gt;"Weekly"&lt;/span&gt;), &lt;span style="color: #2b91af"&gt;TestCategory&lt;/span&gt;(&lt;span style="color: #a31515"&gt;"Monthly"&lt;/span&gt;), &lt;span style="color: #2b91af"&gt;TestMethod&lt;/span&gt;()] &lt;span style="color: blue"&gt;public&#xD;
void &lt;/span&gt;DebitTest() { }&lt;/pre&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;a href="http://www.edsquared.com/ct.ashx?id=8ef8fcaf-15cf-4e98-8889-576e2ce3955d&amp;amp;url=http%3a%2f%2f11011.net%2fsoftware%2fvspaste"&gt;&#xD;
        &lt;/a&gt;&#xD;
        &lt;p&gt;&#xD;
Alternately, you can select a test in the Test View tool window and then set the category&#xD;
by using the Properties tool window in Visual Studio and it will add the appropriate&#xD;
attributes to the methods for you.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=8ef8fcaf-15cf-4e98-8889-576e2ce3955d&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fTestCategoriesandTeamBuild2010_780A%2fimage_2.png"&gt;&#xD;
            &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/TestCategoriesandTeamBuild2010_780A/image_thumb.png" width="354" height="581"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;h2&gt;How to Specify which Categories to Run in an Automated Build with Team Build 2010&#xD;
&lt;/h2&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;em&gt;&#xD;
          &lt;/em&gt;Okay… this part is easy too. :)  Build definitions now have build properties&#xD;
that can be exposed to the end user in the Build Definition Details dialog or in the&#xD;
Queue Build dialog.  This is handy because you could by default not set a filter&#xD;
to run under normal circumstances (triggered or default manual builds) or you can&#xD;
change it when manually queuing a build if you want that build to run differently. &#xD;
Either way it’s the same for setting the categories.  If you’re using the default&#xD;
build process workflow that is available out of the box, then just scroll down through&#xD;
the property list until you reach the Testing section which includes a build property&#xD;
called &lt;a href="http://www.edsquared.com/ct.ashx?id=8ef8fcaf-15cf-4e98-8889-576e2ce3955d&amp;amp;url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2flibrary%2fms182465(VS.100).aspx" target="_blank"&gt;Test&#xD;
Category&lt;/a&gt;.  Leave it blank if you want to run all tests or specify the categories&#xD;
you’d like to limit it too:&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=8ef8fcaf-15cf-4e98-8889-576e2ce3955d&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fTestCategoriesandTeamBuild2010_780A%2fimage_4.png"&gt;&#xD;
            &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/TestCategoriesandTeamBuild2010_780A/image_thumb_1.png" width="715" height="591"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=8ef8fcaf-15cf-4e98-8889-576e2ce3955d&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fTestCategoriesandTeamBuild2010_780A%2fimage_6.png"&gt;&#xD;
            &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/TestCategoriesandTeamBuild2010_780A/image_thumb_2.png" width="447" height="553"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
According to the MSDN documentation for the &lt;a href="http://www.edsquared.com/ct.ashx?id=8ef8fcaf-15cf-4e98-8889-576e2ce3955d&amp;amp;url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2flibrary%2fms182489(VS.100).aspx%23category" target="_blank"&gt;Test&#xD;
Category switch&lt;/a&gt;, you can combine multiple categories in different combinations&#xD;
instead of just specifying one category.  Very handy – here’s some examples:&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;p&gt;&#xD;
              &lt;strong&gt;/category:group1&lt;/strong&gt; runs tests in the test category "group1".&#xD;
&lt;/p&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;p&gt;&#xD;
              &lt;strong&gt;/category:"group1&amp;amp;group2"&lt;/strong&gt; runs tests that are in both test categories&#xD;
"group1" and "group2." Tests that are only in one of the specified test categories&#xD;
will not be run.&#xD;
&lt;/p&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;p&gt;&#xD;
              &lt;strong&gt;/category:"group1|group2"&lt;/strong&gt; runs tests that are in test category "group1"&#xD;
or "group2". Tests that are in both test categories will also be run.&#xD;
&lt;/p&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;p&gt;&#xD;
              &lt;strong&gt;/category:"group1&amp;amp;!group2"&lt;/strong&gt; runs tests from the test category&#xD;
"group1" that are not in the test category "group2." A test that is in both test category&#xD;
"group1" and "group2" will not be run.&#xD;
&lt;/p&gt;&#xD;
          &lt;/li&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
What I’m not sure about is whether you can specify test categories when using the&#xD;
old Upgrade Build Workflow template .xaml file… I’ll check on that and then update&#xD;
the blog post.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
It’s worth noting that if you are going to use the test category method to limit test&#xD;
runs, you &lt;strong&gt;must&lt;/strong&gt; use test containers.&#xD;
&lt;/p&gt;&#xD;
        &lt;h3&gt;Limiting Test Runs Based on Test Priorities&#xD;
&lt;/h3&gt;&#xD;
        &lt;p&gt;&#xD;
If you noticed in the screenshot above from Team Build, you can also limit your test&#xD;
run to tests that are in a specific priority range.  How do you specify the range&#xD;
for your test methods?  You can use the Properties window when selecting a test&#xD;
in the Test View tool window or you can add the Priority attribute manually to the&#xD;
test method.  After that you just specify the range of priorities to use in the&#xD;
test run.&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;pre class="code"&gt;[&lt;span style="color: #2b91af"&gt;TestCategory&lt;/span&gt;(&lt;span style="color: #a31515"&gt;"Nightly"&lt;/span&gt;), &lt;span style="color: #2b91af"&gt;TestCategory&lt;/span&gt;(&lt;span style="color: #a31515"&gt;"Weekly"&lt;/span&gt;), &lt;span style="color: #2b91af"&gt;TestCategory&lt;/span&gt;(&lt;span style="color: #a31515"&gt;"Monthly"&lt;/span&gt;)]&#xD;
[&lt;span style="color: #2b91af"&gt;TestMethod&lt;/span&gt;()] [&lt;span style="color: #2b91af"&gt;Priority&lt;/span&gt;(1)] &lt;span style="color: blue"&gt;public&#xD;
void &lt;/span&gt;DebitTest() { }&lt;/pre&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=8ef8fcaf-15cf-4e98-8889-576e2ce3955d&amp;amp;url=http%3a%2f%2f11011.net%2fsoftware%2fvspaste"&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;a href="http://www.edsquared.com/ct.ashx?id=8ef8fcaf-15cf-4e98-8889-576e2ce3955d&amp;amp;url=http%3a%2f%2f11011.net%2fsoftware%2fvspaste"&gt;&#xD;
        &lt;/a&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;em&gt;&#xD;
          &lt;/em&gt; &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;em&gt;Additional Note&lt;/em&gt;:  It appears that the product team is actually &lt;a href="http://www.edsquared.com/ct.ashx?id=8ef8fcaf-15cf-4e98-8889-576e2ce3955d&amp;amp;url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2flibrary%2fdd286595(VS.100).aspx" target="_blank"&gt;encouraging&#xD;
people&lt;/a&gt; to move away from the old .VSDMI approach in favor of categories. &#xD;
Check their note out:&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;img alt="Note" src="http://i.msdn.microsoft.com/Dd286595.alert_note(en-us,VS.100).gif"&gt;&lt;/img&gt;&#xD;
            &lt;strong&gt;Note&lt;/strong&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
Test categories are recommended for use over the test lists functionality from earlier&#xD;
versions of Microsoft Visual Studio Team System Test, unless you have to create a&#xD;
check-in policy which requires a test list. For more information about check-in policies,&#xD;
see &lt;a href="http://www.edsquared.com/ct.ashx?id=8ef8fcaf-15cf-4e98-8889-576e2ce3955d&amp;amp;url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2flibrary%2fms181459(VS.100).aspx"&gt;How&#xD;
to: Add Check-In Policies&lt;/a&gt;.&#xD;
&lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Take care and happy testing,&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;Ed Blankenship&lt;/strong&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=8ef8fcaf-15cf-4e98-8889-576e2ce3955d"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/NW2Vsm3iWbwNLn1xZg7PVaPkPqk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NW2Vsm3iWbwNLn1xZg7PVaPkPqk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/NW2Vsm3iWbwNLn1xZg7PVaPkPqk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NW2Vsm3iWbwNLn1xZg7PVaPkPqk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=quZFtmu7WEc:UkBsBqGzaPY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=quZFtmu7WEc:UkBsBqGzaPY:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=quZFtmu7WEc:UkBsBqGzaPY:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=quZFtmu7WEc:UkBsBqGzaPY:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=quZFtmu7WEc:UkBsBqGzaPY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?i=quZFtmu7WEc:UkBsBqGzaPY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/quZFtmu7WEc" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,8ef8fcaf-15cf-4e98-8889-576e2ce3955d.aspx</comments>
      <category>TFS</category>
      <category>VSTS</category>
      <category>VSTS Building &amp; Releasing</category>
      <category>VSTS Developing</category>
      <category>VSTS Testing</category>
    <feedburner:origLink>http://www.edsquared.com/2009/09/25/Test+Categories+And+Running+A+Subset+Of+Tests+In+Team+Foundation+Server+2010.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=6111b89b-6990-4f1e-b24c-0589b5b5d9db</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,6111b89b-6990-4f1e-b24c-0589b5b5d9db.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,6111b89b-6990-4f1e-b24c-0589b5b5d9db.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=6111b89b-6990-4f1e-b24c-0589b5b5d9db</wfw:commentRss>
      
      <title>Workflow TFS Custom Work Item Control</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,6111b89b-6990-4f1e-b24c-0589b5b5d9db.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/gUy3L2fNbfo/Workflow+TFS+Custom+Work+Item+Control.aspx</link>
      <pubDate>Mon, 21 Sep 2009 22:39:58 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
Now this is really cool!  There is a really cool visualization when using Team&#xD;
System Web Access that shows the workflow of the work item that I thought would be&#xD;
really cool if we could have in the Team Explorer client inside Visual Studio. &#xD;
Well thankfully, Michel Perfetti (author of &lt;a href="http://www.edsquared.com/ct.ashx?id=6111b89b-6990-4f1e-b24c-0589b5b5d9db&amp;amp;url=http%3a%2f%2ffissum.codeplex.com%2f" target="_blank"&gt;Fissum&lt;/a&gt;)&#xD;
just &lt;a href="http://www.edsquared.com/ct.ashx?id=6111b89b-6990-4f1e-b24c-0589b5b5d9db&amp;amp;url=http%3a%2f%2ftfsworkflowcontrol.codeplex.com%2f" target="_blank"&gt;released&#xD;
a custom work item control&lt;/a&gt; that does exactly what TSWA does…&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=6111b89b-6990-4f1e-b24c-0589b5b5d9db&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fWorkflowTFSCustomWorkItemControl_1055B%2fclip_image002_2.jpg"&gt;&#xD;
            &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/WorkflowTFSCustomWorkItemControl_1055B/clip_image002_thumb.jpg" width="797" height="373"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Remember, you can have different work item form layouts based on what client it is&#xD;
going to be loaded in so you could specify a layout for “WinForms” that would be the&#xD;
only one that would load this custom control.  Check out &lt;a href="http://www.edsquared.com/ct.ashx?id=6111b89b-6990-4f1e-b24c-0589b5b5d9db&amp;amp;url=https%3a%2f%2fmsmvps.com%2fblogs%2fvstsblog%2farchive%2f2007%2f08%2f29%2fcreating-a-separate-work-item-form-layout-for-web-access.aspx" target="_blank"&gt;Neno’s&#xD;
blog post&lt;/a&gt; about this topic for more information.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Check it out on CodePlex:  &lt;a href="http://www.edsquared.com/ct.ashx?id=6111b89b-6990-4f1e-b24c-0589b5b5d9db&amp;amp;url=http%3a%2f%2ftfsworkflowcontrol.codeplex.com%2f"&gt;http://tfsworkflowcontrol.codeplex.com/&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;Ed Blankenship&lt;/strong&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=6111b89b-6990-4f1e-b24c-0589b5b5d9db"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/i3Y6aflYKi3q3hQ882OfhyYGp5E/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/i3Y6aflYKi3q3hQ882OfhyYGp5E/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/i3Y6aflYKi3q3hQ882OfhyYGp5E/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/i3Y6aflYKi3q3hQ882OfhyYGp5E/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=gUy3L2fNbfo:aWxIJhfmhqA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=gUy3L2fNbfo:aWxIJhfmhqA:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=gUy3L2fNbfo:aWxIJhfmhqA:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=gUy3L2fNbfo:aWxIJhfmhqA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=gUy3L2fNbfo:aWxIJhfmhqA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?i=gUy3L2fNbfo:aWxIJhfmhqA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/gUy3L2fNbfo" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,6111b89b-6990-4f1e-b24c-0589b5b5d9db.aspx</comments>
      <category>TFS</category>
      <category>VS 2008 Team System</category>
      <category>VSTS</category>
      <category>VSTS Administering</category>
    <feedburner:origLink>http://www.edsquared.com/2009/09/21/Workflow+TFS+Custom+Work+Item+Control.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=8cded8e1-a753-4d0e-a2d6-306e37ee4350</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,8cded8e1-a753-4d0e-a2d6-306e37ee4350.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,8cded8e1-a753-4d0e-a2d6-306e37ee4350.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=8cded8e1-a753-4d0e-a2d6-306e37ee4350</wfw:commentRss>
      
      <title>Boosting the Cell Phone Signal in Your Home with zBoost</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,8cded8e1-a753-4d0e-a2d6-306e37ee4350.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/KbjdyuxcR5c/Boosting+The+Cell+Phone+Signal+In+Your+Home+With+ZBoost.aspx</link>
      <pubDate>Wed, 02 Sep 2009 15:32:07 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
It’s been a little quiet around here for me because I’ve been in the process of moving&#xD;
to Charleston, SC.  I think I’m settling in well and have a little more time&#xD;
off before I start my new Visual Studio Team System consulting job at &lt;a href="http://www.edsquared.com/ct.ashx?id=8cded8e1-a753-4d0e-a2d6-306e37ee4350&amp;amp;url=http%3a%2f%2fwww.notionsolutions.com%2f" target="_blank"&gt;Notion&#xD;
Solutions&lt;/a&gt;.  So far Charleston and James Island has been really great. &#xD;
Lots of great stuff to do including restaurants, the beach, and lots of parks. &#xD;
As much as I love Texas, it’s really good to live in a costal city. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I just moved into my new home&lt;a href="http://www.edsquared.com/ct.ashx?id=8cded8e1-a753-4d0e-a2d6-306e37ee4350&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fBoostingtheCellPhoneSignalinYourHomewith_8F1B%2fCharlestonHome_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 10px; display: inline; border-top: 0px; border-right: 0px" title="Charleston Home" border="0" alt="Charleston Home" align="right" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/BoostingtheCellPhoneSignalinYourHomewith_8F1B/CharlestonHome_thumb.jpg" width="364" height="484"&gt;&lt;/img&gt;&lt;/a&gt; and&#xD;
if you’ve been following me on &lt;a href="http://www.edsquared.com/ct.ashx?id=8cded8e1-a753-4d0e-a2d6-306e37ee4350&amp;amp;url=http%3a%2f%2fwww.twitter.com%2fedblankenship" target="_blank"&gt;Twitter&lt;/a&gt; you’ll&#xD;
know that the only thing that has been tough in the new house is the cell phone reception&#xD;
and Wi-Fi signals inside.  If you’ve ever had that problem, you know it can be&#xD;
a real headache.  (If I haven’t called you back it’s probably because I don’t&#xD;
even know that you have called recently :) !)  I really think they put metal&#xD;
mesh or steel plates in the walls and between the floors when they built this house!&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I believe &lt;a href="http://www.edsquared.com/ct.ashx?id=8cded8e1-a753-4d0e-a2d6-306e37ee4350&amp;amp;url=http%3a%2f%2ftwitter.com%2fwillia4%2fstatuses%2f3561881844" target="_blank"&gt;@willia4&lt;/a&gt; says&#xD;
it best:&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=8cded8e1-a753-4d0e-a2d6-306e37ee4350&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fBoostingtheCellPhoneSignalinYourHomewith_8F1B%2fimage_2.png"&gt;&#xD;
            &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/BoostingtheCellPhoneSignalinYourHomewith_8F1B/image_thumb.png" width="608" height="320"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The hunt was on to solve this problem and a few friends had suggested a newly available&#xD;
product called zBoost that creates a cell zone inside your home.  I was quite&#xD;
skeptical but after starting to look it seemed to be a realistic possibility. &#xD;
After visiting the local Radio Shack and not finding it, I decided to look online&#xD;
and found it on &lt;a href="http://www.edsquared.com/ct.ashx?id=8cded8e1-a753-4d0e-a2d6-306e37ee4350&amp;amp;url=http%3a%2f%2fwww.amazon.com%2fexec%2fobidos%2fASIN%2fB000J2XZ1K%2fblankenship-20" target="_blank"&gt;Amazon&lt;/a&gt;. &#xD;
A good thing about these products is that they also work with multiple phones &amp;amp;&#xD;
devices inside so you don’t have to worry about it only helping one device at a time.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:7dc1bd33-94bd-46fd-a20b-0131235bcd47:ef355516-bf0b-4f44-8a95-dec79504ba48" class="wlWriterEditableSmartContent"&gt;&#xD;
          &lt;table cellspacing="0" cellpadding="2" width="400" border="0" unselectable="on"&gt;&#xD;
            &lt;tbody&gt;&#xD;
              &lt;tr&gt;&#xD;
                &lt;td valign="top" width="400"&gt;&#xD;
                  &lt;p&gt;&#xD;
                    &lt;a title="Wireless Extenders YX510-PCS-CEL Dual-Band Cell Phone Signal Booster: Cell Phones &amp;amp; Service" href="http://www.edsquared.com/ct.ashx?id=8cded8e1-a753-4d0e-a2d6-306e37ee4350&amp;amp;url=http%3a%2f%2fwww.amazon.com%2fexec%2fobidos%2fASIN%2fB000J2XZ1K%2fblankenship-20"&gt;&#xD;
                      &lt;img src="http://images.amazon.com/images/P/B000J2XZ1K.01.MZZZZZZZ.jpg" border="0" align="left" style="float:left"&gt;&lt;/img&gt;Wireless&#xD;
Extenders YX510-PCS-CEL Dual-Band Cell Phone Signal Booster: Cell Phones &amp;amp; Service&lt;/a&gt;&#xD;
                    &lt;br&gt;&#xD;
                    &lt;br&gt;&#xD;
                  &lt;/p&gt;&#xD;
                &lt;/td&gt;&#xD;
              &lt;/tr&gt;&#xD;
            &lt;/tbody&gt;&#xD;
          &lt;/table&gt;&#xD;
        &lt;/div&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I spent some time comparison shopping  between buying direct and several online&#xD;
electronic shopping sites and noticed that &lt;a href="http://www.edsquared.com/ct.ashx?id=8cded8e1-a753-4d0e-a2d6-306e37ee4350&amp;amp;url=http%3a%2f%2fwww.amazon.com%2fexec%2fobidos%2fASIN%2fB000J2XZ1K%2fblankenship-20" target="_blank"&gt;Amazon&lt;/a&gt; had&#xD;
the best deal and about $100 off of retail.  Be careful about which one you order&#xD;
since there are three different models.  Two of the models only work with one&#xD;
set of frequencies but the model I chose is the “dual” frequency model that will work&#xD;
with both spectrums and nearly all the cell phone frequencies in the US.  If&#xD;
you order the single-frequency models you’ll save about $100 on other sites but Amazon&#xD;
had the dual-frequency model for the same price as the single-frequency models!&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;img border="0" alt="" src="http://www.wi-ex.com/UserDyn/WiEx/yx500-510-house_illustration.jpg"&gt;&lt;/img&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;h3&gt;Cell-Phone Frequencies&#xD;
&lt;/h3&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
PCS 1900 MHz: Sprint and T-Mobile&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
CEL 800 MHz: AT&amp;amp;T and Verizon&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
For more information about the cell phone frequencies used in your area, check out:  &lt;a href="http://www.edsquared.com/ct.ashx?id=8cded8e1-a753-4d0e-a2d6-306e37ee4350&amp;amp;url=http%3a%2f%2fwww.wirelessadvisor.com%2f"&gt;&lt;/a&gt;&lt;a href="http://www.edsquared.com/ct.ashx?id=8cded8e1-a753-4d0e-a2d6-306e37ee4350&amp;amp;url=http%3a%2f%2fwww.wirelessadvisor.com%2f"&gt;&lt;/a&gt;&lt;a href="http://www.edsquared.com/ct.ashx?id=8cded8e1-a753-4d0e-a2d6-306e37ee4350&amp;amp;url=http%3a%2f%2fwww.wirelessadvisor.com%2f" target="_blank"&gt;Wireless&#xD;
Advisor&lt;/a&gt;&lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;h3&gt;Installation&#xD;
&lt;/h3&gt;&#xD;
        &lt;p&gt;&#xD;
So the one thing that you’ll notice immediately (and the only thing I didn’t like&#xD;
about it) is that there are a lot of requirements for the installation to get it working&#xD;
well.&lt;img style="margin: 5px; display: inline" border="0" align="right" src="http://images.amazon.com/images/G/01/wireless/detail-page/wirelessextend-yx500.jpg" width="400" height="204"&gt;&lt;/img&gt;&lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
To capture the best signal, place the Signal Antenna as high as possible and position&#xD;
it vertically, keeping it at least 2 feet away from any metal.&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
The location of the Signal Antenna should be at least 15 feet higher than the Base&#xD;
Unit Antenna.  (If this is not possible, maximizing the horizontal separation&#xD;
between the two antennas is advised.)&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
If you have extra slack in the cable leftover, don’t let it be near the base unit. &#xD;
Find the middle point in the line and collect the slack there.&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Put the base unit closer to the middle of the house and avoid putting it next to an&#xD;
external wall.  &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Before permanently fastening or bolting the antenna, be sure to check the signal strength&#xD;
in that spot using your cell phone and checking out how many bars you get.  That’s&#xD;
the most you’ll be getting from the cell zone created around the base unit inside.&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Be sure to use the dedicated coax cable that they provide in the box instead of using&#xD;
the existing coax cabling that may be already installed in your house. For one, the&#xD;
cable provided in the box is &lt;a href="http://www.edsquared.com/ct.ashx?id=8cded8e1-a753-4d0e-a2d6-306e37ee4350&amp;amp;url=http%3a%2f%2fen.wikipedia.org%2fwiki%2fRG-6" target="_blank"&gt;RG-6&#xD;
coax&lt;/a&gt; instead of &lt;a href="http://www.edsquared.com/ct.ashx?id=8cded8e1-a753-4d0e-a2d6-306e37ee4350&amp;amp;url=http%3a%2f%2fen.wikipedia.org%2fwiki%2fRG-59" target="_blank"&gt;RG-59&#xD;
coax&lt;/a&gt; which is most often used for the TV coax cabling installed in houses. &#xD;
RG-6 provides lower signal loss than RG-59.  The other more important factor&#xD;
is that you need a dedicated run between the antenna and the base unit so that the&#xD;
signal is not being shared for other things as the TV coax cabling is used in a house.&lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;h3&gt;Attempt #1&#xD;
&lt;/h3&gt;&#xD;
        &lt;p&gt;&#xD;
The first attempt was to attach the antenna to a rafter in the attic and then run&#xD;
the coax to the base station in one of the rooms upstairs.  The initial installation&#xD;
check worked out well and the lights on the base unit ended up being happy. &#xD;
Cell phone reception upstairs was just great.  As I started walking downstairs,&#xD;
I quickly noticed the signal drop very similar to what I had been seeing with my wireless&#xD;
router signal loss downstairs.  I swear there must be some steel plates between&#xD;
the floors that is causing some problems.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
This wasn’t going to work.  At home, I end up spending most of my time downstairs&#xD;
in the living room, master bedroom, kitchen, dining room, etc.&#xD;
&lt;/p&gt;&#xD;
        &lt;h3&gt;Attempt #2&#xD;
&lt;/h3&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;em&gt;Honestly, just take this route.  It’ll take some more time and possibly put&#xD;
you in some danger but just bite the bullet.  You’ll definitely appreciate the&#xD;
result in the end!&lt;/em&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I decided that the base station needed to go downstairs and probably in the living&#xD;
room where the signal needed to be the strongest since I spend the most time in that&#xD;
room.  So the best solution available was to attach the Signal Antenna to the&#xD;
roof, run the coax cable down the side of the house and then up through the floor&#xD;
of the living room, and put the base unit in the living room closer to the middle&#xD;
of the house.  Thankfully there was already a hole drilled through the living&#xD;
room floor so the cable was just run through it.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Bingo – the signal was amazing downstairs.  Five bars  in the living room&#xD;
and four bars everywhere else downstairs.  Interestingly, going upstairs now&#xD;
there are three bars.  I don’t know the explanation but I’m just really glad&#xD;
it is all working!&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;h3&gt;More Powerful Antennas Available&#xD;
&lt;/h3&gt;&#xD;
        &lt;p&gt;&#xD;
If you feel the need to turn the juice up, you definitely can with the optional accessories&#xD;
and better antennas available that help you expand the coverage zone to nearly 10,000&#xD;
feet.  They are available on the &lt;a href="http://www.edsquared.com/ct.ashx?id=8cded8e1-a753-4d0e-a2d6-306e37ee4350&amp;amp;url=http%3a%2f%2fwww.wi-exstore.com%2fMyCart%2fProductListing%2f52%2fzBoost_Dual_Band_Accessories.aspx" target="_blank"&gt;Wi-Ex&#xD;
site&lt;/a&gt; or through Amazon.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
And before anyone thinks that &lt;strong&gt;&lt;em&gt;I&lt;/em&gt;&lt;/strong&gt; actually installed this,&#xD;
I’ll just stop now and thank my friends (specifically Nathan) for helping out. &#xD;
I’m not really the “handy” type of guy so it’s helpful to have friends who are :) &#xD;
So here’s to five cell phone bars in the living room now…&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Take care,&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;Ed Blankenship&lt;/strong&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=8cded8e1-a753-4d0e-a2d6-306e37ee4350"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/M69l8y5a798qi0HqgDQZWo0f2ms/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/M69l8y5a798qi0HqgDQZWo0f2ms/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/M69l8y5a798qi0HqgDQZWo0f2ms/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/M69l8y5a798qi0HqgDQZWo0f2ms/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=KbjdyuxcR5c:iuGVK_uUtJE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=KbjdyuxcR5c:iuGVK_uUtJE:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=KbjdyuxcR5c:iuGVK_uUtJE:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=KbjdyuxcR5c:iuGVK_uUtJE:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=KbjdyuxcR5c:iuGVK_uUtJE:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?i=KbjdyuxcR5c:iuGVK_uUtJE:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/KbjdyuxcR5c" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,8cded8e1-a753-4d0e-a2d6-306e37ee4350.aspx</comments>
    <feedburner:origLink>http://www.edsquared.com/2009/09/02/Boosting+The+Cell+Phone+Signal+In+Your+Home+With+ZBoost.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=4e6cff02-834b-4da0-b31c-1cbd870ac2e0</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,4e6cff02-834b-4da0-b31c-1cbd870ac2e0.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,4e6cff02-834b-4da0-b31c-1cbd870ac2e0.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=4e6cff02-834b-4da0-b31c-1cbd870ac2e0</wfw:commentRss>
      
      <title>Technical Editor for New Silverlight 3 Book Released!</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,4e6cff02-834b-4da0-b31c-1cbd870ac2e0.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/cU2A3U7cXuU/Technical+Editor+For+New+Silverlight+3+Book+Released.aspx</link>
      <pubDate>Tue, 28 Jul 2009 15:34:41 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
There’s a new book that I was able to contribute to as a Technical Editor that was&#xD;
released.  Following the Silverlight 3 official RTW release, you might want to&#xD;
hop in quickly and start learning about all of the awesome new stuff available. &#xD;
I knew each of the authors personally and you’ll enjoy reading &amp;amp; working through&#xD;
all of the examples in the book.  Have fun!&#xD;
&lt;/p&gt;&#xD;
        &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:7dc1bd33-94bd-46fd-a20b-0131235bcd47:d4efe971-d55f-4720-bf6f-001dc80a4638" class="wlWriterEditableSmartContent"&gt;&#xD;
          &lt;table cellspacing="0" cellpadding="2" width="400" border="0" unselectable="on"&gt;&#xD;
            &lt;tbody&gt;&#xD;
              &lt;tr&gt;&#xD;
                &lt;td valign="top" width="400"&gt;&#xD;
                  &lt;p&gt;&#xD;
                    &lt;a title="Silverlight 3 Programmer's Reference (9780470385401): J. Ambrose Little, Jason Beres, Grant Hinkson, Devin Rader, Joe Croney: Books" href="http://www.edsquared.com/ct.ashx?id=4e6cff02-834b-4da0-b31c-1cbd870ac2e0&amp;amp;url=http%3a%2f%2fwww.amazon.com%2fexec%2fobidos%2fASIN%2f0470385405%2finfragistics"&gt;&#xD;
                      &lt;img src="http://images.amazon.com/images/P/0470385405.01.MZZZZZZZ.jpg" border="0" align="left" style="float:left"&gt;&lt;/img&gt;Silverlight&#xD;
3 Programmer's Reference (9780470385401): J. Ambrose Little, Jason Beres, Grant Hinkson,&#xD;
Devin Rader, Joe Croney: Books&lt;/a&gt;&#xD;
                    &lt;br&gt;&#xD;
                    &lt;br&gt;&#xD;
                    &lt;b&gt;ISBN&lt;/b&gt;: 0470385405&lt;br&gt;&lt;b&gt;ISBN-13&lt;/b&gt;: 9780470385401&#xD;
&lt;/p&gt;&#xD;
                &lt;/td&gt;&#xD;
              &lt;/tr&gt;&#xD;
            &lt;/tbody&gt;&#xD;
          &lt;/table&gt;&#xD;
        &lt;/div&gt;&#xD;
        &lt;p&gt;&#xD;
Disclaimer:  That’s my personal opinion.  I don’t receive any royalties&#xD;
off of the book sales.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;Ed Blankenship&lt;/strong&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=4e6cff02-834b-4da0-b31c-1cbd870ac2e0"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/n-7T5OKWLoIkQm3iLEUAXqI-RQ8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/n-7T5OKWLoIkQm3iLEUAXqI-RQ8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/n-7T5OKWLoIkQm3iLEUAXqI-RQ8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/n-7T5OKWLoIkQm3iLEUAXqI-RQ8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=cU2A3U7cXuU:_KQcP2OOFfw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=cU2A3U7cXuU:_KQcP2OOFfw:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=cU2A3U7cXuU:_KQcP2OOFfw:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=cU2A3U7cXuU:_KQcP2OOFfw:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=cU2A3U7cXuU:_KQcP2OOFfw:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?i=cU2A3U7cXuU:_KQcP2OOFfw:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/cU2A3U7cXuU" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,4e6cff02-834b-4da0-b31c-1cbd870ac2e0.aspx</comments>
      <category>Book Review</category>
      <category>Silverlight</category>
    <feedburner:origLink>http://www.edsquared.com/2009/07/28/Technical+Editor+For+New+Silverlight+3+Book+Released.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=ac43feed-73c6-4a8a-aed8-9fbddbd26be2</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,ac43feed-73c6-4a8a-aed8-9fbddbd26be2.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,ac43feed-73c6-4a8a-aed8-9fbddbd26be2.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=ac43feed-73c6-4a8a-aed8-9fbddbd26be2</wfw:commentRss>
      
      <title>PowerPoint Slide Deck for Real World TFS Sessions</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,ac43feed-73c6-4a8a-aed8-9fbddbd26be2.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/I3qe6N01VmY/PowerPoint+Slide+Deck+For+Real+World+TFS+Sessions.aspx</link>
      <pubDate>Wed, 15 Jul 2009 18:56:36 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
Just wanted to take a few seconds to post the slide deck I’m using for my Real World&#xD;
TFS sessions.  I’ll post a link to the recording of the MVP TV session earlier&#xD;
today when it’s made available!&#xD;
&lt;/p&gt;&#xD;
        &lt;iframe style="border-bottom: #dde5e9 1px solid; border-left: #dde5e9 1px solid; padding-bottom: 0px; background-color: #ffffff; margin: 3px; padding-left: 0px; width: 240px; padding-right: 0px; height: 66px; border-top: #dde5e9 1px solid; border-right: #dde5e9 1px solid; padding-top: 0px" marginheight="0" src="http://cid-077db794c0a4dfe0.skydrive.live.com/embedrowdetail.aspx/Public/Real%20World%20TFS%20-%20Successful%20Implementations.pptx" frameborder="0" marginwidth="0" scrolling="no"&gt;&#xD;
        &lt;/iframe&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;Ed Blankenship&lt;/strong&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=ac43feed-73c6-4a8a-aed8-9fbddbd26be2"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/xeQ0xLU4rJkIWWUduScmj2V40Rw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xeQ0xLU4rJkIWWUduScmj2V40Rw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/xeQ0xLU4rJkIWWUduScmj2V40Rw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xeQ0xLU4rJkIWWUduScmj2V40Rw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=I3qe6N01VmY:EAYk616OSX4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=I3qe6N01VmY:EAYk616OSX4:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=I3qe6N01VmY:EAYk616OSX4:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=I3qe6N01VmY:EAYk616OSX4:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=I3qe6N01VmY:EAYk616OSX4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?i=I3qe6N01VmY:EAYk616OSX4:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/I3qe6N01VmY" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,ac43feed-73c6-4a8a-aed8-9fbddbd26be2.aspx</comments>
      <category>Community</category>
      <category>Speaking</category>
      <category>TFS</category>
      <category>VSTS</category>
      <category>VSTS Administering</category>
      <category>VSTS Building &amp; Releasing</category>
      <category>VSTS Developing</category>
      <category>VSTS Version Control</category>
    <feedburner:origLink>http://www.edsquared.com/2009/07/15/PowerPoint+Slide+Deck+For+Real+World+TFS+Sessions.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=6bbf16bd-ff18-4816-a2d7-1af53838c86c</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,6bbf16bd-ff18-4816-a2d7-1af53838c86c.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,6bbf16bd-ff18-4816-a2d7-1af53838c86c.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=6bbf16bd-ff18-4816-a2d7-1af53838c86c</wfw:commentRss>
      
      <title>MVP TV with Ed Blankenship on July 15</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,6bbf16bd-ff18-4816-a2d7-1af53838c86c.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/CfkUY10aNgw/MVP+TV+With+Ed+Blankenship+On+July+15.aspx</link>
      <pubDate>Mon, 13 Jul 2009 16:30:09 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
Also really excited about doing my first ever MVP TV set up by the &lt;a href="http://www.edsquared.com/ct.ashx?id=6bbf16bd-ff18-4816-a2d7-1af53838c86c&amp;amp;url=http%3a%2f%2fmvp.support.microsoft.com%2f" target="_blank"&gt;Microsoft&#xD;
MVP program&lt;/a&gt;.  Hope to see you there!  We have an extra thirty minutes&#xD;
at the end so be sure to bring your questions.&lt;a href="http://www.edsquared.com/ct.ashx?id=6bbf16bd-ff18-4816-a2d7-1af53838c86c&amp;amp;url=https%3a%2f%2fmvp.support.microsoft.com%2fprofile%2fed.blankenship" target="_blank"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 5px 5px 5px 10px; display: inline; border-top: 0px; border-right: 0px" border="0" align="right" src="http://www.edsquared.com/MVP.png"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;b&gt;MVP TV: Real World TFS: Tips for a Successful Team System Implementation&lt;/b&gt;&#xD;
            &lt;b&gt;&#xD;
            &lt;/b&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
Wednesday, July 15&lt;sup&gt;th&lt;/sup&gt;, 2009 | 9:00am – 10:30am (PDT, Redmond time) or 12:00pm&#xD;
– 1:30pm (EDT, New York City time) &#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
Targeted: This Product Group Interaction is open to  all Developer MVPs in all&#xD;
Technical Expertise and  public audience. &#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
So you’ve decided that Visual Studio Team System &amp;amp; Team Foundation Server is going&#xD;
to bring your organization added value (because it will :)) but what do you do now? &#xD;
Please join Ed Blankenship as he covers the 2.5 years of successful implementation&#xD;
of VSTS and the experience of that journey at Infragistics, the world’s leading maker&#xD;
of software development tools.  The session intends to cover each phase of the&#xD;
implementation of all affected areas for a smooth adoption:  Version Control,&#xD;
Builds, Work Item Tracking, global deployment, moving multiple teams, training, automated&#xD;
testing, migration from legacy systems, and integration with other systems and TFS. &#xD;
The goal will be to go through at a high-level of what it takes to make you successful&#xD;
by learning from the challenges and obstacles overcome.  We’ll also look in the&#xD;
future with VSTS 2010 and see how strategic planning will help make a successful adoption&#xD;
of the new features in the upcoming 2010 release.  The session is led by a Microsoft&#xD;
MVP (Team System) &amp;amp; Champ who has been in the trenches during the whole implementation. &#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
Prerequisites:  A healthy attitude in learning from other peoples challenges&#xD;
and a strong desire to make real change within your organization! &#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
About Ed Blankenship: Ed is a Microsoft MVP, Microsoft Certified Application Developer,&#xD;
and works as the Release Engineering Manager at Infragistics, makers of the world's&#xD;
leading presentation layer tools and components. His expertise consists of Microsoft&#xD;
Visual Studio Team System and Team Foundation Server. He is also a technical evangelist&#xD;
for Rich Client applications (primarily Windows Forms &amp;amp; Windows Presentation Foundation.)&#xD;
He has been a technical editor for several Silverlight books, an article author, and&#xD;
has spoken at various user groups, events, and conferences. &#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
PJ Forgione has invited you to attend an online meeting using Live Meeting.&lt;br&gt;&lt;a href="http://www.edsquared.com/ct.ashx?id=6bbf16bd-ff18-4816-a2d7-1af53838c86c&amp;amp;url=https%3a%2f%2fwww.livemeeting.com%2fcc%2fmvp%2fjoin%3fid%3dNP5FQZ%26role%3dattend%26pw%3dA49410Y0D"&gt;&lt;b&gt;Join&#xD;
the meeting.&lt;/b&gt;&lt;/a&gt; (Link: &lt;a href="http://www.edsquared.com/ct.ashx?id=6bbf16bd-ff18-4816-a2d7-1af53838c86c&amp;amp;url=https%3a%2f%2fwww.livemeeting.com%2fcc%2fmvp%2fjoin%3fid%3dNP5FQZ%26role%3dattend%26pw%3dA49410Y0D"&gt;https://www.livemeeting.com/cc/mvp/join?id=NP5FQZ&amp;amp;role=attend&amp;amp;pw=A49410Y0D&lt;/a&gt; )&lt;br&gt;&lt;b&gt;Audio Information&lt;/b&gt;&lt;br&gt;&lt;b&gt;Computer Audio&lt;/b&gt;&lt;br&gt;&#xD;
To use computer audio, you need speakers and microphone, or a headset.&lt;br&gt;&lt;b&gt;Telephone conferencing&lt;/b&gt;&lt;br&gt;&#xD;
Use the information below to connect:&lt;br&gt;&#xD;
Toll-free: +1 (866) 500-6738&lt;br&gt;&#xD;
Toll: +1 (203) 480-8000&lt;br&gt;&#xD;
Participant code: 5460396 &#xD;
&lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;Ed Blankenship&lt;/strong&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=6bbf16bd-ff18-4816-a2d7-1af53838c86c"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/xFgt72d0hkaxpOcs9Kq13tbuC1g/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xFgt72d0hkaxpOcs9Kq13tbuC1g/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/xFgt72d0hkaxpOcs9Kq13tbuC1g/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xFgt72d0hkaxpOcs9Kq13tbuC1g/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=CfkUY10aNgw:O-oJ00HDjDY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=CfkUY10aNgw:O-oJ00HDjDY:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=CfkUY10aNgw:O-oJ00HDjDY:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=CfkUY10aNgw:O-oJ00HDjDY:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=CfkUY10aNgw:O-oJ00HDjDY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?i=CfkUY10aNgw:O-oJ00HDjDY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/CfkUY10aNgw" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,6bbf16bd-ff18-4816-a2d7-1af53838c86c.aspx</comments>
      <category>Community</category>
      <category>Speaking</category>
      <category>TFS</category>
      <category>VSTS</category>
      <category>VSTS Administering</category>
      <category>VSTS Building &amp; Releasing</category>
      <category>VSTS Developing</category>
      <category>VSTS Version Control</category>
    <feedburner:origLink>http://www.edsquared.com/2009/07/13/MVP+TV+With+Ed+Blankenship+On+July+15.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=3dbbff3a-396f-4977-a5a1-2eb7e7d2d307</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,3dbbff3a-396f-4977-a5a1-2eb7e7d2d307.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,3dbbff3a-396f-4977-a5a1-2eb7e7d2d307.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=3dbbff3a-396f-4977-a5a1-2eb7e7d2d307</wfw:commentRss>
      
      <title>Speaking at NYC VSTS User Group on July 28</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,3dbbff3a-396f-4977-a5a1-2eb7e7d2d307.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/dCaNHoRwmMA/Speaking+At+NYC+VSTS+User+Group+On+July+28.aspx</link>
      <pubDate>Mon, 13 Jul 2009 13:53:00 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
While I’m up in New Jersey working at the &lt;a href="http://www.edsquared.com/ct.ashx?id=3dbbff3a-396f-4977-a5a1-2eb7e7d2d307&amp;amp;url=http%3a%2f%2fwww.infragistics.com%2f" target="_blank"&gt;Infragistics&lt;/a&gt; headquarters&#xD;
office, I’m going to have the privilege of speaking at the &lt;a href="http://www.edsquared.com/ct.ashx?id=3dbbff3a-396f-4977-a5a1-2eb7e7d2d307&amp;amp;url=http%3a%2f%2fnyc-vsts-ug.com%2f" target="_blank"&gt;New&#xD;
York City VSTS User Group&lt;/a&gt; on July 28, 2009 at 6:30 PM.  &lt;a href="http://www.edsquared.com/ct.ashx?id=3dbbff3a-396f-4977-a5a1-2eb7e7d2d307&amp;amp;url=http%3a%2f%2fnyc-vsts-ug.com%2fUpcoming.aspx" target="_blank"&gt;Come&#xD;
see me&lt;/a&gt; if you’re in the area!  Because of security concerns at the building,&#xD;
you do need to register ahead of time if you’re planning to attend.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;img border="0" alt="VSTS User Group" src="http://nyc-vsts-ug.com/PageImages/manhatten3.jpg" width="640" height="99"&gt;&lt;/img&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;b&gt;Real World TFS: Tips for a Successful Team System Implementation &lt;/b&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;strong&gt;Description&lt;/strong&gt;: &#xD;
&lt;br&gt;&#xD;
So you've decided that Visual Studio Team System &amp;amp; Team Foundation Server is going&#xD;
to bring your organization added value (because it will :)) but what do you do now?&#xD;
Please join Ed Blankenship as he covers the 2.5 years of successful implementation&#xD;
of VSTS and the experience of that journey at Infragistics, the world's leading maker&#xD;
of software development tools. The session intends to cover each phase of the implementation&#xD;
of all affected areas for a smooth adoption: Version Control, Builds, Work Item Tracking,&#xD;
global deployment, moving multiple teams, training, automated testing, migration from&#xD;
legacy systems, and integration with other systems and TFS. The goal will be to go&#xD;
through at a high-level of what it takes to make you successful by learning from the&#xD;
challenges and obstacles overcome. We'll also look in the future with VSTS 2010 and&#xD;
see how strategic planning will help make a successful adoption of the new features&#xD;
in the upcoming 2010 release. The session is led by a Microsoft MVP (Team System)&#xD;
&amp;amp; Champ who has been in the trenches during the whole implementation. &#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;strong&gt;Presenter&lt;/strong&gt;: Ed Blankenship &#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;strong&gt;Bio&lt;/strong&gt;: &#xD;
&lt;br&gt;&#xD;
Ed is a Microsoft MVP, Microsoft Certified Application Developer, and works as the&#xD;
Release Engineering Manager at Infragistics, makers of the world's leading presentation&#xD;
layer tools and components. His expertise includes Microsoft Visual Studio Team System&#xD;
and Team Foundation Server. He is also a technical evangelist for Rich Client applications&#xD;
(primarily Windows Forms &amp;amp; Windows Presentation Foundation.) He has been a technical&#xD;
editor for several Silverlight books, an article author, and has spoken at various&#xD;
user groups, events, radio shows, and conferences. &#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;strong&gt;Date/Time&lt;/strong&gt;:  07-28-2009 6:30 - 8:00 PM &#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;strong&gt;Location&lt;/strong&gt;: Microsoft Offices in NYC at 1290 Avenue of Americas, 6th&#xD;
Floor &#xD;
&lt;/p&gt;&#xD;
          &lt;p align="center"&gt;&#xD;
            &lt;a title="Click here to Register" href="http://www.edsquared.com/ct.ashx?id=3dbbff3a-396f-4977-a5a1-2eb7e7d2d307&amp;amp;url=http%3a%2f%2fwww.clicktoattend.com%2f%3fid%3d139431"&gt;Click&#xD;
here to Register&lt;/a&gt;&#xD;
          &lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;Ed Blankenship&lt;/strong&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=3dbbff3a-396f-4977-a5a1-2eb7e7d2d307"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/rwyCzRscidnJs-n0Bqvt5M5V_SM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rwyCzRscidnJs-n0Bqvt5M5V_SM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/rwyCzRscidnJs-n0Bqvt5M5V_SM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rwyCzRscidnJs-n0Bqvt5M5V_SM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=dCaNHoRwmMA:dfsODetOf7c:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=dCaNHoRwmMA:dfsODetOf7c:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=dCaNHoRwmMA:dfsODetOf7c:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=dCaNHoRwmMA:dfsODetOf7c:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=dCaNHoRwmMA:dfsODetOf7c:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?i=dCaNHoRwmMA:dfsODetOf7c:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/dCaNHoRwmMA" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,3dbbff3a-396f-4977-a5a1-2eb7e7d2d307.aspx</comments>
      <category>Community</category>
      <category>Speaking</category>
      <category>TFS</category>
      <category>VSTS</category>
      <category>VSTS Administering</category>
      <category>VSTS Building &amp; Releasing</category>
      <category>VSTS Developing</category>
      <category>VSTS Version Control</category>
    <feedburner:origLink>http://www.edsquared.com/2009/07/13/Speaking+At+NYC+VSTS+User+Group+On+July+28.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=6bd0e869-54ed-467f-b633-3e69054a7e6a</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,6bd0e869-54ed-467f-b633-3e69054a7e6a.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,6bd0e869-54ed-467f-b633-3e69054a7e6a.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=6bd0e869-54ed-467f-b633-3e69054a7e6a</wfw:commentRss>
      
      <title>Going Down Under – New Opportunity with Readify</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,6bd0e869-54ed-467f-b633-3e69054a7e6a.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/6w2iXjJiDO0/Going+Down+Under+New+Opportunity+With+Readify.aspx</link>
      <pubDate>Fri, 10 Jul 2009 17:15:00 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
Dear Reader,&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I have decided to accept a Senior ALM Consultant position with the premier Australian&#xD;
consulting company, &lt;a href="http://www.edsquared.com/ct.ashx?id=6bd0e869-54ed-467f-b633-3e69054a7e6a&amp;amp;url=http%3a%2f%2fwww.readify.net%2f" target="_blank"&gt;Readify&lt;/a&gt;.&lt;a href="http://www.edsquared.com/ct.ashx?id=6bd0e869-54ed-467f-b633-3e69054a7e6a&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fGoingDownUnderNewOpportunitywithReadify_932B%2fAustralia_Flag_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 5px 0px 5px 10px; display: inline; border-top: 0px; border-right: 0px" title="Australia Flag" border="0" alt="Australia Flag" align="right" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/GoingDownUnderNewOpportunitywithReadify_932B/Australia_Flag_thumb.png" width="244" height="124"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
It’s always a tough decision to move on from a company you’ve really enjoyed being&#xD;
at.  I’ve really enjoyed the work that I have had the opportunity to do at &lt;a href="http://www.edsquared.com/ct.ashx?id=6bd0e869-54ed-467f-b633-3e69054a7e6a&amp;amp;url=http%3a%2f%2fwww.infragistics.com%2f" target="_blank"&gt;Infragistics&lt;/a&gt;. &#xD;
There are so many really great people at Infragistics that I truly will miss working&#xD;
with and hope to see in the future.  Some of my really good personal friends&#xD;
have been fellow colleagues at Infragistics which just shows you the type of culture&#xD;
that we have.  I’ve had an amazing team that I’ve worked with as the Release&#xD;
Engineering Manager and they have been truly able to make a positive change for the&#xD;
organization.  They’ve always been there to help make miracles and put in those&#xD;
really really long hours at release crunch time.  So really, I need to tip my&#xD;
hat to each of them for just being awesome:  Brian, Geoff, Kareen, and Jason.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I’m really excited about this new opportunity.  I never would have thought in&#xD;
my wildest dreams that I’d be living abroad but the idea grew more and more on me&#xD;
as this opportunity came up.  I &lt;em&gt;hear&lt;/em&gt; Australia is a beautiful country&#xD;
with an amazing culture.  I’m not currently planning for this to be a permanent&#xD;
move whatsoever but everyone I talk to about it says that I’m not going to want to&#xD;
come back! :)  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I’ve heard about Readify for several years now as a &lt;a href="http://www.edsquared.com/ct.ashx?id=6bd0e869-54ed-467f-b633-3e69054a7e6a&amp;amp;url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2fteamsystem%2fdefault.aspx" target="_blank"&gt;Visual&#xD;
Studio Team System&lt;/a&gt; professional any time I hear about Australia &amp;amp; TFS/VSTS/ALM. &#xD;
I’m really looking forward being able to visit multiple customer sites again and coming&#xD;
up with solutions to their ALM problems.  It’s been a while since I’ve been an&#xD;
ALM consultant so I’m looking forward to the variety.  Even more, as an &lt;a href="http://www.edsquared.com/ct.ashx?id=6bd0e869-54ed-467f-b633-3e69054a7e6a&amp;amp;url=https%3a%2f%2fmvp.support.microsoft.com%2fprofile%2fed.blankenship" target="_blank"&gt;MVP&lt;/a&gt; I’m&#xD;
looking forward to a whole new set of venues to get involved with the community on&#xD;
a new continent.  I think I’m going to have a busy schedule!&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
There are tons of different things for me to solve as an American citizen living abroad. &#xD;
It’s interesting that &lt;a href="http://www.edsquared.com/ct.ashx?id=6bd0e869-54ed-467f-b633-3e69054a7e6a&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fgranth%2f" target="_blank"&gt;Grant&#xD;
Holliday&lt;/a&gt; just made the opposite move almost a year ago and I plan on doing the&#xD;
same thing as he has and try to write about the differences between the two countries. &#xD;
Hopefully you’ll find it as interesting as I did with Grant’s story.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I’m planning a really simple move:  packing up a few suitcases of clothes and&#xD;
jumping on a plane.  Hoping that works out well for me! :)&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I have decided to continue working with Infragistics until the beginning of August&#xD;
to wrap things up and hopefully train my replacement.  I guess the cat is out&#xD;
of the bag with the &lt;a href="http://www.edsquared.com/ct.ashx?id=6bd0e869-54ed-467f-b633-3e69054a7e6a&amp;amp;url=http%3a%2f%2fwww.infragistics.com%2fcareers%2fdefault.aspx%23Openings" target="_blank"&gt;official&#xD;
job opening announcement&lt;/a&gt; on our website listed under Research &amp;amp; Development. &#xD;
That position is listed to be the back-fill headcount for my current position. &#xD;
Finally – I’d like to ask you to help us out:  If you’ve heard about our TFS&#xD;
instance and VSTS implementation from some of my user group talks or the &lt;a href="http://www.edsquared.com/ct.ashx?id=6bd0e869-54ed-467f-b633-3e69054a7e6a&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2f2009%2f07%2f01%2fRadio%2bTFS%2bInterview%2bUsing%2bTFS%2bAt%2bInfragistics%2bWith%2bEd%2bBlankenship.aspx" target="_blank"&gt;Radio&#xD;
TFS episode&lt;/a&gt; and are interested (or know someone awesome who might be) in continuing&#xD;
this exciting work, please let me know!  You can send me a quick note to &lt;strong&gt;ed&lt;/strong&gt; at &lt;strong&gt;infragistics&lt;/strong&gt; dot &lt;strong&gt;com&lt;/strong&gt; or&#xD;
use any of the contact links from my &lt;a href="http://www.edsquared.com/ct.ashx?id=6bd0e869-54ed-467f-b633-3e69054a7e6a&amp;amp;url=http%3a%2f%2fwww.edsquared.com" target="_blank"&gt;blog&#xD;
website&lt;/a&gt;.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Take care!&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;Ed Blankenship&lt;/strong&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=6bd0e869-54ed-467f-b633-3e69054a7e6a"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/XWrOaeDEBlg-cqKIQI1n_nFJgZI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XWrOaeDEBlg-cqKIQI1n_nFJgZI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/XWrOaeDEBlg-cqKIQI1n_nFJgZI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XWrOaeDEBlg-cqKIQI1n_nFJgZI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=6w2iXjJiDO0:NriPRFKn8yA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=6w2iXjJiDO0:NriPRFKn8yA:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=6w2iXjJiDO0:NriPRFKn8yA:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=6w2iXjJiDO0:NriPRFKn8yA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=6w2iXjJiDO0:NriPRFKn8yA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?i=6w2iXjJiDO0:NriPRFKn8yA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/6w2iXjJiDO0" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,6bd0e869-54ed-467f-b633-3e69054a7e6a.aspx</comments>
      <category>Community</category>
      <category>Conferences</category>
      <category>Infragistics</category>
      <category>News Flash</category>
      <category>TFS</category>
      <category>VSTS</category>
    <feedburner:origLink>http://www.edsquared.com/2009/07/10/Going+Down+Under+New+Opportunity+With+Readify.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=224b37d6-aa88-4060-ab39-869dabe920b2</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,224b37d6-aa88-4060-ab39-869dabe920b2.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,224b37d6-aa88-4060-ab39-869dabe920b2.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=224b37d6-aa88-4060-ab39-869dabe920b2</wfw:commentRss>
      
      <title>Radio TFS Interview – Using TFS at Infragistics with Ed Blankenship</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,224b37d6-aa88-4060-ab39-869dabe920b2.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/GdfNd0DipKs/Radio+TFS+Interview+Using+TFS+At+Infragistics+With+Ed+Blankenship.aspx</link>
      <pubDate>Wed, 01 Jul 2009 09:56:42 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
I’m up really early this morning.  I’m about to head to the airport to spend&#xD;
my Independence Day weekend in the Carolinas for some much needed beach vacation and&#xD;
visit with friends.  Thankfully, I didn’t miss &lt;a href="http://www.edsquared.com/ct.ashx?id=224b37d6-aa88-4060-ab39-869dabe920b2&amp;amp;url=http%3a%2f%2fwww.woodwardweb.com%2f" target="_blank"&gt;Martin&#xD;
Woodward&lt;/a&gt; letting me know that the latest &lt;a href="http://www.edsquared.com/ct.ashx?id=224b37d6-aa88-4060-ab39-869dabe920b2&amp;amp;url=http%3a%2f%2fwww.radiotfs.com%2f" target="_blank"&gt;Radio&#xD;
TFS&lt;/a&gt; episode was made available just a few moments ago that includes my interview&#xD;
about our use of &lt;a href="http://www.edsquared.com/ct.ashx?id=224b37d6-aa88-4060-ab39-869dabe920b2&amp;amp;url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2fteamsystem%2fdefault.aspx" target="_blank"&gt;TFS&lt;/a&gt; and &lt;a href="http://www.edsquared.com/ct.ashx?id=224b37d6-aa88-4060-ab39-869dabe920b2&amp;amp;url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2fteamsystem%2fdefault.aspx" target="_blank"&gt;Visual&#xD;
Studio Team System&lt;/a&gt; at &lt;a href="http://www.edsquared.com/ct.ashx?id=224b37d6-aa88-4060-ab39-869dabe920b2&amp;amp;url=http%3a%2f%2fwww.infragistics.com%2f" target="_blank"&gt;Infragistics&lt;/a&gt;. &#xD;
It’s a longer episode than normal so it’s perfect if you’re going to be spending some&#xD;
time at the beach like me and listen to a fun talk.  We both really enjoyed chatting&#xD;
for this episode so we hope you enjoy it as well!&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;a href="http://www.edsquared.com/ct.ashx?id=224b37d6-aa88-4060-ab39-869dabe920b2&amp;amp;url=http%3a%2f%2fwww.radiotfs.com%2f2009%2f07%2f01%2fUsingTFSWithEdBlankenship.aspx"&gt;&#xD;
              &lt;strong&gt;Using&#xD;
TFS with Ed Blankenship&lt;/strong&gt;&#xD;
            &lt;/a&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 20px; display: inline; border-top: 0px; border-right: 0px" border="0" align="right" src="http://www.woodwardweb.com/WindowsLiveWriter/RadioTFSisbackwithVersionControl101_AC6C/radiotfs_b3cdbd08-04fe-42c7-8c80-77038b709db0.jpg"&gt;&lt;/img&gt;In&#xD;
this episode we sit down and chat with Ed Blankenship about the use of Team Foundation&#xD;
Server at Infragistics. Ed has had some interesting challenges and experiences in&#xD;
running their TFS instance.  Additionally they have done some fairly advanced&#xD;
integration work which we discuss in detail.  This is a double-length show, so&#xD;
hopefully plenty of stuff to enjoy if you are sunning yourself on a beach somewhere.&#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
Ed is the Release Engineering Manager at Infragistics, makers of the world's leading&#xD;
presentation layer tools and components.  He is also a Microsoft MVP in Visual&#xD;
Studio Team System. &#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
     Play Now: &lt;a href="http://www.edsquared.com/ct.ashx?id=224b37d6-aa88-4060-ab39-869dabe920b2&amp;amp;url=http%3a%2f%2fwww.radiotfs.com%2fct.ashx%3fid%3d85daca24-9d26-417a-8f07-0dfdef7b2965%26url%3dhttp%253a%252f%252fwww.podtrac.com%252fpts%252fredirect.mp3%252flisten.radiotfs.com%252fradiotfs_023.mp3"&gt;Using&#xD;
TFS with Ed Blankenship&lt;/a&gt;&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
As the Release Engineering Manager, he leads the Release Engineering Department which&#xD;
is responsible for automated builds, creating product installers, packaging source&#xD;
code for customers, source configuration management/version control, metrics, release&#xD;
management, work item tracking, licensing enforcement, and development of internal&#xD;
productivity tools.  The department also is responsible for TFS Operations &amp;amp;&#xD;
Maintenance. &#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
Ed has been a technical editor for the Wrox Silverlight 1.0, Silverlight 2 Developer's&#xD;
Guide, and Silverlight 2 Bible books, author of numerous articles, and has spoken&#xD;
at various user groups, events, and conferences. &#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
Links from the show: &#xD;
&lt;/p&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;a href="http://www.edsquared.com/ct.ashx?id=224b37d6-aa88-4060-ab39-869dabe920b2&amp;amp;url=http%3a%2f%2fwww.radiotfs.com%2fct.ashx%3fid%3d85daca24-9d26-417a-8f07-0dfdef7b2965%26url%3dhttp%253a%252f%252fwww.edsquared.com%252f"&gt;Ed's&#xD;
Blog&lt;/a&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;a href="http://www.edsquared.com/ct.ashx?id=224b37d6-aa88-4060-ab39-869dabe920b2&amp;amp;url=http%3a%2f%2fwww.radiotfs.com%2fct.ashx%3fid%3d85daca24-9d26-417a-8f07-0dfdef7b2965%26url%3dhttp%253a%252f%252fmpt.codeplex.com%252f"&gt;Microsoft&#xD;
Process Template&lt;/a&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;a href="http://www.edsquared.com/ct.ashx?id=224b37d6-aa88-4060-ab39-869dabe920b2&amp;amp;url=http%3a%2f%2fwww.radiotfs.com%2fct.ashx%3fid%3d85daca24-9d26-417a-8f07-0dfdef7b2965%26url%3dhttp%253a%252f%252fwww.woodwardweb.com%252fvsts%252fpolicy_override.html"&gt;Martin's&#xD;
Blog Post on Check-in Policies&lt;/a&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
How to &lt;a href="http://www.edsquared.com/ct.ashx?id=224b37d6-aa88-4060-ab39-869dabe920b2&amp;amp;url=http%3a%2f%2fwww.radiotfs.com%2fct.ashx%3fid%3d85daca24-9d26-417a-8f07-0dfdef7b2965%26url%3dhttp%253a%252f%252fblogs.msdn.com%252fjefflu%252farchive%252f2005%252f08%252f11%252f450342.aspx"&gt;turn&#xD;
on Activity Logging with TFS 2005&lt;/a&gt;&lt;/li&gt;&#xD;
          &lt;/ul&gt;&#xD;
          &lt;p&gt;&#xD;
As usual send any feedback to &lt;a href="mailto:radiotfs@gmail.com"&gt;radiotfs@gmail.com&lt;/a&gt;.&#xD;
&lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Feel free to let me know if you have any questions based on the Radio TFS chat. &#xD;
I’m more than happy to get them answered for you!&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Take care,&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;Ed B.&lt;/strong&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=224b37d6-aa88-4060-ab39-869dabe920b2"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/qRRjwqgJKhLh4BHzXpvzLbdsiuY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qRRjwqgJKhLh4BHzXpvzLbdsiuY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/qRRjwqgJKhLh4BHzXpvzLbdsiuY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qRRjwqgJKhLh4BHzXpvzLbdsiuY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=GdfNd0DipKs:Cs8l92Yj37E:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=GdfNd0DipKs:Cs8l92Yj37E:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=GdfNd0DipKs:Cs8l92Yj37E:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=GdfNd0DipKs:Cs8l92Yj37E:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=GdfNd0DipKs:Cs8l92Yj37E:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?i=GdfNd0DipKs:Cs8l92Yj37E:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/GdfNd0DipKs" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,224b37d6-aa88-4060-ab39-869dabe920b2.aspx</comments>
      <category>Community</category>
      <category>Infragistics</category>
      <category>MPT</category>
      <category>Speaking</category>
      <category>TFS</category>
      <category>Tools &amp; Toys</category>
      <category>VS 2008 Team System</category>
      <category>VSTS</category>
      <category>VSTS Administering</category>
      <category>VSTS Building &amp; Releasing</category>
      <category>VSTS Developing</category>
      <category>VSTS Version Control</category>
    <feedburner:origLink>http://www.edsquared.com/2009/07/01/Radio+TFS+Interview+Using+TFS+At+Infragistics+With+Ed+Blankenship.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=67f34927-b531-420e-95fb-498ed2e8c52d</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,67f34927-b531-420e-95fb-498ed2e8c52d.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,67f34927-b531-420e-95fb-498ed2e8c52d.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=67f34927-b531-420e-95fb-498ed2e8c52d</wfw:commentRss>
      
      <title>Speaking at the Team System User Group Virtual Edition – EMEA Meeting in June</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,67f34927-b531-420e-95fb-498ed2e8c52d.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/PWf9LIX6QyU/Speaking+At+The+Team+System+User+Group+Virtual+Edition+EMEA+Meeting+In+June.aspx</link>
      <pubDate>Wed, 03 Jun 2009 21:43:44 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
Come join!  Here’s the website and the details. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Website:  &lt;a title="http://www.tsug-ve.com/" href="http://www.edsquared.com/ct.ashx?id=67f34927-b531-420e-95fb-498ed2e8c52d&amp;amp;url=http%3a%2f%2fwww.tsug-ve.com%2f"&gt;http://www.tsug-ve.com/&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
JUNE EMEA Meeting &#xD;
&lt;br&gt;&#xD;
Meeting Date: Thursday, June 18th, 2009&lt;br&gt;&#xD;
Time: 10:00AM PDT/SLT (18:00 UTC)&lt;br&gt;&#xD;
Location:  Microsoft Island in Second Life &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Real World TFS:  Tips for a Successful Team System Implementation &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
OK, you’ve decided that Visual Studio Team System &amp;amp; Team Foundation Server is&#xD;
going to bring your organization added value (because it will :)) but what do you&#xD;
do now?  This session will cover the 2.5 year successful implementation of VSTS&#xD;
and the experience of that journey at Infragistics, the world’s leading maker of software&#xD;
development tools.  The session intends to cover over each phase of the implementation&#xD;
over all of the affected areas for a smooth adoption:  Version Control, Builds,&#xD;
Work Item Tracking, global deployment, moving multiple teams, training, automated&#xD;
testing, migration from legacy systems, and integration with other systems and TFS. &#xD;
The goal will be to go through at a high-level what it takes to make you successful&#xD;
by learning from the challenges and obstacles overcome.  We’ll also look to the&#xD;
future with VSTS 2010 and see how strategic planning will help make a successful adoption&#xD;
of the new features in the upcoming 2010 release.  The session is led by a Team&#xD;
System MVP &amp;amp; Champ who has been in the trenches during the whole implementation. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Prerequisites:  A healthy attitude from learning from other’s challenges and&#xD;
a strong desire to make real change at your organization! &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Take care, &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;Ed B.&lt;/strong&gt;&#xD;
          &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=67f34927-b531-420e-95fb-498ed2e8c52d"&gt;&lt;/img&gt;&#xD;
          &lt;br&gt;&#xD;
          &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&#xD;
&lt;/p&gt;&#xD;
      &lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/emQp-8IVf4jiFA4xVAquvc_k_dw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/emQp-8IVf4jiFA4xVAquvc_k_dw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/emQp-8IVf4jiFA4xVAquvc_k_dw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/emQp-8IVf4jiFA4xVAquvc_k_dw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=PWf9LIX6QyU:zxw9qI6qCno:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=PWf9LIX6QyU:zxw9qI6qCno:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=PWf9LIX6QyU:zxw9qI6qCno:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=PWf9LIX6QyU:zxw9qI6qCno:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=PWf9LIX6QyU:zxw9qI6qCno:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?i=PWf9LIX6QyU:zxw9qI6qCno:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/PWf9LIX6QyU" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,67f34927-b531-420e-95fb-498ed2e8c52d.aspx</comments>
      <category>Community</category>
      <category>Speaking</category>
      <category>TFS</category>
      <category>VSTS</category>
    <feedburner:origLink>http://www.edsquared.com/2009/06/03/Speaking+At+The+Team+System+User+Group+Virtual+Edition+EMEA+Meeting+In+June.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=5a8af41e-50f6-4b0e-8ca2-e15858bbed0f</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,5a8af41e-50f6-4b0e-8ca2-e15858bbed0f.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,5a8af41e-50f6-4b0e-8ca2-e15858bbed0f.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=5a8af41e-50f6-4b0e-8ca2-e15858bbed0f</wfw:commentRss>
      <slash:comments>2</slash:comments>
      
      <title>Easy Assist – Little Known Feature for Live Meeting Account Holders</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,5a8af41e-50f6-4b0e-8ca2-e15858bbed0f.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/E-HiSuscVJI/Easy+Assist+Little+Known+Feature+For+Live+Meeting+Account+Holders.aspx</link>
      <pubDate>Wed, 03 Jun 2009 19:00:44 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
I’ll have to admit, the &lt;a href="http://www.edsquared.com/ct.ashx?id=5a8af41e-50f6-4b0e-8ca2-e15858bbed0f&amp;amp;url=http%3a%2f%2fsupport.microsoft.com%2fgp%2fcp_livemeeting2007_easyassist" target="_blank"&gt;Easy&#xD;
Assist&lt;/a&gt; feature is not very discoverable if you have a &lt;a href="http://www.edsquared.com/ct.ashx?id=5a8af41e-50f6-4b0e-8ca2-e15858bbed0f&amp;amp;url=http%3a%2f%2foffice.microsoft.com%2flivemeeting" target="_blank"&gt;Live&#xD;
Meeting&lt;/a&gt; account but it’s really really really useful!  So imagine you have&#xD;
a coworker or a mother who needs help but they’re not where you’re at.  There&#xD;
are a lot of different ways for people to do remote assistance support but if you&#xD;
have a Live Meeting account there’s another way that I’ve been using:  Easy Assist. &#xD;
It’s the same app that lots of support professionals at &lt;a href="http://www.edsquared.com/ct.ashx?id=5a8af41e-50f6-4b0e-8ca2-e15858bbed0f&amp;amp;url=http%3a%2f%2fsupport.microsoft.com%2f" target="_blank"&gt;Microsoft&#xD;
Product Support &amp;amp; Services&lt;/a&gt; use to help customers remotely.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
BTW:  If you’re an &lt;a href="http://www.edsquared.com/ct.ashx?id=5a8af41e-50f6-4b0e-8ca2-e15858bbed0f&amp;amp;url=http%3a%2f%2fmvp.support.microsoft.com%2f" target="_blank"&gt;MVP&lt;/a&gt;,&#xD;
you have received a complimentary Live Meeting account as part of your benefits!&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;h3&gt;Downloads for End-users who need support&#xD;
&lt;/h3&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;a href="http://www.edsquared.com/ct.ashx?id=5a8af41e-50f6-4b0e-8ca2-e15858bbed0f&amp;amp;url=http%3a%2f%2fdownload.microsoft.com%2fdownload%2fd%2fe%2fa%2fdea9e520-e784-48e1-ba35-d7d9299cbef5%2feasetup.exe"&gt;Download&#xD;
the Microsoft Easy Assist support console for joining an Easy Assist session &lt;/a&gt;&#xD;
              &lt;img src="http://support.microsoft.com/library/images/support/en-us/external_link_indicator.gif"&gt;&lt;/img&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;a href="http://www.edsquared.com/ct.ashx?id=5a8af41e-50f6-4b0e-8ca2-e15858bbed0f&amp;amp;url=http%3a%2f%2fdownload.microsoft.com%2fdownload%2fd%2fe%2fa%2fdea9e520-e784-48e1-ba35-d7d9299cbef5%2feasyassist-safemodepackage.exe"&gt;Download&#xD;
the Microsoft Easy Assist Safe Mode Client for troubleshooting within Windows Safe&#xD;
Mode &lt;/a&gt;&#xD;
              &lt;img src="http://support.microsoft.com/library/images/support/en-us/external_link_indicator.gif"&gt;&lt;/img&gt;&#xD;
            &lt;/li&gt;&#xD;
          &lt;/ul&gt;&#xD;
          &lt;h3&gt;Downloads for Support Agent&#xD;
&lt;/h3&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;a href="http://www.edsquared.com/ct.ashx?id=5a8af41e-50f6-4b0e-8ca2-e15858bbed0f&amp;amp;url=http%3a%2f%2fdownload.microsoft.com%2fdownload%2fd%2fe%2fa%2fdea9e520-e784-48e1-ba35-d7d9299cbef5%2flpsetup.exe"&gt;Download&#xD;
the Easy Assist Launchpad for setting up Easy Assist sessions&lt;/a&gt;&#xD;
              &lt;img src="http://support.microsoft.com/library/images/support/en-us/external_link_indicator.gif"&gt;&lt;/img&gt;&#xD;
            &lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
              &lt;a href="http://www.edsquared.com/ct.ashx?id=5a8af41e-50f6-4b0e-8ca2-e15858bbed0f&amp;amp;url=http%3a%2f%2fdownload.microsoft.com%2fdownload%2fd%2fe%2fa%2fdea9e520-e784-48e1-ba35-d7d9299cbef5%2feasetup.exe"&gt;Download&#xD;
the Microsoft Easy Assist support console for joining an Easy Assist session &lt;/a&gt;&#xD;
              &lt;img src="http://support.microsoft.com/library/images/support/en-us/external_link_indicator.gif"&gt;&lt;/img&gt;&#xD;
            &lt;/li&gt;&#xD;
          &lt;/ul&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;h2&gt;Easy Assist Launchpad&#xD;
&lt;/h2&gt;&#xD;
        &lt;p&gt;&#xD;
So the first thing you should do to help create support sessions quickly as a “support&#xD;
agent” is get the &lt;a href="http://www.edsquared.com/ct.ashx?id=5a8af41e-50f6-4b0e-8ca2-e15858bbed0f&amp;amp;url=http%3a%2f%2fdownload.microsoft.com%2fdownload%2fd%2fe%2fa%2fdea9e520-e784-48e1-ba35-d7d9299cbef5%2flpsetup.exe" target="_blank"&gt;Easy&#xD;
Assist Launchpad installed&lt;/a&gt; so it sits in your tray and waits for you.  When&#xD;
you launch it for the first time, it’ll ask you to put in your Live Meeting credentials. &#xD;
These are the same that you would use when you setup &amp;amp; configure the Live Meeting&#xD;
client.  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=5a8af41e-50f6-4b0e-8ca2-e15858bbed0f&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fEasyAssistLittleKnownFeatureforLiveMeeti_BCCE%2fimage_6.png"&gt;&#xD;
            &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/EasyAssistLittleKnownFeatureforLiveMeeti_BCCE/image_thumb_2.png" width="604" height="402"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
After you have finished that, the Launchpad will sit in your system tray and has a&#xD;
few options available for you:&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=5a8af41e-50f6-4b0e-8ca2-e15858bbed0f&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fEasyAssistLittleKnownFeatureforLiveMeeti_BCCE%2fimage_4.png"&gt;&#xD;
            &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/EasyAssistLittleKnownFeatureforLiveMeeti_BCCE/image_thumb_1.png" width="455" height="250"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt; &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I’ve went ahead and chosen “Create Session” and I’m just going to put in something&#xD;
to let my Mom (and I) know this is for her session.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=5a8af41e-50f6-4b0e-8ca2-e15858bbed0f&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fEasyAssistLittleKnownFeatureforLiveMeeti_BCCE%2fimage_8.png"&gt;&#xD;
            &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/EasyAssistLittleKnownFeatureforLiveMeeti_BCCE/image_thumb_3.png" width="450" height="165"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
After, creating the session you’ll have the option to join the session yourself and&#xD;
also send the invite by e-mail (using your default e-mail application) to the person&#xD;
you’re trying to support.  Look at the URL… you’ll notice it’s very similar to&#xD;
a Live Meeting invite but instead it has the “joinEA?” inside of it.  This is&#xD;
important because this is what makes the end user experience better for the support&#xD;
agent and the person being supported because it will fire off the Easy Assist client&#xD;
instead of the full Live Meeting client.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=5a8af41e-50f6-4b0e-8ca2-e15858bbed0f&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fEasyAssistLittleKnownFeatureforLiveMeeti_BCCE%2fimage_12.png"&gt;&#xD;
            &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/EasyAssistLittleKnownFeatureforLiveMeeti_BCCE/image_thumb_5.png" width="814" height="283"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;h2&gt;Support Agent Features&#xD;
&lt;/h2&gt;&#xD;
        &lt;p&gt;&#xD;
Once you’ve fired off the Easy Assist support agent client, you’ll be able to see&#xD;
the other support agents that are attending as well as the person(s) you are trying&#xD;
to support.  You can request that they reboot, share their screen, share your&#xD;
screen, request to control their session, send files, and more.  Support agent&#xD;
screens:&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=5a8af41e-50f6-4b0e-8ca2-e15858bbed0f&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fEasyAssistLittleKnownFeatureforLiveMeeti_BCCE%2fimage_14.png"&gt;&#xD;
            &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/EasyAssistLittleKnownFeatureforLiveMeeti_BCCE/image_thumb_6.png" width="344" height="417"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=5a8af41e-50f6-4b0e-8ca2-e15858bbed0f&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fEasyAssistLittleKnownFeatureforLiveMeeti_BCCE%2fimage_16.png"&gt;&#xD;
            &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/EasyAssistLittleKnownFeatureforLiveMeeti_BCCE/image_thumb_7.png" width="347" height="420"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
All the end user sees is a small window that’s out of view.  After the session,&#xD;
it even asks the end user if they would like to uninstall the Easy Assist client since&#xD;
it’s not needed anymore!  How nice?!  It even works if the customer has&#xD;
booted in safe mode.  Very handy at times.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=5a8af41e-50f6-4b0e-8ca2-e15858bbed0f&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fEasyAssistLittleKnownFeatureforLiveMeeti_BCCE%2fCustomerViewEasyAssist_2.png"&gt;&#xD;
            &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="CustomerViewEasyAssist" border="0" alt="CustomerViewEasyAssist" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/EasyAssistLittleKnownFeatureforLiveMeeti_BCCE/CustomerViewEasyAssist_thumb.png" width="404" height="239"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;    &lt;a href="http://www.edsquared.com/ct.ashx?id=5a8af41e-50f6-4b0e-8ca2-e15858bbed0f&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fEasyAssistLittleKnownFeatureforLiveMeeti_BCCE%2fCustomerUninstallEasyAssist_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="CustomerUninstallEasyAssist" border="0" alt="CustomerUninstallEasyAssist" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/EasyAssistLittleKnownFeatureforLiveMeeti_BCCE/CustomerUninstallEasyAssist_thumb.png" width="393" height="187"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
You can see how it’s super easy to escalate a support call from a family member, an&#xD;
IM/e-mail from a co-worker, or even setting up a session for &lt;strong&gt;&lt;em&gt;you&lt;/em&gt;&lt;/strong&gt; to&#xD;
get help from a support agent who doesn’t have remote assistance provided by their&#xD;
employer.  Hope this is helpful to you!&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;Ed B.&lt;/strong&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=5a8af41e-50f6-4b0e-8ca2-e15858bbed0f"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4X7FL01NP1-SnioR0X2-LXd-gF4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4X7FL01NP1-SnioR0X2-LXd-gF4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4X7FL01NP1-SnioR0X2-LXd-gF4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4X7FL01NP1-SnioR0X2-LXd-gF4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=E-HiSuscVJI:-Vb_t7wyPUA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=E-HiSuscVJI:-Vb_t7wyPUA:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=E-HiSuscVJI:-Vb_t7wyPUA:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=E-HiSuscVJI:-Vb_t7wyPUA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=E-HiSuscVJI:-Vb_t7wyPUA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?i=E-HiSuscVJI:-Vb_t7wyPUA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/E-HiSuscVJI" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,5a8af41e-50f6-4b0e-8ca2-e15858bbed0f.aspx</comments>
      <category>Community</category>
      <category>KB</category>
      <category>Tools &amp; Toys</category>
    <feedburner:origLink>http://www.edsquared.com/2009/06/03/Easy+Assist+Little+Known+Feature+For+Live+Meeting+Account+Holders.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=c0e0c7c4-10a2-4397-b16e-d37fdefc14fd</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,c0e0c7c4-10a2-4397-b16e-d37fdefc14fd.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,c0e0c7c4-10a2-4397-b16e-d37fdefc14fd.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=c0e0c7c4-10a2-4397-b16e-d37fdefc14fd</wfw:commentRss>
      
      <title>First TFS iPhone App - TFSToGo</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,c0e0c7c4-10a2-4397-b16e-d37fdefc14fd.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/KI4VZc5fGFg/First+TFS+IPhone+App+TFSToGo.aspx</link>
      <pubDate>Sun, 31 May 2009 19:14:56 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
This has been out for a little while but wanted to make sure that you knew about it&#xD;
as well!&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Our Director of Product Development here at &lt;a href="http://www.edsquared.com/ct.ashx?id=c0e0c7c4-10a2-4397-b16e-d37fdefc14fd&amp;amp;url=http%3a%2f%2fwww.infragistics.com%2f" target="_blank"&gt;Infragistics&lt;/a&gt;, &lt;a href="http://www.edsquared.com/ct.ashx?id=c0e0c7c4-10a2-4397-b16e-d37fdefc14fd&amp;amp;url=http%3a%2f%2fwww.linkedin.com%2fpub%2fjoseph-croney%2f4%2f2%2f66" target="_blank"&gt;Joe&#xD;
Croney&lt;/a&gt;, has been working on a personal side project of creating an &lt;a href="http://www.edsquared.com/ct.ashx?id=c0e0c7c4-10a2-4397-b16e-d37fdefc14fd&amp;amp;url=http%3a%2f%2fwww.apple.com%2fiphone%2f" target="_blank"&gt;iPhone&lt;/a&gt; app&#xD;
that will connect to &lt;a href="http://www.edsquared.com/ct.ashx?id=c0e0c7c4-10a2-4397-b16e-d37fdefc14fd&amp;amp;url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2fteamsystem%2fdefault.aspx" target="_blank"&gt;Team&#xD;
Foundation Server&lt;/a&gt;.  He’s got a &lt;b&gt;&lt;i&gt;BETA&lt;/i&gt;&lt;/b&gt;&lt;a href="http://www.edsquared.com/ct.ashx?id=c0e0c7c4-10a2-4397-b16e-d37fdefc14fd&amp;amp;url=http%3a%2f%2fitunes.apple.com%2fWebObjects%2fMZStore.woa%2fwa%2fviewSoftware%3fid%3d310799535%26mt%3d8" target="_blank"&gt;posted&#xD;
in the Apple iTunes store now&lt;/a&gt;.  At the moment it only supports checking on&#xD;
Builds but I know he’s starting a backlog.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
More screenshots and an FAQ are available at the website:  &lt;a href="http://www.edsquared.com/ct.ashx?id=c0e0c7c4-10a2-4397-b16e-d37fdefc14fd&amp;amp;url=http%3a%2f%2fwww.tfstogo.com%2f"&gt;http://www.tfstogo.com/&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=c0e0c7c4-10a2-4397-b16e-d37fdefc14fd&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fFirstTFSiPhoneApp_C6C3%2fclip_image001_2.jpg"&gt;&#xD;
            &lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/FirstTFSiPhoneApp_C6C3/clip_image001_thumb.jpg" width="324" height="484"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=c0e0c7c4-10a2-4397-b16e-d37fdefc14fd&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fFirstTFSiPhoneApp_C6C3%2fclip_image003_2.jpg"&gt;&#xD;
            &lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/FirstTFSiPhoneApp_C6C3/clip_image003_thumb.jpg" width="324" height="484"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Joe is looking for some feedback and any bugs so if you find some feel free to report&#xD;
them at &lt;a href="mailto:support@tfstogo.com"&gt;support@tfstogo.com&lt;/a&gt;.  Congrats&#xD;
Joe! &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
FYI:  We’ve found that if you connect over VPN in the iPhone that sometimes a&#xD;
local DNS name isn’t resolved correctly.  You can correct this by putting in&#xD;
the hard-coded IP address of the &lt;a href="http://www.edsquared.com/ct.ashx?id=c0e0c7c4-10a2-4397-b16e-d37fdefc14fd&amp;amp;url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2fteamsystem%2fdefault.aspx" target="_blank"&gt;TFS&lt;/a&gt; server&#xD;
instead. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;img src="http://www.tfstogo.com/images/config.jpg"&gt;&lt;/img&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Have fun and enjoy! &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;Ed B.&lt;/strong&gt;&#xD;
          &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=c0e0c7c4-10a2-4397-b16e-d37fdefc14fd"&gt;&lt;/img&gt;&#xD;
          &lt;br&gt;&#xD;
          &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&#xD;
&lt;/p&gt;&#xD;
      &lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4baxW4iSHy1vwo5KSsPigTpIioM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4baxW4iSHy1vwo5KSsPigTpIioM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4baxW4iSHy1vwo5KSsPigTpIioM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4baxW4iSHy1vwo5KSsPigTpIioM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=KI4VZc5fGFg:OPevXS-07yo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=KI4VZc5fGFg:OPevXS-07yo:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=KI4VZc5fGFg:OPevXS-07yo:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=KI4VZc5fGFg:OPevXS-07yo:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=KI4VZc5fGFg:OPevXS-07yo:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?i=KI4VZc5fGFg:OPevXS-07yo:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/KI4VZc5fGFg" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,c0e0c7c4-10a2-4397-b16e-d37fdefc14fd.aspx</comments>
      <category>Apple</category>
      <category>Infragistics</category>
      <category>TFS</category>
      <category>Tools &amp; Toys</category>
      <category>VSTS</category>
    <feedburner:origLink>http://www.edsquared.com/2009/05/31/First+TFS+IPhone+App+TFSToGo.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=b9785c80-be07-4f7b-8fb8-d44093e24966</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,b9785c80-be07-4f7b-8fb8-d44093e24966.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,b9785c80-be07-4f7b-8fb8-d44093e24966.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=b9785c80-be07-4f7b-8fb8-d44093e24966</wfw:commentRss>
      
      <title>Draining the Blog Topic Backlog</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,b9785c80-be07-4f7b-8fb8-d44093e24966.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/FMwJ9Oi9Sx0/Draining+The+Blog+Topic+Backlog.aspx</link>
      <pubDate>Sun, 31 May 2009 16:24:27 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
It’s been pretty quiet around this blog for quite some time now.  Just been busy&#xD;
traveling to &lt;a href="http://www.edsquared.com/ct.ashx?id=b9785c80-be07-4f7b-8fb8-d44093e24966&amp;amp;url=http%3a%2f%2fwww.microsoft.com%2fevents%2fTechEd2009%2f" target="_blank"&gt;TechEd&#xD;
North America&lt;/a&gt; and back to &lt;a href="http://www.edsquared.com/ct.ashx?id=b9785c80-be07-4f7b-8fb8-d44093e24966&amp;amp;url=http%3a%2f%2fwww.infragistics.com%2fcorporate%2fdefault.aspx%23ContactUs" target="_blank"&gt;our&#xD;
office in New Jersey&lt;/a&gt;.  Lots going on!  However, no one ever has enough&#xD;
time to get everything done :)&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I’m going to be a little more demanding on myself to get through my blog topic backlog&#xD;
that I’ve been keeping for a while.  I think I’m up to 19 at the moment so I&#xD;
need to get it flushed out!  I keep a list alongside my To-Do list in OneNote&#xD;
about different topics that I come across that I blog about.  Usually they are&#xD;
from problems that I see day to day that other people probably will want to solve&#xD;
at some point (I always archive the screenshots so I can use them in my blog posts&#xD;
later.)  Other topics that end up on the list are in response to something I’ve&#xD;
done while traveling.  For example, &lt;a href="http://www.edsquared.com/ct.ashx?id=b9785c80-be07-4f7b-8fb8-d44093e24966&amp;amp;url=http%3a%2f%2fwww.woodwardweb.com%2f" target="_blank"&gt;Martin&#xD;
Woodward&lt;/a&gt; and I had the chance to record a &lt;a href="http://www.edsquared.com/ct.ashx?id=b9785c80-be07-4f7b-8fb8-d44093e24966&amp;amp;url=http%3a%2f%2fwww.radiotfs.com%2f" target="_blank"&gt;Radio&#xD;
TFS&lt;/a&gt; episode (not yet aired) where we talked about our implementation of &lt;a href="http://www.edsquared.com/ct.ashx?id=b9785c80-be07-4f7b-8fb8-d44093e24966&amp;amp;url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2fteamsystem%2fdefault.aspx" target="_blank"&gt;Team&#xD;
Foundation Server&lt;/a&gt; and &lt;a href="http://www.edsquared.com/ct.ashx?id=b9785c80-be07-4f7b-8fb8-d44093e24966&amp;amp;url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2fteamsystem%2fdefault.aspx" target="_blank"&gt;Visual&#xD;
Studio Team System&lt;/a&gt; at &lt;a href="http://www.edsquared.com/ct.ashx?id=b9785c80-be07-4f7b-8fb8-d44093e24966&amp;amp;url=http%3a%2f%2fwww.infragistics.com%2f" target="_blank"&gt;Infragistics&lt;/a&gt;. &#xD;
I think it was a great session and definitely looking forward to it getting out in&#xD;
the wild.  There were a few topics that we talked of stumbles we’ve encountered&#xD;
over the last two years and how we ended up solving them.  The goal for us was&#xD;
to get those out in the public since others may be experiencing the same hurdles and&#xD;
looking for resources on how to solve them.  It’s more along the lines of “hey,&#xD;
here’s our story so you can learn from our mistakes.”  I hope you find them useful. &#xD;
On this blog, I’ll start talking about some of those points that we brought up in&#xD;
more detail since the radio show has to be reduced to a reasonable amount of time&#xD;
:)  Some of the stuff we talked about was just down-right cool!  More details&#xD;
to come…&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
So, dear reader, I am pledging to you to get through my current blog topic backlog&#xD;
by the end of June.  Let me know if you would like me to write about anything&#xD;
in particular!&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Take care,&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;Ed B.&lt;/strong&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;font size="2"&gt;P.S.  I cross-post between my &lt;/font&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=b9785c80-be07-4f7b-8fb8-d44093e24966&amp;amp;url=http%3a%2f%2fcommunity.infragistics.com%2fblogs%2fed_blankenship%2f" target="_blank"&gt;&#xD;
            &lt;font size="2"&gt;Infragistics&#xD;
Blog&lt;/font&gt;&#xD;
          &lt;/a&gt;&#xD;
          &lt;font size="2"&gt; and my &lt;/font&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=b9785c80-be07-4f7b-8fb8-d44093e24966&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2f" target="_blank"&gt;&#xD;
            &lt;font size="2"&gt;personal&#xD;
blog&lt;/font&gt;&#xD;
          &lt;/a&gt;&#xD;
          &lt;font size="2"&gt;.  Some posts don’t end up on my Infragistics Blog&#xD;
site so be sure to check &lt;/font&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=b9785c80-be07-4f7b-8fb8-d44093e24966&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2f"&gt;&#xD;
            &lt;font size="2"&gt;http://www.edsquared.com/&lt;/font&gt;&#xD;
          &lt;/a&gt;&#xD;
          &lt;font size="2"&gt; from&#xD;
time to time where my long-time colleague Ed Kisinger and I blog.  If you’d like&#xD;
to subscribe to that feed, the RSS address is:  &lt;/font&gt;&#xD;
          &lt;a title="RSS for Posts" href="http://www.edsquared.com/ct.ashx?id=b9785c80-be07-4f7b-8fb8-d44093e24966&amp;amp;url=http%3a%2f%2ffeeds.feedburner.com%2fEdSquared"&gt;&#xD;
            &lt;font size="2"&gt;RSS&#xD;
for Posts&lt;/font&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=b9785c80-be07-4f7b-8fb8-d44093e24966"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/uByg-X4S0NcgbSGo8o1mAdKUUmw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uByg-X4S0NcgbSGo8o1mAdKUUmw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/uByg-X4S0NcgbSGo8o1mAdKUUmw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uByg-X4S0NcgbSGo8o1mAdKUUmw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=FMwJ9Oi9Sx0:deSygboeBjg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=FMwJ9Oi9Sx0:deSygboeBjg:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=FMwJ9Oi9Sx0:deSygboeBjg:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=FMwJ9Oi9Sx0:deSygboeBjg:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=FMwJ9Oi9Sx0:deSygboeBjg:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?i=FMwJ9Oi9Sx0:deSygboeBjg:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/FMwJ9Oi9Sx0" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,b9785c80-be07-4f7b-8fb8-d44093e24966.aspx</comments>
      <category>Community</category>
      <category>Conferences</category>
      <category>TFS</category>
      <category>VSTS</category>
    <feedburner:origLink>http://www.edsquared.com/2009/05/31/Draining+The+Blog+Topic+Backlog.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=6ee23269-40c6-4aed-9c96-eb96cb76ff95</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,6ee23269-40c6-4aed-9c96-eb96cb76ff95.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,6ee23269-40c6-4aed-9c96-eb96cb76ff95.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=6ee23269-40c6-4aed-9c96-eb96cb76ff95</wfw:commentRss>
      
      <title>MPT Talk at Dallas VSTS User Group</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,6ee23269-40c6-4aed-9c96-eb96cb76ff95.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/wpnpcIM16XQ/MPT+Talk+At+Dallas+VSTS+User+Group.aspx</link>
      <pubDate>Thu, 16 Apr 2009 19:56:37 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
I had a really good time last night speaking to the &lt;a href="http://www.edsquared.com/ct.ashx?id=6ee23269-40c6-4aed-9c96-eb96cb76ff95&amp;amp;url=http%3a%2f%2fwww.dallasvsts.com%2f" target="_blank"&gt;Dallas&#xD;
VSTS User Group&lt;/a&gt; about the &lt;a href="http://www.edsquared.com/ct.ashx?id=6ee23269-40c6-4aed-9c96-eb96cb76ff95&amp;amp;url=http%3a%2f%2fmpt.codeplex.com%2f" target="_blank"&gt;Microsoft&#xD;
Process Template&lt;/a&gt;.  If you want more information, I wrote a blog post shortly&#xD;
after the &lt;a href="http://www.edsquared.com/ct.ashx?id=6ee23269-40c6-4aed-9c96-eb96cb76ff95&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2f2009%2f02%2f27%2fMicrosoft%2bProcess%2bTemplate.aspx" target="_blank"&gt;public&#xD;
release of the MPT&lt;/a&gt;.  I was really sick last month when I was supposed to&#xD;
speak so I’m really glad I got the opportunity to make it up.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
One of the things I really enjoy about the group was the open session time after the&#xD;
scheduled talk to discuss problems people were facing with Team System and the group&#xD;
attempts to come up with possible solutions.  That’s really a great use of time&#xD;
for a specialized user group like this one.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
As a fun extra, thankfully the Demo Gods were okay with me and saved this Blue Screen&#xD;
of Death (BSOD) until after I was finished using the VPC during my talk :)  Everyone&#xD;
insisted that I take a screenshot and share with the rest of the world so enjoy!&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=6ee23269-40c6-4aed-9c96-eb96cb76ff95&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fMPTTalkatDallasVSTSUserGroup_D080%2fimage_2.png"&gt;&#xD;
            &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/MPTTalkatDallasVSTSUserGroup_D080/image_thumb.png" width="664" height="565"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Ed B.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
P.S. As a side note, the experience whenever your evaluation license runs out in Windows&#xD;
Server 2008 has definitely improved.  It no longer gives you a BSOD.  I&#xD;
was using TFS 2008 SP1 installed in a Windows Server 2003 VPC for my demos.&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=6ee23269-40c6-4aed-9c96-eb96cb76ff95"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/t7eixDRfTXExhYOps_l_x-qb3ts/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/t7eixDRfTXExhYOps_l_x-qb3ts/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/t7eixDRfTXExhYOps_l_x-qb3ts/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/t7eixDRfTXExhYOps_l_x-qb3ts/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=wpnpcIM16XQ:Yc6iLg2Rl0U:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=wpnpcIM16XQ:Yc6iLg2Rl0U:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=wpnpcIM16XQ:Yc6iLg2Rl0U:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=wpnpcIM16XQ:Yc6iLg2Rl0U:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=wpnpcIM16XQ:Yc6iLg2Rl0U:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?i=wpnpcIM16XQ:Yc6iLg2Rl0U:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/wpnpcIM16XQ" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,6ee23269-40c6-4aed-9c96-eb96cb76ff95.aspx</comments>
      <category>Community</category>
      <category>Humor</category>
      <category>MPT</category>
      <category>Speaking</category>
      <category>TFS</category>
      <category>VSTS</category>
    <feedburner:origLink>http://www.edsquared.com/2009/04/16/MPT+Talk+At+Dallas+VSTS+User+Group.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=96ba8861-8151-4774-bf7e-1a8af7764272</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,96ba8861-8151-4774-bf7e-1a8af7764272.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,96ba8861-8151-4774-bf7e-1a8af7764272.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=96ba8861-8151-4774-bf7e-1a8af7764272</wfw:commentRss>
      <slash:comments>1</slash:comments>
      
      <title>Microsoft Process Template</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,96ba8861-8151-4774-bf7e-1a8af7764272.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/mtEEQlPNiQE/Microsoft+Process+Template.aspx</link>
      <pubDate>Fri, 27 Feb 2009 21:06:34 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
In December, I had the privilege to be the “MVP in Residence” with the Team System&#xD;
product group.  &lt;a href="http://www.edsquared.com/ct.ashx?id=96ba8861-8151-4774-bf7e-1a8af7764272&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fcharles_sterling%2f" target="_blank"&gt;Chuck&lt;/a&gt; blogged&#xD;
about the experience at the &lt;a href="http://www.edsquared.com/ct.ashx?id=96ba8861-8151-4774-bf7e-1a8af7764272&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fcharles_sterling%2farchive%2f2008%2f12%2f10%2fmvp-in-residence-update-day-three.aspx" target="_blank"&gt;beginning&lt;/a&gt; and &lt;a href="http://www.edsquared.com/ct.ashx?id=96ba8861-8151-4774-bf7e-1a8af7764272&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fcharles_sterling%2farchive%2f2008%2f12%2f16%2fmvp-in-residence-final-recap.aspx" target="_blank"&gt;end&lt;/a&gt; of&#xD;
the week.  I felt really good about the accomplishments at the end of the week. &#xD;
The main project I worked on was packaging up the &lt;a href="http://www.edsquared.com/ct.ashx?id=96ba8861-8151-4774-bf7e-1a8af7764272&amp;amp;url=http%3a%2f%2fmpt.codeplex.com%2f" target="_blank"&gt;Microsoft&#xD;
Process Template (MPT)&lt;/a&gt; so that it could used by the public community.  I’m&#xD;
happy to announce that it is live on CodePlex now so feel free to download and use&#xD;
it!&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;strong&gt;Description&lt;/strong&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
The Microsoft Process Template (MPT) is a Microsoft internal, end-to-end project management&#xD;
solution that maps to the Microsoft product development cycle and works with Visual&#xD;
Studio Team System 2008 (VSTS). The MPT offers an out-of-the-box solution and includes&#xD;
all the work item types (forms), queries, documentation, engineering best practices,&#xD;
and reports required for Microsoft development teams to get up and running on Visual&#xD;
Studio Team System. The Engineering Excellence* and Visual Studio Development teams&#xD;
worked together closely over the last year to create this template by compiling the&#xD;
lessons learned from other teams that have implemented similar templates, incorporating&#xD;
engineering best practices, widely socializing the concepts, and finally piloting&#xD;
this template with several product groups.&lt;br&gt;&#xD;
*The engineering excellence team is a Microsoft business unit that provides Microsoft&#xD;
business group employees with high-quality technical education, best practices and&#xD;
guidance.&#xD;
&lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
Be sure to check out the Introduction and the Getting Started guides to dive in and&#xD;
get the background information for the process template.  One of the main things&#xD;
that people will notice is that the MPT simulates work item hierarchy through the&#xD;
the use of some daemon services.  There are several ways to simulate hierarchy&#xD;
in TFS 2008 so if you’re looking for a solution the MPT has the services source code&#xD;
and reports created for them.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=96ba8861-8151-4774-bf7e-1a8af7764272&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fMicrosoftProcessTemplate_AAD3%2fimage_6.png"&gt;&#xD;
            &lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="357" alt="image" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/MicrosoftProcessTemplate_AAD3/image_thumb_2.png" width="644" border="0"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Here is a sample report that uses the hierarchy to rollup the progress by Feature:&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=96ba8861-8151-4774-bf7e-1a8af7764272&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fMicrosoftProcessTemplate_AAD3%2fimage_5.png"&gt;&#xD;
            &lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="354" alt="image" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/MicrosoftProcessTemplate_AAD3/image_thumb_1.png" width="644" border="0"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
There are a few known issues with the process template which are listed in the Getting&#xD;
Started guide.  I’ll be sure to keep the guide updated if I hear of any other&#xD;
known issues.&#xD;
&lt;/p&gt;&#xD;
        &lt;h2&gt;Other MPT Resources&#xD;
&lt;/h2&gt;&#xD;
        &lt;p&gt;&#xD;
Gregg Boer, Principal Program Manager on the TFS product group, wrote an excellent&#xD;
series of blog posts of how Microsoft uses the MPT internally along with an overview&#xD;
of the process around tracking progress throughout the release. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
· &lt;a href="http://www.edsquared.com/ct.ashx?id=96ba8861-8151-4774-bf7e-1a8af7764272&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fteams_wit_tools%2farchive%2f2008%2f03%2f27%2fhow-microsoft-devdiv-uses-tfs-chapter-1-our-process.aspx"&gt;How&#xD;
Microsoft/DevDiv uses TFS - Chapter 1 (Our Process)&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
· &lt;a href="http://www.edsquared.com/ct.ashx?id=96ba8861-8151-4774-bf7e-1a8af7764272&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fteams_wit_tools%2farchive%2f2008%2f04%2f03%2fhow-microsoft-devdiv-uses-tfs-chapter-2-feature-crews.aspx"&gt;How&#xD;
Microsoft/DevDiv uses TFS - Chapter 2 (Feature Crews)&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
· &lt;a href="http://www.edsquared.com/ct.ashx?id=96ba8861-8151-4774-bf7e-1a8af7764272&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fteams_wit_tools%2farchive%2f2008%2f04%2f14%2fhow-microsoft-devdiv-uses-tfs-chapter-3-implementing-the-process.aspx"&gt;How&#xD;
Microsoft/DevDiv uses TFS - Chapter 3 (Implementing the Process)&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
· &lt;a href="http://www.edsquared.com/ct.ashx?id=96ba8861-8151-4774-bf7e-1a8af7764272&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fteams_wit_tools%2farchive%2f2008%2f04%2f17%2fhow-microsoft-devdiv-uses-tfs-chapter-3-addendum.aspx"&gt;How&#xD;
Microsoft/DevDiv uses TFS - Chapter 3 (Addendum)&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
· &lt;a href="http://www.edsquared.com/ct.ashx?id=96ba8861-8151-4774-bf7e-1a8af7764272&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fteams_wit_tools%2farchive%2f2008%2f04%2f18%2fhow-microsoft-devdiv-uses-tfs-chapter-4.aspx"&gt;How&#xD;
Microsoft/DevDiv uses TFS - Chapter 4&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
· &lt;a href="http://www.edsquared.com/ct.ashx?id=96ba8861-8151-4774-bf7e-1a8af7764272&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fteams_wit_tools%2farchive%2f2008%2f04%2f29%2fhow-microsoft-devdiv-uses-tfs-chapter-5-tracking-progress.aspx"&gt;How&#xD;
Microsoft/DevDiv uses TFS - Chapter 5 (Tracking Progress)&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
· &lt;a href="http://www.edsquared.com/ct.ashx?id=96ba8861-8151-4774-bf7e-1a8af7764272&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fteams_wit_tools%2farchive%2f2008%2f05%2f06%2fhow-microsoft-devdiv-uses-tfs-chapter-6-tracking-multiple-projects.aspx"&gt;How&#xD;
Microsoft/DevDiv uses TFS - Chapter 6 (Tracking multiple projects)&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
· &lt;a href="http://www.edsquared.com/ct.ashx?id=96ba8861-8151-4774-bf7e-1a8af7764272&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fteams_wit_tools%2farchive%2f2008%2f05%2f14%2fhow-microsoft-devdiv-uses-tfs-chapter-6-addendum.aspx"&gt;How&#xD;
Microsoft/DevDiv uses TFS - Chapter 6 (Addendum)&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
· &lt;a href="http://www.edsquared.com/ct.ashx?id=96ba8861-8151-4774-bf7e-1a8af7764272&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fteams_wit_tools%2farchive%2f2008%2f05%2f16%2fhow-microsoft-devdiv-uses-tfs-chapter-7-tracking-risk.aspx"&gt;How&#xD;
Microsoft/DevDiv uses TFS-Chapter 7 (Tracking Risk)&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
· &lt;a href="http://www.edsquared.com/ct.ashx?id=96ba8861-8151-4774-bf7e-1a8af7764272&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fteams_wit_tools%2farchive%2f2008%2f05%2f23%2fhow-microsoft-devdiv-uses-tfs-chapter-8-tracking-quality-gates.aspx"&gt;How&#xD;
Microsoft/DevDiv uses TFS-Chapter 8 (Tracking Quality Gates)&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
· &lt;a href="http://www.edsquared.com/ct.ashx?id=96ba8861-8151-4774-bf7e-1a8af7764272&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fteams_wit_tools%2farchive%2f2008%2f06%2f09%2fhow-microsoft-dev-div-uses-tfs-chapter-9-transparency-in-reporting.aspx"&gt;How&#xD;
Microsoft/Dev Div uses TFS - Chapter 9 (Transparency in Reporting)&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=96ba8861-8151-4774-bf7e-1a8af7764272&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fjeffbe%2f"&gt;&#xD;
            &lt;a href="http://www.edsquared.com/ct.ashx?id=96ba8861-8151-4774-bf7e-1a8af7764272&amp;amp;url=http%3a%2f%2fchannel9.msdn.com%2fposts%2fbriankel%2fBetter-Project-Management-with-Team-Foundation-Server%2f" target="_blank"&gt;&#xD;
              &lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" height="208" alt="image" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/MicrosoftProcessTemplate_AAD3/image_9.png" width="276" border="0"&gt;&lt;/img&gt;&#xD;
            &lt;/a&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=96ba8861-8151-4774-bf7e-1a8af7764272&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fjeffbe%2f" target="_blank"&gt;Jeff&#xD;
Beehler&lt;/a&gt; and &lt;a href="http://www.edsquared.com/ct.ashx?id=96ba8861-8151-4774-bf7e-1a8af7764272&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fbriankel%2f"&gt;Brian&#xD;
Keller&lt;/a&gt; also put together a video of how Jeff uses the MPT &amp;amp; TFS to monitor&#xD;
progress of the release cycle. Take a look on Channel 9: &lt;a title="http://channel9.msdn.com/posts/briankel/Better-Project-Management-with-Team-Foundation-Server/" href="http://www.edsquared.com/ct.ashx?id=96ba8861-8151-4774-bf7e-1a8af7764272&amp;amp;url=http%3a%2f%2fchannel9.msdn.com%2fposts%2fbriankel%2fBetter-Project-Management-with-Team-Foundation-Server%2f"&gt;http://channel9.msdn.com/posts/briankel/Better-Project-Management-with-Team-Foundation-Server/&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I really want to thank you to everyone that helped getting it packaged up for the&#xD;
public!  Also, thanks to &lt;a href="http://www.edsquared.com/ct.ashx?id=96ba8861-8151-4774-bf7e-1a8af7764272&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fcharles_sterling%2f" target="_blank"&gt;Chuck&lt;/a&gt; for&#xD;
organizing the week, working logistics, and of course giving me a place to stay!&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Ed B.&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=96ba8861-8151-4774-bf7e-1a8af7764272"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/9tRch3zJYrXCfOKweStJxHMsKVs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9tRch3zJYrXCfOKweStJxHMsKVs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/9tRch3zJYrXCfOKweStJxHMsKVs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9tRch3zJYrXCfOKweStJxHMsKVs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=mtEEQlPNiQE:X0DjxIBCPWQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=mtEEQlPNiQE:X0DjxIBCPWQ:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=mtEEQlPNiQE:X0DjxIBCPWQ:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=mtEEQlPNiQE:X0DjxIBCPWQ:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/EdSquared?a=mtEEQlPNiQE:X0DjxIBCPWQ:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EdSquared?i=mtEEQlPNiQE:X0DjxIBCPWQ:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/mtEEQlPNiQE" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,96ba8861-8151-4774-bf7e-1a8af7764272.aspx</comments>
      <category>Community</category>
      <category>MPT</category>
      <category>TFS</category>
      <category>Tools &amp; Toys</category>
      <category>VS 2008 Team System</category>
      <category>VSTS</category>
    <feedburner:origLink>http://www.edsquared.com/2009/02/27/Microsoft+Process+Template.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=e7e30b9d-1b39-4660-a955-b5beee0603cc</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,e7e30b9d-1b39-4660-a955-b5beee0603cc.aspx</pingback:target>
      <dc:creator>Ed Kisinger (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,e7e30b9d-1b39-4660-a955-b5beee0603cc.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=e7e30b9d-1b39-4660-a955-b5beee0603cc</wfw:commentRss>
      
      <title>Azure User Group in Dallas</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,e7e30b9d-1b39-4660-a955-b5beee0603cc.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/a6E0vU_JtZQ/Azure+User+Group+In+Dallas.aspx</link>
      <pubDate>Tue, 17 Feb 2009 16:10:41 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
I just found out about this group from an MSDN Flash. Check them out; there is a meeting&#xD;
tonight. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=e7e30b9d-1b39-4660-a955-b5beee0603cc&amp;amp;url=http%3a%2f%2fwww.azureusergroup.com%2f" target="_blank"&gt;Azure&#xD;
User Group Website&lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The website is home for many Azure User Groups from around the world.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Ed K.&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=e7e30b9d-1b39-4660-a955-b5beee0603cc"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/WN_5AW5N96a1DQESeTouh0rhdNY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WN_5AW5N96a1DQESeTouh0rhdNY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/WN_5AW5N96a1DQESeTouh0rhdNY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WN_5AW5N96a1DQESeTouh0rhdNY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/EdSquared?a=7WHl5ZjX"&gt;&lt;img src="http://feeds.feedburner.com/~f/EdSquared?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/EdSquared?a=kE9hTYHJ"&gt;&lt;img src="http://feeds.feedburner.com/~f/EdSquared?d=42" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/EdSquared?a=AHfgW0zT"&gt;&lt;img src="http://feeds.feedburner.com/~f/EdSquared?d=43" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/EdSquared?a=y8Uky3br"&gt;&lt;img src="http://feeds.feedburner.com/~f/EdSquared?d=52" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/a6E0vU_JtZQ" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,e7e30b9d-1b39-4660-a955-b5beee0603cc.aspx</comments>
      <category>Azure</category>
      <category>Community</category>
    <feedburner:origLink>http://www.edsquared.com/2009/02/17/Azure+User+Group+In+Dallas.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=31168d91-60c3-4879-b343-61dc8fbe6a1a</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,31168d91-60c3-4879-b343-61dc8fbe6a1a.aspx</pingback:target>
      <dc:creator>Ed Kisinger (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,31168d91-60c3-4879-b343-61dc8fbe6a1a.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=31168d91-60c3-4879-b343-61dc8fbe6a1a</wfw:commentRss>
      
      <title>Azure Training Kit Updated</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,31168d91-60c3-4879-b343-61dc8fbe6a1a.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/zHv0b_EoX7A/Azure+Training+Kit+Updated.aspx</link>
      <pubDate>Tue, 17 Feb 2009 15:29:16 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
Download &lt;a href="http://www.edsquared.com/ct.ashx?id=31168d91-60c3-4879-b343-61dc8fbe6a1a&amp;amp;url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3fFamilyID%3d413E88F8-5966-4A83-B309-53B7B77EDF78%26displaylang%3den" target="_blank"&gt;here&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;h6&gt;Overview&#xD;
&lt;/h6&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a name="Description"&gt;&#xD;
          &lt;/a&gt;The Azure Services Training Kit includes a comprehensive&#xD;
set of technical content including hands-on labs, presentations, and demos that are&#xD;
designed to help you learn how to use the Azure Services Platform. The February release&#xD;
includes the following updates: &#xD;
&lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
19 demo scripts that walkthrough several of the services &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
10 presentations covering the entire Azure Services Platform &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
3 additional hands-on labs for Live Services &#xD;
&lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;br&gt;&#xD;
This technical content covers services including: Windows Azure, .NET Services, SQL&#xD;
Services, and Live Services.&lt;br&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Ed K.&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=31168d91-60c3-4879-b343-61dc8fbe6a1a"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/O5nLnPOlRNjZ7NviKbywblWvaoU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/O5nLnPOlRNjZ7NviKbywblWvaoU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/O5nLnPOlRNjZ7NviKbywblWvaoU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/O5nLnPOlRNjZ7NviKbywblWvaoU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/EdSquared?a=IdmdtDrI"&gt;&lt;img src="http://feeds.feedburner.com/~f/EdSquared?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/EdSquared?a=AQZNha2h"&gt;&lt;img src="http://feeds.feedburner.com/~f/EdSquared?d=42" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/EdSquared?a=0dJWoOV3"&gt;&lt;img src="http://feeds.feedburner.com/~f/EdSquared?d=43" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/EdSquared?a=RIxr79o9"&gt;&lt;img src="http://feeds.feedburner.com/~f/EdSquared?d=52" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/zHv0b_EoX7A" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,31168d91-60c3-4879-b343-61dc8fbe6a1a.aspx</comments>
      <category>Azure</category>
    <feedburner:origLink>http://www.edsquared.com/2009/02/17/Azure+Training+Kit+Updated.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=907d27b3-d7d6-4ea7-80d6-a0b48d71c3d7</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,907d27b3-d7d6-4ea7-80d6-a0b48d71c3d7.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,907d27b3-d7d6-4ea7-80d6-a0b48d71c3d7.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=907d27b3-d7d6-4ea7-80d6-a0b48d71c3d7</wfw:commentRss>
      
      <title>TFS Performance Reports Pack</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,907d27b3-d7d6-4ea7-80d6-a0b48d71c3d7.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/rkjwPtyYwfc/TFS+Performance+Reports+Pack.aspx</link>
      <pubDate>Sat, 07 Feb 2009 06:10:13 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=907d27b3-d7d6-4ea7-80d6-a0b48d71c3d7&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fgranth%2f" target="_blank"&gt;Grant&#xD;
Holliday&lt;/a&gt;, former Team System MVP, is now working on the VSTS product group on&#xD;
various things but most importantly helping keep the internal Microsoft TFS servers&#xD;
in tip-top shape.  They have the largest known TFS instances in the world so&#xD;
you could imagine it’s got to be tough keeping it up and running well.  &lt;a href="http://www.edsquared.com/ct.ashx?id=907d27b3-d7d6-4ea7-80d6-a0b48d71c3d7&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fbharry%2f" target="_blank"&gt;Brian&#xD;
Harry&lt;/a&gt; posts their &lt;a href="http://www.edsquared.com/ct.ashx?id=907d27b3-d7d6-4ea7-80d6-a0b48d71c3d7&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fbharry%2farchive%2ftags%2fTFS%2bDogfood%2bstatistics%2fdefault.aspx" target="_blank"&gt;usage&#xD;
metrics&lt;/a&gt; regularly if you’d like to get an idea of how HUGE it is.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Keeping the performance manageable requires lots of monitoring and looking over the&#xD;
data that gets stored in the activity logging.  Grant has packaged up some of&#xD;
the reports they use internally and &lt;a href="http://www.edsquared.com/ct.ashx?id=907d27b3-d7d6-4ea7-80d6-a0b48d71c3d7&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fgranth%2farchive%2f2009%2f02%2f03%2fannouncing-tfs-performance-report-pack.aspx" target="_blank"&gt;provided&#xD;
them to the world&lt;/a&gt;.  The download package is available on his blog post.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=907d27b3-d7d6-4ea7-80d6-a0b48d71c3d7&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fblogfiles%2fgranth%2fWindowsLiveWriter%2fAnnouncingTFSPerformanceReportPack_AFF5%2fimage_2.png"&gt;&#xD;
            &lt;img title="image" height="189" alt="image" src="http://blogs.msdn.com/blogfiles/granth/WindowsLiveWriter/AnnouncingTFSPerformanceReportPack_AFF5/image_thumb.png" width="240" border="0"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=907d27b3-d7d6-4ea7-80d6-a0b48d71c3d7&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fblogfiles%2fgranth%2fWindowsLiveWriter%2fAnnouncingTFSPerformanceReportPack_AFF5%2fimage_6.png"&gt;&#xD;
            &lt;img title="image" height="176" alt="image" src="http://blogs.msdn.com/blogfiles/granth/WindowsLiveWriter/AnnouncingTFSPerformanceReportPack_AFF5/image_thumb_2.png" width="244" border="0"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=907d27b3-d7d6-4ea7-80d6-a0b48d71c3d7&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fblogfiles%2fgranth%2fWindowsLiveWriter%2fAnnouncingTFSPerformanceReportPack_AFF5%2fimage_8.png"&gt;&#xD;
            &lt;img title="image" height="244" alt="image" src="http://blogs.msdn.com/blogfiles/granth/WindowsLiveWriter/AnnouncingTFSPerformanceReportPack_AFF5/image_thumb_3.png" width="152" border="0"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=907d27b3-d7d6-4ea7-80d6-a0b48d71c3d7&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fblogfiles%2fgranth%2fWindowsLiveWriter%2fAnnouncingTFSPerformanceReportPack_AFF5%2fimage_10.png"&gt;&#xD;
            &lt;img title="image" height="244" alt="image" src="http://blogs.msdn.com/blogfiles/granth/WindowsLiveWriter/AnnouncingTFSPerformanceReportPack_AFF5/image_thumb_4.png" width="222" border="0"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=907d27b3-d7d6-4ea7-80d6-a0b48d71c3d7&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fblogfiles%2fgranth%2fWindowsLiveWriter%2fAnnouncingTFSPerformanceReportPack_AFF5%2fclip_image004_2.jpg"&gt;&#xD;
            &lt;img title="clip_image004" height="165" alt="clip_image004" src="http://blogs.msdn.com/blogfiles/granth/WindowsLiveWriter/AnnouncingTFSPerformanceReportPack_AFF5/clip_image004_thumb.jpg" width="244" border="0"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=907d27b3-d7d6-4ea7-80d6-a0b48d71c3d7&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fblogfiles%2fgranth%2fWindowsLiveWriter%2fAnnouncingTFSPerformanceReportPack_AFF5%2fclip_image002%255B4%255D.jpg"&gt;&#xD;
            &lt;img title="clip_image002[4]" height="148" alt="clip_image002[4]" src="http://blogs.msdn.com/blogfiles/granth/WindowsLiveWriter/AnnouncingTFSPerformanceReportPack_AFF5/clip_image002%5B4%5D_thumb.jpg" width="244" border="0"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=907d27b3-d7d6-4ea7-80d6-a0b48d71c3d7&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fblogfiles%2fgranth%2fWindowsLiveWriter%2fAnnouncingTFSPerformanceReportPack_AFF5%2fimage_14.png"&gt;&#xD;
            &lt;img title="image" height="198" alt="image" src="http://blogs.msdn.com/blogfiles/granth/WindowsLiveWriter/AnnouncingTFSPerformanceReportPack_AFF5/image_thumb_6.png" width="244" border="0"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Personally, I’m really glad that the product group is investing in dogfooding the&#xD;
early builds of the version of TFS that they are working on.  By putting the&#xD;
product under real use and under the load that only Microsoft can generate, we end&#xD;
up with a better product by the time it RTMs.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Thanks again for making this available to the world!&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Ed B.&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=907d27b3-d7d6-4ea7-80d6-a0b48d71c3d7"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Xt1C74hO2jeDJoR_3DTflkmQbAk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Xt1C74hO2jeDJoR_3DTflkmQbAk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Xt1C74hO2jeDJoR_3DTflkmQbAk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Xt1C74hO2jeDJoR_3DTflkmQbAk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/EdSquared?a=7xTCOUzj"&gt;&lt;img src="http://feeds.feedburner.com/~f/EdSquared?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/EdSquared?a=X9wJo8XK"&gt;&lt;img src="http://feeds.feedburner.com/~f/EdSquared?d=42" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/EdSquared?a=qi2lVjfH"&gt;&lt;img src="http://feeds.feedburner.com/~f/EdSquared?d=43" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/EdSquared?a=uIZHYhkq"&gt;&lt;img src="http://feeds.feedburner.com/~f/EdSquared?d=52" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/rkjwPtyYwfc" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,907d27b3-d7d6-4ea7-80d6-a0b48d71c3d7.aspx</comments>
      <category>TFS</category>
      <category>VS 2005 Team System</category>
      <category>VS 2008 Team System</category>
      <category>VSTS</category>
    <feedburner:origLink>http://www.edsquared.com/2009/02/07/TFS+Performance+Reports+Pack.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=17d33bea-6686-4ac1-93cb-57923179fc1e</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,17d33bea-6686-4ac1-93cb-57923179fc1e.aspx</pingback:target>
      <dc:creator>Ed Kisinger (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,17d33bea-6686-4ac1-93cb-57923179fc1e.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=17d33bea-6686-4ac1-93cb-57923179fc1e</wfw:commentRss>
      
      <title>Azure ramp-up</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,17d33bea-6686-4ac1-93cb-57923179fc1e.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/IeEjgNZwMq0/Azure+Rampup.aspx</link>
      <pubDate>Mon, 02 Feb 2009 22:27:09 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
Here are some links to get you started learning and developing on the Azure platform.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a title="http://www.microsoft.com/azure/" href="http://www.edsquared.com/ct.ashx?id=17d33bea-6686-4ac1-93cb-57923179fc1e&amp;amp;url=http%3a%2f%2fwww.microsoft.com%2fazure%2f" target="_blank"&gt;Azure&#xD;
Services Platform&lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a title="http://www.microsoft.com/azure/sdk.mspx" href="http://www.edsquared.com/ct.ashx?id=17d33bea-6686-4ac1-93cb-57923179fc1e&amp;amp;url=http%3a%2f%2fwww.microsoft.com%2fazure%2fsdk.mspx" target="_blank"&gt;Azure&#xD;
SDK downloads&lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a title="http://www.microsoft.com/downloads/details.aspx?FamilyID=413E88F8-5966-4A83-B309-53B7B77EDF78&amp;amp;displaylang=en" href="http://www.edsquared.com/ct.ashx?id=17d33bea-6686-4ac1-93cb-57923179fc1e&amp;amp;url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3fFamilyID%3d413E88F8-5966-4A83-B309-53B7B77EDF78%26displaylang%3den" target="_blank"&gt;Azure&#xD;
training Kit&lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a title="https://sessions.microsoftpdc.com/public/timeline.aspx" href="http://www.edsquared.com/ct.ashx?id=17d33bea-6686-4ac1-93cb-57923179fc1e&amp;amp;url=https%3a%2f%2fsessions.microsoftpdc.com%2fpublic%2ftimeline.aspx" target="_blank"&gt;PDC&#xD;
recorded sessions&lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a title="http://www.codeplex.com/azureissuetracker" href="http://www.edsquared.com/ct.ashx?id=17d33bea-6686-4ac1-93cb-57923179fc1e&amp;amp;url=http%3a%2f%2fwww.codeplex.com%2fazureissuetracker" target="_blank"&gt;Azure&#xD;
sample application (IssueTracker)&lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a title="http://blogs.msdn.com/windowsazure/" href="http://www.edsquared.com/ct.ashx?id=17d33bea-6686-4ac1-93cb-57923179fc1e&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fwindowsazure%2f" target="_blank"&gt;MSDN&#xD;
Azure blog&lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Ed K.&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=17d33bea-6686-4ac1-93cb-57923179fc1e"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/VuIcaxtuYAtJ3TxeESYmstPZ4Cc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VuIcaxtuYAtJ3TxeESYmstPZ4Cc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/VuIcaxtuYAtJ3TxeESYmstPZ4Cc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VuIcaxtuYAtJ3TxeESYmstPZ4Cc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/EdSquared?a=K9uJF8UL"&gt;&lt;img src="http://feeds.feedburner.com/~f/EdSquared?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/EdSquared?a=wP12REi8"&gt;&lt;img src="http://feeds.feedburner.com/~f/EdSquared?d=42" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/EdSquared?a=PonNN6zv"&gt;&lt;img src="http://feeds.feedburner.com/~f/EdSquared?d=43" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/EdSquared?a=RcxdVSt2"&gt;&lt;img src="http://feeds.feedburner.com/~f/EdSquared?d=52" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/IeEjgNZwMq0" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,17d33bea-6686-4ac1-93cb-57923179fc1e.aspx</comments>
    <feedburner:origLink>http://www.edsquared.com/2009/02/02/Azure+Rampup.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=c3a70bf7-6b68-4080-8d08-e1ee2e0f1aa6</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,c3a70bf7-6b68-4080-8d08-e1ee2e0f1aa6.aspx</pingback:target>
      <dc:creator>Ed Kisinger (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,c3a70bf7-6b68-4080-8d08-e1ee2e0f1aa6.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=c3a70bf7-6b68-4080-8d08-e1ee2e0f1aa6</wfw:commentRss>
      <slash:comments>3</slash:comments>
      
      <title>One year anniversary of NO TOBACCO</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,c3a70bf7-6b68-4080-8d08-e1ee2e0f1aa6.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/qqxyj2GoQsI/One+Year+Anniversary+Of+NO+TOBACCO.aspx</link>
      <pubDate>Mon, 02 Feb 2009 17:58:38 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
Well, I have hit my one year mark of not using tobacco products!! Its been extremely&#xD;
hard but well worth the sacrifice. I will not lie to anyone thinking about quitting....I&#xD;
still have cravings but they are not as bad and they do not last as long. The main&#xD;
thing that got me through the first 6 months was "hard candy" by the truck loads (weight&#xD;
gain was present) and family support. After 6 months I was able to manage cravings&#xD;
with exercise and avoiding stressful situations.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=c3a70bf7-6b68-4080-8d08-e1ee2e0f1aa6&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fOneyearanniversaryofNOTOBACCO_A86B%2fnotobacco_2.jpg"&gt;&#xD;
            &lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="106" alt="notobacco" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/OneyearanniversaryofNOTOBACCO_A86B/notobacco_thumb.jpg" width="104" border="0"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Ed K.&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=c3a70bf7-6b68-4080-8d08-e1ee2e0f1aa6"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/8LNV6RcyMFPMiuQHgqP10_27q68/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/8LNV6RcyMFPMiuQHgqP10_27q68/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/8LNV6RcyMFPMiuQHgqP10_27q68/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/8LNV6RcyMFPMiuQHgqP10_27q68/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/EdSquared?a=kWHlhPaD"&gt;&lt;img src="http://feeds.feedburner.com/~f/EdSquared?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/EdSquared?a=Zwb8fpz2"&gt;&lt;img src="http://feeds.feedburner.com/~f/EdSquared?d=42" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/EdSquared?a=6cOmFiWr"&gt;&lt;img src="http://feeds.feedburner.com/~f/EdSquared?d=43" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/EdSquared?a=05sbTgPq"&gt;&lt;img src="http://feeds.feedburner.com/~f/EdSquared?d=52" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/qqxyj2GoQsI" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,c3a70bf7-6b68-4080-8d08-e1ee2e0f1aa6.aspx</comments>
    <feedburner:origLink>http://www.edsquared.com/2009/02/02/One+Year+Anniversary+Of+NO+TOBACCO.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=c2220737-39bb-46f3-abad-d4c31cac83b9</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,c2220737-39bb-46f3-abad-d4c31cac83b9.aspx</pingback:target>
      <dc:creator>Ed Kisinger (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,c2220737-39bb-46f3-abad-d4c31cac83b9.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=c2220737-39bb-46f3-abad-d4c31cac83b9</wfw:commentRss>
      
      <title>TFS 2008 Build Notification Power Tool - Workgroup work around</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,c2220737-39bb-46f3-abad-d4c31cac83b9.aspx</guid>
      <link>http://feedproxy.google.com/~r/EdSquared/~3/mXrSggmWHos/TFS+2008+Build+Notification+Power+Tool+Workgroup+Work+Around.aspx</link>
      <pubDate>Thu, 30 Oct 2008 02:58:52 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
From those of you that use the Workgroup edition of Team Foundation Server you might&#xD;
have notice that you cannot use the Build Notification Power Tool since you cannot&#xD;
authenticate to TFS.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=c2220737-39bb-46f3-abad-d4c31cac83b9&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fTFS2008BuildNotificationPowerToolWorkgro_1351B%2fimage_4.png"&gt;&#xD;
            &lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="90" alt="image" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/TFS2008BuildNotificationPowerToolWorkgro_1351B/image_thumb_1.png" width="282" border="0"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Here is what I have done to work around the noted limitation:&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;"RunAs" to the rescue:&lt;/strong&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=c2220737-39bb-46f3-abad-d4c31cac83b9&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fTFS2008BuildNotificationPowerToolWorkgro_1351B%2fimage_2.png"&gt;&#xD;
            &lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="167" alt="image" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/TFS2008BuildNotificationPowerToolWorkgro_1351B/image_thumb.png" width="644" border="0"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;em&gt;C:\Windows\System32&amp;gt;runas.exe /user:ROSCOE\jbm /netonly "C:\Program Files\Microsoft&#xD;
Team Foundation Server 2008 Power Tools\BuildNotification.exe"&lt;/em&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;br&gt;&#xD;
To automate, create yourself a little batch file for startup. Here is a VBS script&#xD;
to automate the entry of the password for RunAs:&lt;br&gt;&lt;br&gt;&lt;font color="#0000ff"&gt;dim WshShell,FSO&lt;/font&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;font color="#0000ff"&gt;set WshShell = CreateObject("WScript.Shell")&lt;br&gt;&#xD;
set WshEnv = WshShell.Environment("Process")&lt;/font&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;font color="#0000ff"&gt;set FSO = CreateObject("Scripting.FileSystemObject")&lt;/font&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;font color="#0000ff"&gt;WshShell.Run("C:\Windows\System32\runas.exe /user:ROSCOE\jbm&#xD;
/netonly" &amp;amp; " {YourInstallPath}\BuildNotification.exe")&lt;/font&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;font color="#0000ff"&gt;Wscript.Sleep 300 ' Wait for window to open&lt;/font&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;font color="#0000ff"&gt;WshShell.AppActivate("C:\Windows\System32\runas.exe")&lt;br&gt;&#xD;
WshShell.SendKeys "{YourUserPassword}"&lt;br&gt;&#xD;
WshShell.SendKeys VBCRLF&lt;/font&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;font color="#0000ff"&gt;set WshShell=Nothing&lt;br&gt;&#xD;
set WshEnv=Nothing&lt;br&gt;&#xD;
set FSO=Nothing&lt;/font&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;font color="#0000ff"&gt;wscript.quit&lt;br&gt;&lt;/font&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;font color="#ff0000"&gt;&#xD;
            &lt;strong&gt;[UPDATE]&lt;br&gt;&lt;/strong&gt;&#xD;
          &lt;/font&gt;You can "Connect As" from the GUI; Unfortunately, you will have to&#xD;
do this each time you restart.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.edsquared.com/ct.ashx?id=c2220737-39bb-46f3-abad-d4c31cac83b9&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fTFS2008BuildNotificationPowerToolWorkgro_1351B%2fTFS_4.jpg"&gt;&#xD;
            &lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="484" alt="TFS" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/TFS2008BuildNotificationPowerToolWorkgro_1351B/TFS_thumb_1.jpg" width="327" border="0"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Ed K.&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=c2220737-39bb-46f3-abad-d4c31cac83b9"&gt;&lt;/img&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
Copyright © 2005-2009 by Ed Blankenship and Ed Kisinger. Some rights reserved.&lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/hCHQuduEXfQd1iAD9k0BZjesoqc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hCHQuduEXfQd1iAD9k0BZjesoqc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/hCHQuduEXfQd1iAD9k0BZjesoqc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hCHQuduEXfQd1iAD9k0BZjesoqc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/EdSquared?a=dr6CIuDm"&gt;&lt;img src="http://feeds.feedburner.com/~f/EdSquared?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/EdSquared?a=IyqCu7cz"&gt;&lt;img src="http://feeds.feedburner.com/~f/EdSquared?d=42" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/EdSquared?a=vSWR2iTe"&gt;&lt;img src="http://feeds.feedburner.com/~f/EdSquared?d=43" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/EdSquared?a=hi2vkGKO"&gt;&lt;img src="http://feeds.feedburner.com/~f/EdSquared?d=52" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdSquared/~4/mXrSggmWHos" height="1" width="1"/&gt;</description>
      <comments>http://www.edsquared.com/CommentView,guid,c2220737-39bb-46f3-abad-d4c31cac83b9.aspx</comments>
      <category>VS 2008 Team System</category>
      <category>VSTS</category>
    <feedburner:origLink>http://www.edsquared.com/2008/10/30/TFS+2008+Build+Notification+Power+Tool+Workgroup+Work+Around.aspx</feedburner:origLink></item>
  </channel>
</rss>
