<?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:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Learn TFS</title>
	
	<link>http://learntfs.com</link>
	<description>The Premier Team Foundation Server and Microsoft ALM Learning Resource</description>
	<lastBuildDate>Wed, 26 Oct 2011 12:53:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/learntfs" /><feedburner:info uri="learntfs" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Will Resume Regular Programming Shortly</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/Y9SCk0v3SCQ/</link>
		<comments>http://learntfs.com/2011/10/26/will-resume-regular-programming-shortly/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 12:53:56 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/2011/10/26/will-resume-regular-programming-shortly/</guid>
		<description><![CDATA[<p>I’m still alive my friends, just had stuff catch up with me a bit. I’ll be resuming regularly scheduled programming shortly, so hang tight!&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I’m still alive my friends, just had stuff catch up with me a bit. I’ll be resuming regularly scheduled programming shortly, so hang tight!</p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/Y9SCk0v3SCQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/10/26/will-resume-regular-programming-shortly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/10/26/will-resume-regular-programming-shortly/</feedburner:origLink></item>
		<item>
		<title>October 21, 2011 – Learn TFS Daily</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/3tGHM-vS45Q/</link>
		<comments>http://learntfs.com/2011/10/21/october-21-2011-learn-tfs-daily/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 14:19:22 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/2011/10/21/october-21-2011-learn-tfs-daily/</guid>
		<description><![CDATA[<p>Check out <a href="http://www.onecoolthingaday.com/today/2011/10/21/hand-drawn-is-the-new-rotoscope.html">this hand-drawn awesomeness</a> to end your week. On with the links…</p>
<p><a href="http://blog.nwcadence.com/2011/10/manual-testing-code-coverageyeah/">Manual Testing Code Coverage – Yeah!</a> from <a href="http://blog.nwcadence.com/author/jefflevinson/">Jeff Levinson</a>    <br />Jeff has a nice post showing how you’ll be able to enable and collect code coverage statistics in &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Check out <a href="http://www.onecoolthingaday.com/today/2011/10/21/hand-drawn-is-the-new-rotoscope.html">this hand-drawn awesomeness</a> to end your week. On with the links…</p>
<p><a href="http://blog.nwcadence.com/2011/10/manual-testing-code-coverageyeah/">Manual Testing Code Coverage – Yeah!</a> from <a href="http://blog.nwcadence.com/author/jefflevinson/">Jeff Levinson</a>    <br />Jeff has a nice post showing how you’ll be able to enable and collect code coverage statistics in Dev11 for manual testing efforts. Code coverage for manual testing was promised many moons ago for MTM 2010 but it didn’t make it in the product, but you’ll be good to go in the next release.</p>
<p><a href="http://blogs.msdn.com/b/vcblog/archive/2011/10/20/10228473.aspx">Inside the C++/CX Design</a> from <a href="http://blogs.msdn.com/b/vcblog/">Visual C++ Team Blog</a>    <br />Jim Springfield from the Visual C++ team has some details into the new language extensions in C++ called C++/CX. C++/CX was designed to support the new Windows 8 API model, and you’ll be able to start playing with it in the <a href="http://msdn.microsoft.com/en-us/windows/apps/br229516">Dev11 Preview</a> that was released at BUILD.</p>
<p><a href="http://blogs.msdn.com/b/mathew_aniyan/archive/2011/10/21/coded-ui-tests-for-jqueryui.aspx">Coded UI Tests for jqueryui</a> from <a href="http://blogs.msdn.com/b/mathew_aniyan/">Mathew Aniyan</a>    <br />If you’ve found yourself developing a bit with jquery, you’ll want to check this post on how to develop Coded UI Tests for web applications that have jqueryui widgets. Lots of details and code can be found at the link.</p>
<p><a href="http://blogs.msdn.com/b/willy-peter_schaub/archive/2011/10/20/tfs-integration-tools-can-i-migrate-all-work-items-from-one-team-project-collection-to-another.aspx">TFS Integration Tools – Can I Migrate All Work Items from One Team Project Collection to Another?</a> from <a href="http://blogs.msdn.com/b/willy-peter_schaub/">Willy-Peter Schaub</a>    <br />When it comes to TFS migrations, by far the most common scenario I encountered was the need to move work items from one TFS server to another or one TFS project to another. It’s common when teams collapse (or expand) their TFS installation and move from older versions of TFS to TFS 2010. In this post, Willy summarizes the different scenarios for migrating work from one TFS to another, and more specifically one TFS Project Collection to another. There’s also a bit about the limitations in this process, so you’ll want to give this a read if you’re planning a migration and need to understand your options better.</p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/3tGHM-vS45Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/10/21/october-21-2011-learn-tfs-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/10/21/october-21-2011-learn-tfs-daily/</feedburner:origLink></item>
		<item>
		<title>October 20, 2011 – Learn TFS Daily</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/CvEkXJtJ3-w/</link>
		<comments>http://learntfs.com/2011/10/20/october-20-2011-learn-tfs-daily/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 11:00:13 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/?p=835</guid>
		<description><![CDATA[<p><a href="http://arstechnica.com/gadgets/news/2011/10/microsoft-researchers-want-to-turn-your-hand-into-a-touch-screen.ars">This is the touchscreen of the future?</a> Don’t think so, but it’s still neat. On with the links…</p>
<p><a href="http://blogs.msdn.com/b/bharry/archive/2011/10/19/multi-line-test-steps-available-in-microsoft-test-manager-among-other-things.aspx">Multi-line Test Steps Available in Microsoft Test Manager, Among Other Things…</a> from <a href="http://blogs.msdn.com/b/bharry/">Brian Harry</a><br />
Brian has a big announcement that a client &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://arstechnica.com/gadgets/news/2011/10/microsoft-researchers-want-to-turn-your-hand-into-a-touch-screen.ars">This is the touchscreen of the future?</a> Don’t think so, but it’s still neat. On with the links…</p>
<p><a href="http://blogs.msdn.com/b/bharry/archive/2011/10/19/multi-line-test-steps-available-in-microsoft-test-manager-among-other-things.aspx">Multi-line Test Steps Available in Microsoft Test Manager, Among Other Things…</a> from <a href="http://blogs.msdn.com/b/bharry/">Brian Harry</a><br />
Brian has a big announcement that a client patch is now available called the “Visual Studio 2010 SP1 TFS Compatibility GDR”. It just rolls off the tongue. There are number of bug fixes in this release, several that are detailed at the link, but the big news is that Microsoft Test Manager now supports multi-line test steps. I’d like to give the team a huge round of applause, but it’s my humble opinion that MTM should have never shipped without it. Still, better late than never and thanks to the DevDiv team for another out-of-band release that not only fixes bugs but also adds value.</p>
<p><a href="http://blogs.msdn.com/b/somasegar/archive/2011/10/19/roslyn-ctp-available-now.aspx">Roslyn CTP Now Available</a> from <a href="http://blogs.msdn.com/b/somasegar/">S. Somasegar</a><br />
Soma has just announced the release of the Microsoft “Roslyn” CTP, which allows C# and VB compilers to be used as a service. Both of the compilers will have a complete rewrite for Dev11 with the C# compiler being written in C#, and the VB compiler being written in VB (as opposed to C++ for both). The result is that Roslyn compilers become services that can be consumed, opening an entire world for developers to provide tools analyzing code and compiler outputs. For more info, check out…</p>
<p><a href="http://blogs.msdn.com/b/visualstudio/archive/2011/10/19/roslyn-syntax-visualizers.aspx">Roslyn Syntax Visualizers</a> from <a href="http://blogs.msdn.com/b/visualstudio/">The Visual Studio Blog</a><br />
The Visual Studio Blog provides a getting started post to help you dive into Roslyn by taking a look at a couple of samples to develop Roslyn extensions. The samples included are a Syntax Debugger and Syntax Visualizer, and this post contains lots of info on both.</p>
<p><a href="http://blogs.msdn.com/b/ericlippert/archive/2011/10/19/the-roslyn-preview-is-now-available.aspx">The Roslyn Preview Is Now Available</a> from <a href="http://blogs.msdn.com/b/ericlippert/">Eric Lippert</a><br />
Eric also has a post announcing Roslyn and have some additional details about the scope of Roslyn and in what state you should expect to find the CTP. Also included are a number of links out to Roslyn related community pages, forums, and a Roslyn CTP Twitter feed. Dive in!</p>
<p><a href="http://blogs.interknowlogy.com/2011/10/19/windows-8-developmentfirst-impressions/">Windows 8 Development – First Impressions</a> from <a href="http://blogs.interknowlogy.com/author/danhanan/">Dan Hanan</a><br />
I enjoyed Dan’s impressions on Windows 8 development and his explanation of contracts and his list of bugs he’s run into. Lots of code and details are at the link.</p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/CvEkXJtJ3-w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/10/20/october-20-2011-learn-tfs-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/10/20/october-20-2011-learn-tfs-daily/</feedburner:origLink></item>
		<item>
		<title>October 19, 2011 – Learn TFS Daily</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/uhsHC-LOMvA/</link>
		<comments>http://learntfs.com/2011/10/19/october-19-2011-learn-tfs-daily/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 14:40:00 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/2011/10/19/october-19-2011-learn-tfs-daily/</guid>
		<description><![CDATA[<p>Underwater. Again. On with the links…</p>
<p><a href="http://blogs.msdn.com/b/briankel/archive/2011/10/16/demomates-for-visual-studio-11-alm-demos.aspx">DemoMates for Visual Studio 11 ALM Demos</a> from <a href="http://blogs.msdn.com/b/briankel/">Brian Keller</a>    <br />Brian has the skinny on a number of DemoMates for the Visual Studio 11 ALM Demos that are part of the <a href="http://aka.ms/VS11ALMVM">Visual Studio 11 </a>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Underwater. Again. On with the links…</p>
<p><a href="http://blogs.msdn.com/b/briankel/archive/2011/10/16/demomates-for-visual-studio-11-alm-demos.aspx">DemoMates for Visual Studio 11 ALM Demos</a> from <a href="http://blogs.msdn.com/b/briankel/">Brian Keller</a>    <br />Brian has the skinny on a number of DemoMates for the Visual Studio 11 ALM Demos that are part of the <a href="http://aka.ms/VS11ALMVM">Visual Studio 11 ALM Virtual Machine</a>. DemoMates are Silverlight-based renderings of a software demo that can be used to easily learn a demo or demonstrate it to an audience. Very cool stuff.</p>
<p><a href="http://geekswithblogs.net/TarunArora/archive/2011/10/16/introduction-to-branching-by-quality-branching-merging-techniques.aspx">Introduction to Branching by Quality [Branching-Merging Techniques]</a> from <a href="http://geekswithblogs.net/TarunArora/Default.aspx">Tarun Arora</a>    <br />Tarun has a great exploration into the “Branch by Quality” branch pattern, where branching is done based on the phase of development for a specific set of code. It’s the most common branching story out there and one that I typically recommend because it jives with my “Scrummerfall” preference. Understanding branching patterns is critical to implementing a proper ALM solution, and unless you’re a branching wizard, you should give this a read.</p>
<p><a href="http://blogs.blackmarble.co.uk/blogs/rfennell/archive/2011/10/17/using-nuget-and-tfs-build-2010.aspx">Using NuGet and TFS Build 2010</a> from <a href="http://blogs.blackmarble.co.uk/blogs/rfennell/default.aspx">Richard Fennell</a>    <br />Richard has an interesting look at using NuGet in a TFS build and a couple of errors (and their solutions) that arose in a specific example he encountered.</p>
<p><a href="http://geekswithblogs.net/MarkPearl/archive/2011/10/15/two-useful-extensions-for-presenters-using-vs2010.aspx">Two Useful Extensions for Presenters Using VS2010</a> from <a href="http://geekswithblogs.net/MarkPearl/Default.aspx">Mark Pearl</a>    <br />If you’re in the habit of presenting and using Visual Studio 2010 during your presentations, you should check out the Presentation Zoom VS extension and the ZoomEditorMargin VS extension. Both are described in Mark’s post with screens and details at the link.</p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/uhsHC-LOMvA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/10/19/october-19-2011-learn-tfs-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/10/19/october-19-2011-learn-tfs-daily/</feedburner:origLink></item>
		<item>
		<title>October 18, 2011 – Learn TFS Daily</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/p_lme_roIZI/</link>
		<comments>http://learntfs.com/2011/10/18/october-18-2011-learn-tfs-daily/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 13:37:15 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/2011/10/18/october-18-2011-learn-tfs-daily/</guid>
		<description><![CDATA[<p>Sorry about yesterday, things got away from me. <a href="http://www.youtube.com/watch?v=Ws6AAhTw7RA">This link showing quantum levitation should make it up to you</a>. If it doesn’t, you can contact management for a refund. On with the links…</p>
<p><a href="http://blogs.msdn.com/b/willy-peter_schaub/archive/2011/10/18/visual-studio-architecture-tooling-guidance-how-important-is-the-guidance-extension.aspx">Visual Studio Architecture Tooling Guidance – </a>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Sorry about yesterday, things got away from me. <a href="http://www.youtube.com/watch?v=Ws6AAhTw7RA">This link showing quantum levitation should make it up to you</a>. If it doesn’t, you can contact management for a refund. On with the links…</p>
<p><a href="http://blogs.msdn.com/b/willy-peter_schaub/archive/2011/10/18/visual-studio-architecture-tooling-guidance-how-important-is-the-guidance-extension.aspx">Visual Studio Architecture Tooling Guidance – How Important is the Guidance Extension?</a> from <a href="http://blogs.msdn.com/b/willy-peter_schaub/">Willy-Peter Schaub</a>    <br />The <a href="http://vsarchitectureguide.codeplex.com/">Visual Studio 2010 Architecture Tooling Guidance</a> is one of the most popular and, as a result, it should be no surprise that the Visual Studio ALM Rangers have big plans for the next set of the guidance that is part of their Visual Studio 11 Readiness efforts. In this post, the “epics” that are part of the next set of guidance are defined as well as their priorities.</p>
<p><a href="http://blogs.msdn.com/b/willy-peter_schaub/archive/2011/10/18/external-visual-studio-alm-ranger-champions-2011-2-are-known-cowabunga.aspx">(External) Visual Studio ALM Ranger Champions 2011.2 are Known! Cowabunga!</a> from <a href="http://blogs.msdn.com/b/willy-peter_schaub/">Willy-Peter Schaub</a>    <br />Willy also recognizes the external (that means, the ones that don’t work for MSFT) Visual Studio ALM Rangers champions, <a href="http://blogs.msdn.com/b/willy-peter_schaub/archive/2010/09/28/introducing-the-visual-studio-alm-rangers-michael-fourie-also-known-as-mike.aspx">Michael Fourie</a>, <a href="http://blogs.msdn.com/b/willy-peter_schaub/archive/2010/07/08/introducing-the-visual-studio-alm-rangers-martin-hinshelwood.aspx">Martin Hinshelwood</a>, and <a href="http://blogs.msdn.com/b/willy-peter_schaub/archive/2010/07/04/introducing-the-visual-studio-alm-rangers-robert-maclean.aspx">Robert MacLean</a>! All three have been long-time contributors to the Visual Studio ALM community and this recognition is well deserved. Congrats!</p>
<p><a href="http://blogs.microsoft.co.il/blogs/shair/archive/2011/10/16/how-to-change-test-scribe-template.aspx">How to Change Test Scribe Template</a> and <a href="http://blogs.microsoft.co.il/blogs/shair/archive/2011/10/18/test-scribe-developer-guide.aspx">Test Scribe – Developer Guide</a> from <a href="http://blogs.microsoft.co.il/blogs/shair/">Shai Raiten</a>    <br />Shai posted on how to change the Test Scribe template and ended up writing a developer’s guide to answer some of the questions he received via email. If you are looking to utilize Test Scribe and customize it’s output, you’ll want to read both posts. He provides a complete reference for both the images and strings Test Scribe uses, as well as an explanation of the command list.</p>
<p><a href="http://geekswithblogs.net/rakker/archive/2011/10/17/effective-stand-ups.aspx">Effective Stand-Ups</a> from <a href="http://geekswithblogs.net/rakker/Default.aspx">Robert May</a>    <br />I really liked this post on effective stand-up meetings and some of the dysfunctions teams doing stand-ups tend to face. I’m not a big fan of the gimmicks surrounding stand-ups and Scrum, as those are in place just to overcome most managers inability to conduct a meeting, but believe that daily, ultra-quick status meetings are indispensible for teams looking to regain control of their project. Even if you’re an old hand at Scrum, you’ll find something in this post worth your while.</p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/p_lme_roIZI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/10/18/october-18-2011-learn-tfs-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/10/18/october-18-2011-learn-tfs-daily/</feedburner:origLink></item>
		<item>
		<title>October 14, 2011 – Learn TFS Daily</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/tOZxR_FNyVo/</link>
		<comments>http://learntfs.com/2011/10/14/october-14-2011-learn-tfs-daily/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 14:45:46 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/2011/10/14/october-14-2011-learn-tfs-daily/</guid>
		<description><![CDATA[<p>Friday! Today isn’t quite as VS and TFS heavy, but there’s a little bit peppered in. On with the links…</p>
<p><a href="http://blogs.telerik.com/teampulse/posts/11-10-13/agile-is-for-your-whole-business.aspx">Agile is for Your Whole Business</a> from <a href="http://blogs.telerik.com/joelsemeniuk/posts.aspx">Joel Semeniuk</a>    <br />I really liked this post from Joel on Agile software development &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Friday! Today isn’t quite as VS and TFS heavy, but there’s a little bit peppered in. On with the links…</p>
<p><a href="http://blogs.telerik.com/teampulse/posts/11-10-13/agile-is-for-your-whole-business.aspx">Agile is for Your Whole Business</a> from <a href="http://blogs.telerik.com/joelsemeniuk/posts.aspx">Joel Semeniuk</a>    <br />I really liked this post from Joel on Agile software development and its application to your entire business. I’m actually a partner in a health and fitness business and have been thinking quite a bit about how to apply Agile concepts to what we do.</p>
<p><a href="http://blogs.msdn.com/b/vstsqualitytools/archive/2011/10/14/test-case-management-tcm-reporting-frequently-asked-questions-part-1.aspx">Test Case Management (TCM) Reporting - Frequently Asked Questions - Part 1</a> from <a href="http://blogs.msdn.com/b/vstsqualitytools/">Visual Studio Team Test</a>    <br />This is a great post answering a few frequently asked questions about Test Case management and reporting with Microsoft Test Manager and Visual Studio 2010. Using reports and data effectively seems intuitive, but its been my experience that most teams are very ineffective at not only gathering effective quantifiers to manage their team but then using that data once they have it.</p>
<p><a href="http://timheuer.com/blog/archive/2011/10/12/anatomy-of-a-good-bug-report.aspx">Anatomy of a Good Bug Report</a> from <a href="http://timheuer.com/blog/">Tim Heuer</a>    <br />Tim shows us the anatomy of a good bug report by describing what she be in it, which fields should be required, and what a good bug report looks like. I worked for a company many moons ago that rewrote it’s “bug template” multiple times to overcome issues where people weren’t entering good data in bugs. In reality, the biggest impediment to creating and using bug reports wasn’t the specifics of its contents but rather the discipline of the team to enter effective data and then use it. So standardize on something (like Tim’s recommendations) and then actually use the damn thing.</p>
<p><a href="http://msmvps.com/blogs/theproblemsolver/archive/2011/10/14/using-the-html-5-file-api-to-read-the-file-contents.aspx">Using the HTML 5 File API to Read the file Contents</a> from <a href="http://msmvps.com/blogs/theproblemsolver/default.aspx">The Problem Solver</a>    <br />It’s post like this that make me want to drop everything and focus entirely on HTML 5. Here, we get a look at reading file contents using the HTML 5 <a href="http://www.w3.org/TR/FileAPI/#dfn-filereader">FileReader</a> API.</p>
<p><a href="http://altdevblogaday.com/2011/10/13/how-we-review-code/">How We Review Code</a> from <a href="http://altdevblogaday.com/">Lee Winder</a>    <br />Code Reviews are probably the least understood, and therefore least effectively quality control tool that teams use. <em>How</em> a code review is of extreme importance, and can take code reviews from being a complete waste of time to being the most important part of your development process. To understand the different types of code reviews and how they can be used, check out this great post describing different review strategies.</p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/tOZxR_FNyVo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/10/14/october-14-2011-learn-tfs-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/10/14/october-14-2011-learn-tfs-daily/</feedburner:origLink></item>
		<item>
		<title>October 13, 2011 – Learn TFS Daily</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/NSCK3tVZ7tc/</link>
		<comments>http://learntfs.com/2011/10/13/october-13-2011-learn-tfs-daily/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 13:57:21 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/2011/10/13/october-13-2011-learn-tfs-daily/</guid>
		<description><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Dennis_Ritchie">Dennis Ritchie</a>, the man responsible for developing the C programming language, <a href="http://techcrunch.com/2011/10/13/father-of-c-and-unix-dennis-ritchie-passes-away-at-age-70/">has died</a>. The computing world has lost someone whose contributions are every bit, even if not more so, substantial as Steve Jobs. On with the links…</p>
<p><a href="http://geekswithblogs.net/TarunArora/archive/2011/10/12/what-is-new-in-vs-tfs-2011-part-2.aspx">What </a>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Dennis_Ritchie">Dennis Ritchie</a>, the man responsible for developing the C programming language, <a href="http://techcrunch.com/2011/10/13/father-of-c-and-unix-dennis-ritchie-passes-away-at-age-70/">has died</a>. The computing world has lost someone whose contributions are every bit, even if not more so, substantial as Steve Jobs. On with the links…</p>
<p><a href="http://geekswithblogs.net/TarunArora/archive/2011/10/12/what-is-new-in-vs-tfs-2011-part-2.aspx">What is New in VS TFS 2011 Part 2</a> and <a href="http://geekswithblogs.net/TarunArora/archive/2011/10/12/what-is-new-in-vs-tfs-2011-part-3.aspx">Part 3</a> from <a href="http://geekswithblogs.net/TarunArora/Default.aspx">Tarun Arora</a>    <br />Tarun continues his excellent series on the new goodness in Team Foundation Server 11 by showing off the features that pertain to Testers, Business Analysts, Project Managers, and TFS Administrators. A lot of ground is covered, and if you’ve ignored TFS 11 up until this point, this series is a good place to get started catching up.</p>
<p><a href="http://blogs.msdn.com/b/bryang/archive/2011/10/13/building-with-vs11-and-team-foundation-service-preview.aspx">Building with VS11 and Team Foundation Service Preview</a> from <a href="http://blogs.msdn.com/b/bryang/">Bryan Group</a>    <br />I’ve linked to a bit on this subject before, but Bryan’s post on TFS Build and Team Foundation Service is the most complete I’ve seen yet. He shows how to set up TFS Build with TF Service and also walks through queuing and monitoring your builds.</p>
<p><a href="http://donovanbrown.com/post/Why-is-my-MS-Project-run-so-slow-when-connected-to-TFS.aspx">Why Does My MS Project Run So Slow When Connected to TFS</a> from <a href="http://donovanbrown.com/">Donovan Brown</a>    <br />Donovan has a quick tip to help out MS Project performance when you’re using MS Project with TFS Work Items.</p>
<p><a href="http://altdevblogaday.com/2011/10/13/18659/">The Three Things We Need</a> at Work from <a href="http://altdevblogaday.com/author/chad-moore/">Chad Moore</a>    <br />I really liked this post from Chad Moore on the three key factors to creating a productive and profitable workspace. Chad is in game development, but the factors he highlights (autonomy, mastery, and contribution) are universal to all teams. This is definitely worth a quick read.</p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/NSCK3tVZ7tc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/10/13/october-13-2011-learn-tfs-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/10/13/october-13-2011-learn-tfs-daily/</feedburner:origLink></item>
		<item>
		<title>October 12, 2011 – Learn TFS Daily</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/XWxCbOFzMFg/</link>
		<comments>http://learntfs.com/2011/10/12/october-12-2011-learn-tfs-daily/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 11:00:42 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/?p=829</guid>
		<description><![CDATA[<p>Do you like video games? If so, <a href="http://www.onecoolthingaday.com/today/2010/5/24/if-i-were-presidentid-build-buildings-like-video-games.html">this is what awesome looks like</a>. On with the links…</p>
<p><a href="http://colinsalmcorner.blogspot.com/2011/10/using-tfs-api-to-display-results-of.html">Using the TFS API to Display Results of a Hierarchical Work Item Query</a> from <a href="http://colinsalmcorner.blogspot.com/">Colin Dembovsky</a><br />
If you’re querying data with the &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Do you like video games? If so, <a href="http://www.onecoolthingaday.com/today/2010/5/24/if-i-were-presidentid-build-buildings-like-video-games.html">this is what awesome looks like</a>. On with the links…</p>
<p><a href="http://colinsalmcorner.blogspot.com/2011/10/using-tfs-api-to-display-results-of.html">Using the TFS API to Display Results of a Hierarchical Work Item Query</a> from <a href="http://colinsalmcorner.blogspot.com/">Colin Dembovsky</a><br />
If you’re querying data with the TFS API, you’ve probably figured out that RunQuery() won’t work for a tree or direct links query. To overcome this, Colin has put together some code that will allow you to query hierarchical work items and has lots of details and screens at the link (downloadable code too).</p>
<p><a href="http://arstechnica.com/microsoft/news/2011/10/how-windows-8s-memory-management-modifications-make-for-a-better-user-experience.ars">How Windows 8’s Memory Management Modifications Make for a Better User Experience</a> from <a href="http://arstechnica.com/">Ars Technica</a><br />
Ars brings us a great read explaining the memory management story in Windows 8 and how it claims to be even more efficient than Windows 7. I’m a big Ars fan and think you should be to, so set a bookmark.</p>
<p><a href="http://keithelder.net/2011/09/19/windows-8-and-the-up-and-coming-hardware-revolution/">Windows 8 and the Up and Coming Hardware Revolution</a> from <a href="http://keithelder.net/">Keith Elder</a><br />
I really liked Keith’s post on how Windows 8 will juggle the traditional PC and the tablet interface, and his thoughts on the perfect computer. He also links to a really cool BUILD presentation titled <a href="http://channel9.msdn.com/Events/BUILD/BUILD2011/BPS-1004">8 Traits of Great Metro Style Apps</a>. It’s worth your time if you’re trying to get your head around where Microsoft thinks the future is going, at least where interfaces are concerned.</p>
<p><a href="http://altdevblogaday.com/2011/09/20/things-i-wish-i-knew-earlier/">Things I Wish I Knew Earlier</a> from <a href="http://altdevblogaday.com/author/zachary-hoefler/">Zachary Hoefler</a><br />
This is a terrific post with some nuggets on Zach’s experience at an internship and what he wished people had told him up front. I’ve been at it a lot longer than Zach, but I can vouch that there is incredible wisdom in what he says and that every programmer should give it a read. There’s greatness in the comments too.</p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/XWxCbOFzMFg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/10/12/october-12-2011-learn-tfs-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/10/12/october-12-2011-learn-tfs-daily/</feedburner:origLink></item>
		<item>
		<title>October 11, 2011 – Learn TFS Daily</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/kxIesP1z_wg/</link>
		<comments>http://learntfs.com/2011/10/11/october-11-2011-learn-tfs-daily/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 22:32:21 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/2011/10/11/october-11-2011-learn-tfs-daily/</guid>
		<description><![CDATA[<p>Space nerds simply have to watch <a href="http://www.physorg.com/news/2011-10-video-documents-three-year-trek-mars.html">this video of the three-year Martian trek by the Opportunity rover</a>. Amazing. On with the links…</p>
<p><a href="http://blogs.msdn.com/b/visualstudio/archive/2011/10/11/visual-studio-11-developer-preview-search-everywhere.aspx">Visual Studio 11 Developer Preview: Search Everywhere</a> from <a href="http://blogs.msdn.com/b/visualstudio/">The Visual Studio Blog</a>    <br />The search story in Visual &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Space nerds simply have to watch <a href="http://www.physorg.com/news/2011-10-video-documents-three-year-trek-mars.html">this video of the three-year Martian trek by the Opportunity rover</a>. Amazing. On with the links…</p>
<p><a href="http://blogs.msdn.com/b/visualstudio/archive/2011/10/11/visual-studio-11-developer-preview-search-everywhere.aspx">Visual Studio 11 Developer Preview: Search Everywhere</a> from <a href="http://blogs.msdn.com/b/visualstudio/">The Visual Studio Blog</a>    <br />The search story in Visual Studio has gotten much better in Dev11, and the Visual Studio Blog has all the details.</p>
<p><a href="http://geekswithblogs.net/TarunArora/archive/2011/10/11/what-is-new-in-vs-tfs-2011--part-1.aspx">What is New in VS TFS 2011 Part 1</a> from <a href="http://geekswithblogs.net/TarunArora/Default.aspx">Tarun Arora</a>    <br />Tarun has an incredible post, the first in a series, showing off the new features and capabilities of Team Foundation Server 11. This post provides a broad look at the focus of TFS 11 and then dives into a number of specific features, including the new Team Explorer, Code Review capabilities, version control improvements, and much more.</p>
<p><a href="http://blogs.msdn.com/b/paulking/archive/2011/10/11/building-windows-phone-apps-with-a-64-bit-build-agent-from-tfs-build.aspx">Building Windows Phone Apps with a 64-bit Build Agent from TFS Build</a> from <a href="http://blogs.msdn.com/b/paulking/">Paul King</a>    <br />Developers have run into a host of issues trying to use TFS to manage builds for Windows Phone applications. In this post, Paul walks you through getting everything set up by showing you how to resolve one issue where you need to specify which version of MSBuild to run during the build process.</p>
<p><a href="http://blogs.msdn.com/b/vcblog/archive/2011/10/10/10222600.aspx">Announcing Wrox's Professional C++, 2nd Edition</a> from the <a href="http://blogs.msdn.com/b/vcblog/">Visual C++ Team Blog</a>    <br />Mar Gregoire announces the release of his book, <a href="http://www.amazon.com/Professional-C-Marc-Gregoire/dp/0470932449/ref=sr_1_1?ie=UTF8&amp;qid=1318372243&amp;sr=8-1">Professional C++, Second Edition</a>, which includes bits on the latest C++ standard, C++11. You can get a copy on the Kindle (or other digital book readers) as well. Odds are, this one will make it to my shelf.</p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/kxIesP1z_wg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/10/11/october-11-2011-learn-tfs-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/10/11/october-11-2011-learn-tfs-daily/</feedburner:origLink></item>
		<item>
		<title>October 10, 2011 – Learn TFS Daily</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/hbKzOrYltUE/</link>
		<comments>http://learntfs.com/2011/10/10/october-10-2011-learn-tfs-daily/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 11:00:23 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/?p=826</guid>
		<description><![CDATA[<p><a href="http://www.howtobearetronaut.com/2011/10/vintage-soviet-cars-1960s-1970s/">Vintage Soviet cars are charming</a>. On with the links…</p>
<p><a href="http://geekswithblogs.net/TarunArora/archive/2011/09/19/database-changes-between-tfs-2010-and-tfs-2011.aspx">Database Changes Between TFS 2010 and TFS 2011</a> from <a href="http://geekswithblogs.net/TarunArora/Default.aspx">Tarun Arora</a><br />
Tarun has put together an incredible post outlining the database changes that were made between TFS 2010 and TFS &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.howtobearetronaut.com/2011/10/vintage-soviet-cars-1960s-1970s/">Vintage Soviet cars are charming</a>. On with the links…</p>
<p><a href="http://geekswithblogs.net/TarunArora/archive/2011/09/19/database-changes-between-tfs-2010-and-tfs-2011.aspx">Database Changes Between TFS 2010 and TFS 2011</a> from <a href="http://geekswithblogs.net/TarunArora/Default.aspx">Tarun Arora</a><br />
Tarun has put together an incredible post outlining the database changes that were made between TFS 2010 and TFS 2011 and which feature those changes pertain to. It’s a neat peek behind-the-scenes as to the scope of the changes and how you can access that data.</p>
<p><a href="http://msdn.microsoft.com/en-us/vstudio/ff801895">How Do I: Use the web.config Transforms in Visual Studio 2010</a> from <a href="http://chriskoenig.net/">Chris Koenig</a><br />
Chris Koenig, our local Microsoft Developer Evangelist here in Dallas, has a succinct video showing off how to use the web.config transform feature in Visual Studio 2010. Web.config transforms help deal with the classic problem of having different web.config files and settings for different environments. These transforms are essential to teams with ALM needs that involve different environments depending on the maturity of a specific feature or release.</p>
<p><a href="http://hakanforss.wordpress.com/2011/09/20/visual-wip-beta-2-is-now-out/">Visual WIP Beta 2 is Now Out!</a> from <a href="http://hakanforss.wordpress.com/category/visual-wip/">Hakan Forss</a><br />
A second beta of <a href="http://visualwip.codeplex.com/">Visual WIP</a>, a Kanban visualization tool for Team Foundation Server that gives visibility to your Work in Progress, has been released. This project has definitely shaped up over its lifetime and there are lots of new features in this release as well as a number of bug fixes. Details and screens can be found at the link.</p>
<p><a href="http://altdevblogaday.com/2011/10/07/5-things-you-might-not-know-about-visual-studio/">5 Things You Might Not Know About Visual Studio</a> from <a href="http://altdevblogaday.com/">Gustavo Samour</a><br />
Visual Studio is massive and very complex, so it follows that your experience using Visual Studio may be drastically different from others. Consequently, you might be missing out on a number of useful tools and features. This post outlines five things you might not know about Visual Studio, but should know. Also check the comments for a few additional nuggets that might be useful.</p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/hbKzOrYltUE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/10/10/october-10-2011-learn-tfs-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/10/10/october-10-2011-learn-tfs-daily/</feedburner:origLink></item>
		<item>
		<title>October 7, 2011 – Learn TFS Daily</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/Mnx5PC163rM/</link>
		<comments>http://learntfs.com/2011/10/07/october-7-2011-learn-tfs-daily/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 13:08:16 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/2011/10/07/october-7-2011-learn-tfs-daily/</guid>
		<description><![CDATA[<p><a href="http://www.dailymail.co.uk/sciencetech/article-2044840/Worlds-complex-telescope-takes-pictures-deepest-space-quest-knowledge-outer-universe.html">Pretty pictures of deep space</a>! On with the links…</p>
<p><a href="http://blogs.msdn.com/b/visualstudio/archive/2011/10/07/improving-developer-productivity-with-visual-studio-11-developer-preview.aspx">Improving Developer Productivity with Visual Studio 11 Developer Preview</a> from <a href="http://blogs.msdn.com/b/visualstudio/">The Visual Studio Blog</a>    <br />The Visual Studio Blog breaks down how Visual Studio 11 Developer Preview increases developer productivity and &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dailymail.co.uk/sciencetech/article-2044840/Worlds-complex-telescope-takes-pictures-deepest-space-quest-knowledge-outer-universe.html">Pretty pictures of deep space</a>! On with the links…</p>
<p><a href="http://blogs.msdn.com/b/visualstudio/archive/2011/10/07/improving-developer-productivity-with-visual-studio-11-developer-preview.aspx">Improving Developer Productivity with Visual Studio 11 Developer Preview</a> from <a href="http://blogs.msdn.com/b/visualstudio/">The Visual Studio Blog</a>    <br />The Visual Studio Blog breaks down how Visual Studio 11 Developer Preview increases developer productivity and how Visual Studio’s performance has been improved. Details and screens can be found at the link.</p>
<p><a href="http://blogs.msdn.com/b/visualstudioalm/archive/2011/10/04/a-custom-data-diagnostic-adapter-for-visual-studio-coded-ui-test-using-windows-psr.aspx">A Custom Data Diagnostic Adapter for Visual Studio Coded UI Test using Windows PSR</a> from <a href="http://blogs.msdn.com/b/visualstudioalm/">Visual Studio ALM + Team Foundation Server Blog</a>    <br />This is a neat post that shows how the Windows Azure AppFabric Product Group developed an automated UI test framework using the Windows Problem Steps Recorder. They’ve made the project and code available over at <a href="http://psr4vs.codeplex.com/">Codeplex</a>, and in this post they show off code, screens, and details on how it works.</p>
<p><a href="http://blogs.msdn.com/b/bryang/archive/2011/09/22/build-2011-alm-wrap-up.aspx">Build 2011 – ALM Wrap-up</a> from <a href="http://blogs.msdn.com/b/bryang/">Bryan Group</a>    <br />Bryan recaps BUILD and provides links to all of the major news related to developers that was released at the conference. If you’re looking to start diving into the news and bits from BUILD, start here.</p>
<p><a href="http://geekswithblogs.net/TarunArora/archive/2011/09/17/tfs-azure-set-up-visual-studio-2010-to-work-with.aspx">TFS Azure: Set Up Visual Studio 2010 to Work with TFS Azure</a> from <a href="http://geekswithblogs.net/TarunArora/Default.aspx">Tarun Arora</a>    <br />Tarun walks you through you through, screen-by-screen, how to set up Visual Studio 2010 to work with TFS Azure.</p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/Mnx5PC163rM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/10/07/october-7-2011-learn-tfs-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/10/07/october-7-2011-learn-tfs-daily/</feedburner:origLink></item>
		<item>
		<title>October 6, 2011 – Learn TFS Daily</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/zGzX9wTHOdY/</link>
		<comments>http://learntfs.com/2011/10/06/october-6-2011-learn-tfs-daily/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 12:00:07 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/?p=823</guid>
		<description><![CDATA[<p>I’m sure you’ve all heard the terrible news that Steve Jobs died yesterday. While I’m a PC guy, I’ve owned Apple products including iPods, iPhones, and iPads. In my lifetime, computers have gone from a novelty to an integral part &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I’m sure you’ve all heard the terrible news that Steve Jobs died yesterday. While I’m a PC guy, I’ve owned Apple products including iPods, iPhones, and iPads. In my lifetime, computers have gone from a novelty to an integral part in virtually every part of life, work and play, and Steve Jobs was a significant contributor to that remarkable cultural change. May he rest in peace, and my thoughts and prayers are with his family and friends. Life goes on, and the tech industry that has brought us so much will continue to flourish, grow, and change. On with the links…</p>
<p><a href="http://blogs.msdn.com/b/bryang/archive/2011/10/05/creating-custom-team-foundation-server-reports.aspx">Creating Custom Team Foundation Server Reports</a> from <a href="http://blogs.msdn.com/b/bryang/">Bryan Group</a><br />
Bryan has a great post walking you through how to create your own custom TFS report. In his example, he creates a report to show which work items are assigned to which team members and the area and iteration they’re contained within. If you’ve looked to create your own reports, you’ll want to give this a look.</p>
<p><a href="http://blogs.msdn.com/b/visualstudioalm/archive/2011/09/20/visual-studio-team-foundation-server-11-developer-preview-what-s-new-for-team-foundation-server.aspx">What's New in the Visual Studio Team Foundation Server 11 Developer Preview</a> from <a href="http://blogs.msdn.com/b/visualstudioalm/">Visual Studio ALM + Team Foundation Server Blog</a><br />
Check this post for a look back at a lot of the new goodness that can be found in the Visual Studio Team Foundation Server 11 Developer Preview that was announced at BUILD. It’s been a few weeks now, but if you’re still trying to get caught up (like me), you’ll find lots of interesting stuff at the link.</p>
<p><a href="http://blogs.msdn.com/b/visualstudio/archive/2011/09/22/find-amp-replace-in-visual-studio-11-developer-preview.aspx">Visual Studio 11 Developer Preview: Find &amp; Replace</a> from <a href="http://blogs.msdn.com/b/visualstudio/">The Visual Studio Blog</a><br />
An overlooked new feature in Dev11 is the new streamlined and modernized the Find and Find and Replace interfaces for Visual Studio. The Find and Replace capabilities in Visual Studio are immense and used by every developer slinging code, so it follows that there are LOTS of details, screens, and changes you’ll definitely want to check out.</p>
<p><a href="http://blogs.telerik.com/testing/posts/11-09-27/good-collaboration-bringing-devs-and-testers-closer.aspx">Good Collaboration: Bringing Devs and Testers Closer</a> from <a href="http://blogs.telerik.com/JimHolmes/Posts.aspx">Jim Holmes</a><br />
I really liked this post from Jim Holmes on how to encourage developers and testers to work more closely with each other to influence the quality of software. I definitely have a few nits I could pick with his approach, but that doesn’t change the fact that figuring out ways to get developers and testers to work together better to increase quality and productivity is the goal we are all striving towards. Good stuff.</p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/zGzX9wTHOdY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/10/06/october-6-2011-learn-tfs-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/10/06/october-6-2011-learn-tfs-daily/</feedburner:origLink></item>
		<item>
		<title>October 5, 2011 – Learn TFS Daily</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/jzE-6pTS9D4/</link>
		<comments>http://learntfs.com/2011/10/05/october-5-2011-learn-tfs-daily/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 15:19:11 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/2011/10/05/october-5-2011-learn-tfs-daily/</guid>
		<description><![CDATA[<p><a href="http://www.physorg.com/news/2011-10-dawn-vesta-massive-mountains-rough.html">It’s not Olympus Mons but it puts Everest to shame</a>. On with the links…</p>
<p><a href="http://pascoal.net/2011/10/team-build-building-code-with-visual-studio/">Team Build: Building Code with Visual Studio</a> from <a href="http://pascoal.net/">Tiago Pascoal</a>    <br />Tiago has a terrific post on on building code with Team Build for projects that &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.physorg.com/news/2011-10-dawn-vesta-massive-mountains-rough.html">It’s not Olympus Mons but it puts Everest to shame</a>. On with the links…</p>
<p><a href="http://pascoal.net/2011/10/team-build-building-code-with-visual-studio/">Team Build: Building Code with Visual Studio</a> from <a href="http://pascoal.net/">Tiago Pascoal</a>    <br />Tiago has a terrific post on on building code with Team Build for projects that aren’t supported by MSBuild. I’ve been doing this for a long time, and still learned a lot about how TFS Build works and how to leverage the tools better in scenarios that aren’t directly supported. This is definitely worth a read, even for the most skilled build ninjas.</p>
<p><a href="http://mikefourie.wordpress.com/2011/09/22/community-tfs-2010-build-extensions-september-2011/">Community TFS 2010 Build Extensions – September 2011</a> from <a href="http://mikefourie.wordpress.com/">Mike Fourie</a>    <br />I’ve linked recently to a few posts that mentioned the new release of the TFS Build Extensions, but never linked to the announcement itself. In this post, Mike provides a link to the new release and a preview of what’s coming in the next release, which is targeted for December.</p>
<p><a href="http://blog.benday.com/archive/2011/09/22/Utility-to-Manually-Refresh-the-TFS2010-Warehouse.aspx">Utility to Manually Refresh the TFS 2010 Warehouse</a> from <a href="http://blog.benday.com/default.aspx">Benjamin Day</a>    <br />Ben has created a utility to let you refresh the TFS 2010 Warehouse via the push of a button. Details, screens, and a download link can be found in the post.</p>
<p><a href="http://altdevblogaday.com/2011/10/04/a-pre-commit-checklist/">A Pre-Commit Checklist</a> from <a href="http://altdevblogaday.com/">Ivan-Assen-Ivanov</a>    <br />I really liked this post which provides a pre-commit checklist to help improve your defect resolution process. It’s thorough while still being succinct, and is probably worth printing and taping to the wall in your developers’ workspace.</p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/jzE-6pTS9D4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/10/05/october-5-2011-learn-tfs-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/10/05/october-5-2011-learn-tfs-daily/</feedburner:origLink></item>
		<item>
		<title>October 4, 2011 – Learn TFS Daily</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/XU8OeysR-3w/</link>
		<comments>http://learntfs.com/2011/10/04/october-4-2011-learn-tfs-daily/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 12:00:37 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/?p=819</guid>
		<description><![CDATA[<p><a href="http://arstechnica.com/science/news/2011/10/sustainable-rocketry-spacex-to-cut-launch-costs-with-reusable-rocket.ars">Reusable rockets</a>? <a href="http://www.worldpolicy.org/journal/fall2011/innovation-starvation">Innovation starvation</a>? On with the links…</p>
<p><a href="http://blogs.msdn.com/b/willy-peter_schaub/archive/2011/10/02/rangers-flash-september-2011.aspx">Rangers Flash – September 2011</a> from <a href="http://blogs.msdn.com/b/willy-peter_schaub/">Willy-Peter Schaub</a><br />
Check this post to find out what the Rangers were up to in the month of September, including updates for CodedUI guidance &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://arstechnica.com/science/news/2011/10/sustainable-rocketry-spacex-to-cut-launch-costs-with-reusable-rocket.ars">Reusable rockets</a>? <a href="http://www.worldpolicy.org/journal/fall2011/innovation-starvation">Innovation starvation</a>? On with the links…</p>
<p><a href="http://blogs.msdn.com/b/willy-peter_schaub/archive/2011/10/02/rangers-flash-september-2011.aspx">Rangers Flash – September 2011</a> from <a href="http://blogs.msdn.com/b/willy-peter_schaub/">Willy-Peter Schaub</a><br />
Check this post to find out what the Rangers were up to in the month of September, including updates for CodedUI guidance and the Word4TFS projection.</p>
<p><a href="http://blendinsider.com/technical/hands-on-intro-to-blend-for-htmlvideo-plus-code-2011-09-29/">Hands On Intro to Blend for HTML – Video Plus Code</a> from <a href="http://blendinsider.com/">BlendInsider</a><br />
The official Microsoft Expression Blend team blog has a video from BUILD where Christian Schormann presented a deep dive into Blend for designing Metro-style applications with HTML. He shows step-by-step how to use the Blend preview so download and follow along to get up to speed.</p>
<p><a href="http://donovanbrown.com/post/How-to-enable-code-coverage-in-my-Team-Build.aspx">How to Enable Code Coverage in my Team Build</a> from <a href="http://donovanbrown.com/">Donovan Brown</a><br />
If you’re looking to get code coverage statistics from your build process, you’ll want to check this post from Donovan Brown that includes a video showing you how to make that happen.</p>
<p><a href="http://blogs.blackmarble.co.uk/blogs/rfennell/archive/2011/10/03/seeing-loads-of-cannot-load-load-assemblies-errors-when-editing-a-tfs-2010-build-process-workflow.aspx">Seeing Loads of ‘Cannot Load Load Assemblies’ Errors when Editing a TFS 2010 Build Process Workflow</a> from <a href="http://blogs.blackmarble.co.uk/blogs/rfennell/default.aspx">Richard Fennell</a><br />
Richard ran into an issue with the <a href="http://tfsbuildextensions.codeplex.com/wikipage?title=How%20to%20integrate%20the%20extensions%20into%20a%20build%20template&amp;referringTitle=Documentation">Community Build Extensions</a> where the build workflow he was working on reported a “Cannot Load Load Assemblies” issue. He shows how he diagnosed and fixed the issue, using <a href="http://technet.microsoft.com/en-us/sysinternals/bb896645">Process Monitor</a>.</p>
<p><a href="http://geekswithblogs.net/TarunArora/archive/2011/10/02/mtm-testing-scorecard-using-tfs-api.aspx">MTM Testing Scorecard using TFS API</a> from <a href="http://geekswithblogs.net/TarunArora/Default.aspx">Tarun Arora</a><br />
Tarun Arora keeps knocking posts out of the park with this continuation on his series using the TFS SDK and the TFS API by showing you how to programmatically build a test scorecard. Lots of code, screens, and details can be found at the link.</p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/XU8OeysR-3w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/10/04/october-4-2011-learn-tfs-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/10/04/october-4-2011-learn-tfs-daily/</feedburner:origLink></item>
		<item>
		<title>October 3, 2011 – Learn TFS Daily</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/BA8_1CGijTU/</link>
		<comments>http://learntfs.com/2011/10/03/october-3-2011-learn-tfs-daily/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 11:00:49 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/?p=817</guid>
		<description><![CDATA[<p>October is here, which means fall is in full stride! In science news, <a href="http://www.physorg.com/news/2011-09-major-atom-smasher-years.html">the Tevatron has retired</a>. On with the links…</p>
<p><a href="http://blogs.msdn.com/b/somasegar/archive/2011/09/30/visual-studio-11-programming-language-advances.aspx">Visual Studio 11 Programming Language Advances</a> from <a href="http://blogs.msdn.com/b/somasegar/">S. Somasegar</a><br />
Soma shows off some of the new programming language &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>October is here, which means fall is in full stride! In science news, <a href="http://www.physorg.com/news/2011-09-major-atom-smasher-years.html">the Tevatron has retired</a>. On with the links…</p>
<p><a href="http://blogs.msdn.com/b/somasegar/archive/2011/09/30/visual-studio-11-programming-language-advances.aspx">Visual Studio 11 Programming Language Advances</a> from <a href="http://blogs.msdn.com/b/somasegar/">S. Somasegar</a><br />
Soma shows off some of the new programming language advances in Visual Studio 11 by highlighting the advances made with JavaScript and the Visual Studio editor, asynchrony in Visual Basic and C#, C++ and parallelism, and F# and data access.</p>
<p><a href="http://blogs.msdn.com/b/willy-peter_schaub/archive/2011/10/01/program-management-thinking-about-pm-pm-and-the-pm-role-in-microsoft.aspx">Program Management – Thinking About PM != PM and the PM Role in Microsoft</a> from <a href="http://blogs.msdn.com/b/willy-peter_schaub/">Willy-Peter Schaub</a><br />
I really liked this post, which explores the job of the “Program Manager” at Microsoft and how it corresponds to how the Visual Studio ALM Rangers conduct business.</p>
<p><a href="http://donovanbrown.com/post/CUIT-Demo-of-Feature-Pack-2-Coded-UI-Test-Editor.aspx">CUIT Demo of Feature Pack 2 Coded UI Test Editor</a> from <a href="http://donovanbrown.com/">Donovan Brown</a><br />
Donovan has recorded a great video that shows off some of the new capabilities of Coded UI Testing in the recently released Feature Pack 2 that helps you deal with issues where tests are failing on playback. Titled “Solving Real World Recording Issues”, you’ll definitely want to watch this video to help you better utilize the Visual Studio automated testing features.</p>
<p><a href="http://geekswithblogs.net/TarunArora/archive/2011/09/30/tfs-sdk-get-groups-users-permissions-using-tfs-api-with.aspx">TFS SDK Get Groups Users Permissions Using TFS API with Linqpad</a> from <a href="http://geekswithblogs.net/TarunArora/Default.aspx">Tarun Arora</a><br />
Tarun continues his excellent series on the TFS API by showing you how to get security groups, members, permissions, and security settings of users in Team Projects in TFS. Lots of details, screens, and code can be found inside.</p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/BA8_1CGijTU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/10/03/october-3-2011-learn-tfs-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/10/03/october-3-2011-learn-tfs-daily/</feedburner:origLink></item>
		<item>
		<title>September 30, 2011 – Learn TFS Daily</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/FzNpdX3Ww0Q/</link>
		<comments>http://learntfs.com/2011/09/30/september-30-2011-learn-tfs-daily/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 14:46:41 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/2011/09/30/september-30-2011-learn-tfs-daily/</guid>
		<description><![CDATA[<p>Another week comes to a close! On with the links…</p>
<p><a href="http://windowsteamblog.com/windows_phone/b/wpdev/archive/2011/09/28/windows-phone-sdk-7-1-now-available.aspx">Windows Phone SDK 7.1 Now Available!</a> from <a href="http://windowsteamblog.com/Windows_Phone/b/wpdev/">The Windows Phone Developer Blog</a>    <br />Windows Phone users are being treated to the Mango release, which apparently is quite good, so it follows &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Another week comes to a close! On with the links…</p>
<p><a href="http://windowsteamblog.com/windows_phone/b/wpdev/archive/2011/09/28/windows-phone-sdk-7-1-now-available.aspx">Windows Phone SDK 7.1 Now Available!</a> from <a href="http://windowsteamblog.com/Windows_Phone/b/wpdev/">The Windows Phone Developer Blog</a>    <br />Windows Phone users are being treated to the Mango release, which apparently is quite good, so it follows that developers now can get the Windows Phone SDK 7.1! Download it <a href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=27570">here</a> and get to work!</p>
<p><a href="http://channel9.msdn.com/posts/GoingNative-Live-at-BUILD-Herb-Sutter-Joanna-Mason-Tony-Goodhew">GoingNative Live at BUILD: Herb Sutter, Joanna Mason, Tony Goodhew</a> and <a href="http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-2-C-at-BUILD-Windows-Runtime-LibraryWRL-Meet-Tarek-and-Sridhar">GoingNative 2: C++ at BUILD, Windows Runtime Library (WRL), Meet Tarek and Sridhar</a> from <a href="http://channel9.msdn.com/Shows/C9-GoingNative">C9::GoingNative</a>    <br />C9::GoingNative, Channel 9’s show that exclusively focuses on C++ development for Windows, has two new shows examining all of the news and new stuff that came out of BUILD. You’ll hear about C++11 compliance in VC11, the Windows Runtime Library, and much more.</p>
<p><a href="http://www.codewrecks.com/blog/index.php/2011/09/29/local-workspaces/">Local Workspaces</a> from <a href="http://www.codewrecks.com/blog/">Ricci Gian Maria</a>    <br />I’ve linked to a number of stories on local workspaces, but you’ll find quite a few new nuggets in this post including a comparison to SVN, screens, and more. If you haven’t read about local workspaces, you’ll also find a nice overview to help explains why this new feature is likely the most important change in the TFS 11 version control system.</p>
<p><a href="http://blogs.blackmarble.co.uk/blogs/rfennell/archive/2011/09/29/empty-groups-not-being-expanded-in-a-combobox-for-a-tfs-work-item.aspx">Empty Groups Not Being Expanded in a Combobox for a TFS Work Item</a> from <a href="http://blogs.blackmarble.co.uk/blogs/rfennell/default.aspx">Richard Fennell</a>    <br />This post deals with a problem old school TFS guys have seen since the very beginning, and that’s when empty groups are not expanded into a combobox for a TFS Work Item field with an Allowedvalues list. Check the post for details and the solution.</p>
<p><a href="http://donovanbrown.com/post/I-dont-want-Entity-Framework-code-counted-in-code-coverage.aspx">I Don’t Want Entity Framework Code Counted in Code Coverage</a> from <a href="http://donovanbrown.com/">Donovan Brown</a>    <br />Donovan shows us how to exclude code from code coverage metrics, and more specifically he shows how to do so with Entity Framework. </p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/FzNpdX3Ww0Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/09/30/september-30-2011-learn-tfs-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/09/30/september-30-2011-learn-tfs-daily/</feedburner:origLink></item>
		<item>
		<title>September 29, 2011 – Learn TFS Daily</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/0X6jtpZBIvQ/</link>
		<comments>http://learntfs.com/2011/09/29/september-29-2011-learn-tfs-daily/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 12:00:51 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/?p=814</guid>
		<description><![CDATA[<p>You are doing yourself a disservice if you don’t watch <a href="http://www.onecoolthingaday.com/today/2010/7/9/super-mario-bros-on-a-sidewalk-a-real-video-game-in-real-lif.html">this awesome video</a> of Super Mario on a sidewalk. And what’s all this I’m hearing about Amazon tablets? On with the links…</p>
<p><a href="http://blogs.msdn.com/b/visualstudioalm/archive/2011/09/28/team-foundation-server-on-windows-azure-a-rangers-dog-fooding-perspective.aspx">Team Foundation Server on Windows Azure: A Rangers </a>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>You are doing yourself a disservice if you don’t watch <a href="http://www.onecoolthingaday.com/today/2010/7/9/super-mario-bros-on-a-sidewalk-a-real-video-game-in-real-lif.html">this awesome video</a> of Super Mario on a sidewalk. And what’s all this I’m hearing about Amazon tablets? On with the links…</p>
<p><a href="http://blogs.msdn.com/b/visualstudioalm/archive/2011/09/28/team-foundation-server-on-windows-azure-a-rangers-dog-fooding-perspective.aspx">Team Foundation Server on Windows Azure: A Rangers Dog Fooding Perspective</a> from <a href="http://blogs.msdn.com/b/visualstudioalm/">Visual Studio ALM + Team Foundation Server Blog</a><br />
Visual Studio ALM Rangers lead Willy-Peter Schaub has a great article on the Rangers’ efforts to dog-food Team Foundation Server on Windows Azure. It’s an interesting look at real-world TFS Azure use and may open your eyes to some of the potential the hosted TFS platform has.</p>
<p><a href="http://msmvps.com/blogs/vstsblog/archive/2011/09/28/book-agile-software-engineering-with-visual-studio.aspx">Book: Agile Software Engineering with Visual Studio</a> from <a href="http://msmvps.com/blogs/vstsblog/default.aspx">Neno Loje</a><br />
Neno brings word that the book he co-authored with Sam Guckenheimer, <a href="http://www.amazon.com/Agile-Software-Engineering-Visual-Studio/dp/0321685857/ref=sr_1_1?ie=UTF8&amp;qid=1317273875&amp;sr=8-1">Agile Software Engineering with Visual Studio: From Concept to Continuous Feedback</a>, has finally been released. It’s been a long time coming, but it’s something I intend to dive into shortly. The original was one of my favorites and it’s clear a lot of work went into making this one every bit as good. Neno provides a look at the table of contents, a description of the book, and what’s covered.</p>
<p><a href="http://blogs.msdn.com/b/dpksinghal/archive/2011/09/28/how-to-test-deep-hierarchy-controls-using-coded-ui-test-in-wpf.aspx">How to Test Deep Hierarchy Controls Using Coded UI Test in WPF?</a> from <a href="http://blogs.msdn.com/b/dpksinghal/">Deepak Singhal</a><br />
Some developing custom controls that have a deep control hierarchy have been frustrated at trying to use Coded UI Tests to automate the testing of those controls due to bugs. A few months ago, Microsoft released a <a href="http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=36847">hotfix</a> that attempts to resolve these issues. This post helps you determine whether your issues will be resolved and what type of benefits the hotfix will provide.</p>
<p><a href="http://www.codewrecks.com/blog/index.php/2011/09/28/visual-studio-macro-to-group-files/">Visual Studio Macro to Group Files</a> from <a href="http://www.codewrecks.com/blog/">Ricci Gian Maria</a><br />
This post provides a quick Visual Studio Macro that will allow you to take advantage of the file grouping feature used by code generation tools that you often see in Solution Explorer by grouping your own files together however you see fit. Details, screens, and code can be found at the link.</p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/0X6jtpZBIvQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/09/29/september-29-2011-learn-tfs-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/09/29/september-29-2011-learn-tfs-daily/</feedburner:origLink></item>
		<item>
		<title>September 28, 2011 – Learn TFS Daily</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/hcpMA5xNnOc/</link>
		<comments>http://learntfs.com/2011/09/28/september-28-2011-learn-tfs-daily/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 12:00:18 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/?p=812</guid>
		<description><![CDATA[<p>What happens when you combine the art world with the Mars Rover Curiosity? <a href="http://www.facebook.com/media/set/?set=a.234900206559962.57553.110938085622842&#38;type=1">This madness</a> happens. On with the links…</p>
<p><a href="http://blendinsider.com/news/build-html-5-apps-with-expression-blend-for-windows-developer-preview-2011-09-14/">Build HTML 5 Apps with Expression blend for Windows Developer Preview</a> from <a href="http://blendinsider.com/">BlendInsider</a><br />
The Microsoft Expression Blend Team Blog links &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>What happens when you combine the art world with the Mars Rover Curiosity? <a href="http://www.facebook.com/media/set/?set=a.234900206559962.57553.110938085622842&amp;type=1">This madness</a> happens. On with the links…</p>
<p><a href="http://blendinsider.com/news/build-html-5-apps-with-expression-blend-for-windows-developer-preview-2011-09-14/">Build HTML 5 Apps with Expression blend for Windows Developer Preview</a> from <a href="http://blendinsider.com/">BlendInsider</a><br />
The Microsoft Expression Blend Team Blog links out to a <a href="http://msdn.microsoft.com/en-us/library/windows/apps/hh452659(v=VS.85).aspx">terrific MSDN article</a> on using the new Expression Blend 5 Developer Preview to build HTML 5 applications. Also included are a number of links to additional resources on Metro-style applications and Windows 8 interface development.</p>
<p><a href="http://blogs.msdn.com/b/visualstudio/archive/2011/09/27/visual-studio-11-developer-preview-quick-launch.aspx">Visual Studio 11 Developer Preview: Quick Launch</a> from <a href="http://blogs.msdn.com/b/visualstudio/">The Visual Studio Blog</a><br />
Visual Studio 11 introduces a new feature called quick launch, which provides a means of finding things that might be buried deep in the IDE or things that are just obfuscated by all of the noise in the Visual Studio interface. There’s a lot more depth than you think to Quick Launch, so take a look at the post (from <a href="http://blogs.msdn.com/b/zainnab/">Zain Naboulsi</a>) for details.</p>
<p><a href="http://blogs.msdn.com/b/webdevtools/archive/2011/09/22/page-inspector-for-visual-studio-11-developer-preview.aspx">Page Inspector for Visual Studio 11 Developer Preview</a> from <a href="http://blogs.msdn.com/b/webdevtools/">Web Development Tools @ Microsoft</a><br />
Another new Visual Studio 11 feature is the introduction of the new Page Inspector. Page Inspector brings browser diagnostics into Visual Studio and (long overdue!) provides an integrated experience between the browser, ASP.NET, and source code. This post contains a mountain of details and also points out a few known issues you should be aware of. You can also download the Page Inspector via the Web Platform Installer from <a href="http://www.microsoft.com/web/gallery/install.aspx?appid=VSPageInspector_v1&amp;prerelease=true">this link</a>.</p>
<p><a href="http://blogs.telerik.com/testing/posts/11-09-27/wrapping-performance-testing-introduction-what-to-monitor-plus-learning-resources.aspx">Wrapping Performance Testing Introduction: What to Monitor (Plus Learning Resources)</a> from <a href="http://blogs.telerik.com/JimHolmes/Posts.aspx">Jim Holmes</a><br />
Jim finishes his performance testing series over at Telerik’s automated testing blog by examining what to monitor during a performance test and where you can learn more about the philosophies and nuances of performance testing.</p>
<p><a href="http://drdobbs.com/architecture-and-design/231602262?cid=DDJ_nl_upd_2011-09-27_h">The Dismal Science of Code Metrics</a> from <a href="http://drdobbs.com/author/6960">Andrew Binstock</a><br />
And as an extra link for no additional cost, I’m pointing you to this article over at Dr. Dobb’s on code metrics and their limited utility. I can’t count the times I’ve seen metrics misused and abused. It always reminds me of the Benjamin Disraeli line (via Mark Twain) that there are “three kinds of lies: lies, damned lies, and statistics.”</p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/hcpMA5xNnOc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/09/28/september-28-2011-learn-tfs-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/09/28/september-28-2011-learn-tfs-daily/</feedburner:origLink></item>
		<item>
		<title>September 27, 2011 – Learn TFS Daily</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/rzReqafDXmY/</link>
		<comments>http://learntfs.com/2011/09/27/september-27-2011-learn-tfs-daily/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 14:04:10 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/2011/09/27/september-27-2011-learn-tfs-daily/</guid>
		<description><![CDATA[<p><a href="http://www.engadget.com/2011/09/26/google-puts-the-dead-sea-scrolls-in-the-cloud-promises-they-won/">The Dead Sea Scrolls, digitized</a>? Awesome. On with the links…</p>
<p><a href="http://blogs.msdn.com/b/robcaron/archive/2011/09/26/10216760.aspx">Top 10 Visual Studio Links for Monday, September 26th</a> from <a href="http://blogs.msdn.com/b/robcaron/">Rob Caron</a>    <br />I’ve linked to <a href="http://www.teamsystemrocks.com">Mickey Gousset’s great blog</a>, where he often links out to posts in the &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.engadget.com/2011/09/26/google-puts-the-dead-sea-scrolls-in-the-cloud-promises-they-won/">The Dead Sea Scrolls, digitized</a>? Awesome. On with the links…</p>
<p><a href="http://blogs.msdn.com/b/robcaron/archive/2011/09/26/10216760.aspx">Top 10 Visual Studio Links for Monday, September 26th</a> from <a href="http://blogs.msdn.com/b/robcaron/">Rob Caron</a>    <br />I’ve linked to <a href="http://www.teamsystemrocks.com">Mickey Gousset’s great blog</a>, where he often links out to posts in the community (similar to how I do), but I wanted to also pointed you towards Rob’s blog where he often will post the top 10 Visual Studio links for a given day. Today he links out to a number of items you’ve yet (but will) see here and provides a different style of highlighting community information. If you’re subscribed here, you should do yourself a favor and subscribe over there as well.</p>
<p><a href="http://blogs.msdn.com/b/vcblog/archive/2011/09/26/10216117.aspx">Building Metro Style Apps with C++ and JavaScript</a> from the <a href="http://blogs.msdn.com/b/vcblog/">Visual C++ Team Blog</a>    <br />Microsoft has significantly re-emphasized C++ development with Windows 8, so if you’re a C++ developer you’ll want to watch <a href="http://channel9.msdn.com/posts/Raman-Sharma-Building-Metro-Style-Apps-with-C-and-JavaScript">this Channel 9 video</a> on developing Metro Style Apps with C++ (and JavaScript).</p>
<p><a href="http://blogs.blackmarble.co.uk/blogs/rfennell/archive/2011/09/26/syncing-the-build-number-and-assembly-version-numbers-in-a-tfs-build-when-using-the-tfsversion-activity.aspx">Syncing the Build Number and Assembly Version Numbers in a TFS Build When Using the TFSVersion Activity</a> from <a href="http://blogs.blackmarble.co.uk/blogs/rfennell/default.aspx">Richard Fennell</a>    <br />Richard shows off the extensibility of build as well as the wonderful tools available via the community when he uses the <a href="http://tfsbuildextensions.codeplex.com/wikipage?title=How%20to%20integrate%20the%20TfsVersion%20build%20activity&amp;referringTitle=Documentation">TFSVersion community extension</a> to make the TFS build number the same format as the assembly build number. There are some hiccups, but it’s a good exploration of TFS Build and using a build extension to solve problems.</p>
<p><a href="http://blogs.msdn.com/b/willy-peter_schaub/archive/2011/09/27/team-foundation-server-team-project-guidance-we-have-a-phenomenal-team.aspx">Team Foundation Server Team Project Guidance … We Have a Phenomenal Team!</a> from <a href="http://blogs.msdn.com/b/willy-peter_schaub/">Willy-Peter Schaub</a>    <br />Take a detailed look at one of the the Visual Studio ALM Rangers’ new projects, the Team Foundation Server Team Project Guidance, which will deliver practical guidance and scenario-based guidance through the decisions of whether to have one or more TFS implementations, one or more TFS Project Collections, one or more Team Projects, and one or more teams. This guidance will be more difficult than you think, as typically there are no “right” answers. Typically, I advised my clients on the strengths and weaknesses of different approaches, and also advised them that they would likely make whatever they eventually chose “just work”. I can’t wait to see the finished product.</p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/rzReqafDXmY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/09/27/september-27-2011-learn-tfs-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/09/27/september-27-2011-learn-tfs-daily/</feedburner:origLink></item>
		<item>
		<title>September 26, 2011 – Learn TFS Daily</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/ez-fwyP6-KM/</link>
		<comments>http://learntfs.com/2011/09/26/september-26-2011-learn-tfs-daily/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 13:14:21 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/2011/09/26/september-26-2011-learn-tfs-daily/</guid>
		<description><![CDATA[<p>Another Monday has begun! I thought <a href="http://www.onecoolthingaday.com/today/2011/5/15/original-design-of-mt-rushmore.html">this picture was pretty cool</a> (probably only if you are from the US). On with the links…</p>
<p><a href="http://blogs.msdn.com/b/willy-peter_schaub/archive/2011/09/24/understanding-our-visual-studio-11-readiness-conspiracy.aspx">Understanding our Visual Studio 11 Readiness Conspiracy</a>    <br /><a href="http://blogs.msdn.com/b/willy-peter_schaub/archive/2011/09/15/latest-readiness-adventure-part-5-more-newcomers.aspx">Latest Readiness Adventure Part 5 … More Newcomers</a>    <br /><a href="http://blogs.msdn.com/b/willy-peter_schaub/archive/2011/09/16/latest-readiness-adventure-part-6-the-complete-picture.aspx">Latest Readiness </a>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Another Monday has begun! I thought <a href="http://www.onecoolthingaday.com/today/2011/5/15/original-design-of-mt-rushmore.html">this picture was pretty cool</a> (probably only if you are from the US). On with the links…</p>
<p><a href="http://blogs.msdn.com/b/willy-peter_schaub/archive/2011/09/24/understanding-our-visual-studio-11-readiness-conspiracy.aspx">Understanding our Visual Studio 11 Readiness Conspiracy</a>    <br /><a href="http://blogs.msdn.com/b/willy-peter_schaub/archive/2011/09/15/latest-readiness-adventure-part-5-more-newcomers.aspx">Latest Readiness Adventure Part 5 … More Newcomers</a>    <br /><a href="http://blogs.msdn.com/b/willy-peter_schaub/archive/2011/09/16/latest-readiness-adventure-part-6-the-complete-picture.aspx">Latest Readiness Adventure Part 6 … the Complete Picture</a> from <a href="http://blogs.msdn.com/b/willy-peter_schaub/">Willy-Peter Schaub</a>    <br />As you can see from three links, I had a lot of catching up to do for all of the new and updated project announcements from the Visual Studio ALM Rangers. Here you’ll find a complete list of upcoming Rangers projects (they have become quite prolific) including an explanation of the projects that relate to Visual Studio Dev11 features.</p>
<p><a href="http://blogs.msdn.com/b/lab_management/archive/2011/09/26/how-to-run-the-same-test-in-different-lab-environments.aspx">How to Run the Same Test in Different Lab Environments?</a> from <a href="http://blogs.msdn.com/b/lab_management/">Visual Studio Lab Management Team Blog</a>    <br />One of the key benefits of Lab Management for many teams is how to run the same test in different lab environments (and, likely, different environmental configurations). This post leads you down the path of how to make it happen.</p>
<p><a href="http://donovanbrown.com/post/I-need-to-show-history-of-a-file-on-the-command-line-so-I-can-redirect-to-a-text-file.aspx">I Need to Show TFS History of a File on the Command Line So I Can Redirect to a Text File</a> from <a href="http://donovanbrown.com/">Donovan Brown</a>    <br />Donovan explores the TF History command and how to redirect its output to a text file. This will be especially useful if you need to see the version control history of a file but want it output in a manner that allows you to search through the results.</p>
<p><a href="http://www.codewrecks.com/blog/index.php/2011/09/19/deep-dive-in-process-templates-states-and-transitions/">Deep Dive in Process Template’s States and Transitions</a> from <a href="http://www.codewrecks.com/blog/">Ricci Gian Maria</a>    <br />It’s been a while coming, but we’ve finally got the next in this series of process template modifications via a deep exploration of process template states and transitions. Specifically, it deals with states and transitions using the process template editor, as opposed to showing the raw XML. I prefer hacking the XML, but if you’re new to process template editing, you’ll want to do something similar to what’s described in the post.</p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/ez-fwyP6-KM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/09/26/september-26-2011-learn-tfs-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/09/26/september-26-2011-learn-tfs-daily/</feedburner:origLink></item>
		<item>
		<title>September 23, 2011 – Learn TFS Daily</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/Gk1SpW7ckQ4/</link>
		<comments>http://learntfs.com/2011/09/23/september-23-2011-learn-tfs-daily/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 00:48:27 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/2011/09/23/september-23-2011-learn-tfs-daily/</guid>
		<description><![CDATA[<p>I didn’t forget about you. <a href="http://www.onecoolthingaday.com/today/2011/9/22/science.html">Here’s your dose of nerd-cool</a> for the day. On with the links…</p>
<p><a href="http://blogs.msdn.com/b/visualstudioalm/archive/2011/09/23/installing-tfs-11-build-server-from-the-build-conference-in-anaheim.aspx">Installing TFS 11 Build Server from the BUILD Conference in Anaheim</a> from <a href="http://blogs.msdn.com/b/visualstudioalm/">Visual Studio ALM + Team Foundation Server Blog</a>    <br />Tim Elhajj shows &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I didn’t forget about you. <a href="http://www.onecoolthingaday.com/today/2011/9/22/science.html">Here’s your dose of nerd-cool</a> for the day. On with the links…</p>
<p><a href="http://blogs.msdn.com/b/visualstudioalm/archive/2011/09/23/installing-tfs-11-build-server-from-the-build-conference-in-anaheim.aspx">Installing TFS 11 Build Server from the BUILD Conference in Anaheim</a> from <a href="http://blogs.msdn.com/b/visualstudioalm/">Visual Studio ALM + Team Foundation Server Blog</a>    <br />Tim Elhajj shows off the installation process for the TFS 11 Developer’s Preview Build Server with a step-by-step, screen-by-screen view of the process. Details, screens, and more are at the link.</p>
<p><a href="http://blogs.msdn.com/b/visualstudioalm/archive/2011/09/23/installing-tfs-11-extension-for-sharepoint-from-the-build-conference-in-anaheim.aspx">Installing TFS 11 Extension for SharePoint from the BUILD Conference in Anaheim</a> from <a href="http://blogs.msdn.com/b/visualstudioalm/">Visual Studio ALM + Team Foundation Server Blog</a>    <br />Tim also shows off how to install the TFS 11 Developer’s Preview Extension for SharePoint that was released at BUILD. Again, screens, details, and more are at the link.</p>
<p><a href="http://www.richard-banks.org/2011/09/tfs11-and-source-control-improvements.html">TFS11 and Source Control Improvements</a> from <a href="http://www.richard-banks.org/">Richard Banks</a>    <br />Richard provides a peek into what is probably the most anticipated version control improvement in TFS 11: local workspaces. </p>
<p><a href="http://blog.nwcadence.com/2011/09/windows-update-kb2468871-interferes-with-tfs-2010-wo-sp1/">Windows Update (KB2468871) Interferes with TFS 2010 (w/o SP1)</a> from <a href="http://blog.nwcadence.com/">Northwest Cadence</a>    <br />The crew from Northwest Cadence lets us know that the latest Windows Update related to .NET 4.0 (KB2468871) will cause problems with builds that will fail or simply hang. The solution is to get TFS 2010 SP1 installed on the build server (or servers) to solve the problem.</p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/Gk1SpW7ckQ4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/09/23/september-23-2011-learn-tfs-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/09/23/september-23-2011-learn-tfs-daily/</feedburner:origLink></item>
		<item>
		<title>September 22, 2011 – Learn TFS Daily</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/VDaOHBiHH_4/</link>
		<comments>http://learntfs.com/2011/09/22/september-22-2011-learn-tfs-daily/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 16:23:29 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/2011/09/22/september-22-2011-learn-tfs-daily/</guid>
		<description><![CDATA[<p>Are you in viewing range for tomorrow’s <a href="http://www.space.com/13036-nasa-satellite-falling-earth-skywatching-light-show.html">NASA light show</a>? Today’s all about testing. On with the links…</p>
<p><a href="http://blogs.msdn.com/b/visualstudioalm/archive/2011/09/21/manual-testing-tools-for-windows-8-metro-style-applications.aspx">Manual Testing Tools for Windows 8 Metro Style Applications </a>from the <a href="http://blogs.msdn.com/b/visualstudioalm/">Visual Studio ALM + Team Foundation Server Blog</a>    <br />So you &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Are you in viewing range for tomorrow’s <a href="http://www.space.com/13036-nasa-satellite-falling-earth-skywatching-light-show.html">NASA light show</a>? Today’s all about testing. On with the links…</p>
<p><a href="http://blogs.msdn.com/b/visualstudioalm/archive/2011/09/21/manual-testing-tools-for-windows-8-metro-style-applications.aspx">Manual Testing Tools for Windows 8 Metro Style Applications </a>from the <a href="http://blogs.msdn.com/b/visualstudioalm/">Visual Studio ALM + Team Foundation Server Blog</a>    <br />So you think you’re team is ready to start developing Windows 8 Metro style applications, but how are you going to test them? This post shows how to use Microsoft Test Manager to connect to a Windows 8 device to perform manual testing and file rich bugs. Details, screens, and lots of cool stuff can be found at the link.</p>
<p><a href="http://blogs.msdn.com/b/vstsqualitytools/archive/2011/09/21/customize-your-test-case-work-item-template-to-enable-query-on-test-suites-test-plans-test-categories-and-execution-statistics.aspx">Customize Your Test Case Work Item Template to Enable Query on Test Suites, Test Plans, Test Categories and Execution Statistics</a> from <a href="http://blogs.msdn.com/b/vstsqualitytools/">Visual Studio Team Test</a>    <br />This is a long overdue post showing you how to customize a Test Case work item enable querying for test cases based on the test suites, test plans, test categories, and execution statistics related to a Test Case. If you’ve never customized a work item before, you may be in a bit over your head (just give me a buzz and I’ll get you pointed in the right direction), but the payoff of these customizations – assuming you are using Test Case work items – is immense.</p>
<p><a href="http://blogs.microsoft.co.il/blogs/shair/archive/2011/09/22/convert-nunit-to-mstest-unit-test.aspx">Convert NUnit to MSTest Unit Test</a> from <a href="http://blogs.microsoft.co.il/blogs/shair/">Shai Raiten</a>    <br />Shai tackles a problem I dealt with a few times at client sites where NUnit test suites were converted to MSTest Unit Tests in order to take advantage of the easy integration between build and MSTest. Shai maps references, attributes, and assertions to get you moving. His post won’t deal with every NUnit test scenario that might be in your library, but in my experience it will handle the vast majority and the remaining few will be pretty easy to figure out.</p>
<p><a href="http://blogs.msdn.com/b/syedab/archive/2011/09/05/web-test-recorder-not-shown-in-internet-explorer-when-recording-web-performance-test.aspx">Web Test Recorder Not Shown in Internet Explorer When Recording Web Performance Test</a> from <a href="http://blogs.msdn.com/b/syedab/">Syed Aslam Basha</a>    <br />If you’re recording Web Performance Tests in Internet Explorer and you don’t see the recorder add-in, you’ll want to read this post on how to enable it. You need to manage the add-on and make sure it’s enabled.</p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/VDaOHBiHH_4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/09/22/september-22-2011-learn-tfs-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/09/22/september-22-2011-learn-tfs-daily/</feedburner:origLink></item>
		<item>
		<title>September 21, 2011 – Learn TFS Daily</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/-jhnI39uGB4/</link>
		<comments>http://learntfs.com/2011/09/21/september-21-2011-learn-tfs-daily/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 12:00:49 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/?p=806</guid>
		<description><![CDATA[<p><a href="http://blog.modernmechanix.com/2011/09/20/the-second-west-coast-computer-faire/?utm_source=feedburner&#38;utm_medium=feed&#38;utm_campaign=Feed%3A+ModernMechanix+%28Modern+Mechanix%29">We’ve come a long, awesome way</a>. On with the links…</p>
<p><a href="http://blogs.msdn.com/b/bharry/archive/2011/09/19/the-new-team-explorer-in-tfs-11.aspx">The New Team Explorer in TFS 11</a> from <a href="http://blogs.msdn.com/b/bharry/">Brian Harry</a><br />
Brian provides a deeper look at the new Team Explorer that comes with TFS 11 and many of the &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.modernmechanix.com/2011/09/20/the-second-west-coast-computer-faire/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+ModernMechanix+%28Modern+Mechanix%29">We’ve come a long, awesome way</a>. On with the links…</p>
<p><a href="http://blogs.msdn.com/b/bharry/archive/2011/09/19/the-new-team-explorer-in-tfs-11.aspx">The New Team Explorer in TFS 11</a> from <a href="http://blogs.msdn.com/b/bharry/">Brian Harry</a><br />
Brian provides a deeper look at the new Team Explorer that comes with TFS 11 and many of the new features associated with it, including the new home page, search capabilities, work management capabilities, code review tools, build status management, performance improvements, extensibility, and much more. The new features and usage scenarios now supported are much needed, and really introduce a much deeper work management and communications experience in Visual Studio. Of all of the new goodies coming in TFS 11, the new Team Explorer is the one you’ll end up appreciating the most.</p>
<p><a href="http://blogs.msdn.com/b/visualstudioalm/archive/2011/09/20/feedback-on-working-software.aspx">Getting Feedback on Working Software with Visual Studio 11</a> from <a href="http://blogs.msdn.com/b/visualstudioalm/">Visual Studio ALM + Team Foundation Server Blog</a><br />
The Visual Studio blog has more on the feedback feature in Visual Studio 11 and TFS 11 by walking through the feedback workflow and providing on overview of the goals of the feedback tools.</p>
<p><a href="http://blogs.msdn.com/b/webdevtools/archive/2011/09/20/new-html-editor-feature-in-visual-studio-11-developer-preview.aspx">New HTML Editor feature in Visual Studio 11 Developer Preview</a> from <a href="http://blogs.msdn.com/b/webdevtools/">Web Development Tools @ Microsoft</a><br />
Microsoft has clearly, and finally, fully embraced HTML as the interface of the future by providing significant improvements in HTML editing in Visual Studio 11. This post discusses many of the new HTML editing features, including HTML5 snippets, IntelliSense for code nuggets in attributes, smart indent, event handler generation, and much more. Lots of details and screens are at the link.</p>
<p><a href="http://continuouslyintegrating.blogspot.com/2011/09/intellitrace-in-production-with-vs11.html">IntelliTrace in Production with VS11 CTP</a> from <a href="http://continuouslyintegrating.blogspot.com/">Larry Guger</a><br />
Larry takes a look at IntelliTrace in Visual Studio 11 by examining the “IntelliTrace in Production” scenario shown at BUILD.</p>
<p><a href="http://www.danielmoth.com/Blog/GPU-Debugging-With-VS-11.aspx">GPU Debugging with VS11</a> from <a href="http://www.danielmoth.com/Blog/">Daniel Moth</a><br />
Daniel shows off the C++ AMP debugging experience with Visual Studio 11 and provides code, a sample, and a <a href="http://video.ch9.ms/build/2011/wmv-hq/802-HD.wmv">video link</a> to his BUILD session on the same subject.</p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/-jhnI39uGB4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/09/21/september-21-2011-learn-tfs-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/09/21/september-21-2011-learn-tfs-daily/</feedburner:origLink></item>
		<item>
		<title>September 20, 2011 – Learn TFS Daily</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/qk4LpcH49Xk/</link>
		<comments>http://learntfs.com/2011/09/20/september-20-2011-learn-tfs-daily/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 12:00:15 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/?p=803</guid>
		<description><![CDATA[<p>It’ll take me weeks to wade through all of the Build links, but there’s a LOT of good stuff you won’t want to miss. But the most important news today? <a href="http://www.amazon.com/Gears-War-3-Xbox-360/dp/B002I0H79C/ref=sr_1_1?ie=UTF8&#38;qid=1316368912&#38;sr=8-1">Gears of War 3</a> is out! Hell yes. On with &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>It’ll take me weeks to wade through all of the Build links, but there’s a LOT of good stuff you won’t want to miss. But the most important news today? <a href="http://www.amazon.com/Gears-War-3-Xbox-360/dp/B002I0H79C/ref=sr_1_1?ie=UTF8&amp;qid=1316368912&amp;sr=8-1">Gears of War 3</a> is out! Hell yes. On with the links…</p>
<p><a href="http://arstechnica.com/business/news/2011/09/windows-server-8-built-for-the-cloud-built-for-virtualization.ars">Windows Server 8: Built for the Cloud, Built for Virtualization</a> from <a href="http://arstechnica.com/">Ars Technica</a><br />
I’ve seen lots of talk about Windows 8, but not so much about Windows Server 8. In this article, Ars lays out the focus of Windows Server 8 and how it fits into the future of computing.</p>
<p><a href="http://blog.nwcadence.com/2011/09/dev11-preview-is-outfirst-in-a-series/">Dev11 Preview is Out – First in a Series</a> from <a href="http://blog.nwcadence.com/author/jefflevinson/">Jeff Levinson</a><br />
Jeff highlights a feature of TFS and VS vNext I haven’t seen yet, by diving into the new Feedback tool. A big focus of TFS and the next generation of Microsoft ALM tools is improving communication within teams and with customers and stakeholders. That’s where the feedback tool comes in.</p>
<p><a href="http://scrumdod.blogspot.com/2011/09/build-deploy-test-enhancements.html">Build Deploy Test Enhancements</a> from <a href="http://scrumdod.blogspot.com/">Rob Maher</a><br />
Rob continues his discussions on Build-Deploy-Test by showing off some enhancements he’s made to his own custom code activity that better enables Build-Deploy-Test scenarios. It’s been a while since his last post on the subject, so if you used his previous workflow activity or think this might help you, take a look.</p>
<p><a href="http://donovanbrown.com/post/Having-trouble-testing-my-WPF-app-with-Coded-UI-Test.aspx">Having Trouble Testing my WPF App with Coded UI Test</a> from <a href="http://donovanbrown.com/">Donovan Brown</a><br />
Lost in all the noise about Windows 8, Visual Studio vNext, and TFS vNext are a number of great posts helping you use your existing tools better. In this post, Donovan shows you how to improve your Coded UI testing experience with WPF by advising you to set the Name attribute on controls you are testing. He shows you what’s happening behind-the-scenes that makes this worthwhile and how it will make your tests easier to modify.</p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/qk4LpcH49Xk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/09/20/september-20-2011-learn-tfs-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/09/20/september-20-2011-learn-tfs-daily/</feedburner:origLink></item>
		<item>
		<title>September 19, 2011 – Learn TFS Daily</title>
		<link>http://feedproxy.google.com/~r/learntfs/~3/4ndfE295hY8/</link>
		<comments>http://learntfs.com/2011/09/19/september-19-2011-learn-tfs-daily/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 12:00:58 +0000</pubDate>
		<dc:creator>Trent Nix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://learntfs.com/?p=802</guid>
		<description><![CDATA[<p><a href="http://www.physorg.com/news/2011-09-tatooine-like-planet.html">Tatooine, discovered</a>. And just in time with the Star Wars Blu-Ray release. On with the links…</p>
<p><a href="http://geekswithblogs.net/TarunArora/archive/2011/09/16/tfs-azurendashtechnical-access-preview-experience.aspx">TFS Azure – Technical Access Preview Experience</a> from <a href="http://geekswithblogs.net/TarunArora/Default.aspx">Tarun Arora</a><br />
Tarun gives us a run-down of the experience of using TFS on Azure. &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.physorg.com/news/2011-09-tatooine-like-planet.html">Tatooine, discovered</a>. And just in time with the Star Wars Blu-Ray release. On with the links…</p>
<p><a href="http://geekswithblogs.net/TarunArora/archive/2011/09/16/tfs-azurendashtechnical-access-preview-experience.aspx">TFS Azure – Technical Access Preview Experience</a> from <a href="http://geekswithblogs.net/TarunArora/Default.aspx">Tarun Arora</a><br />
Tarun gives us a run-down of the experience of using TFS on Azure. He’s been a part of the program for six months now, and has been nice enough to provide a step-by-step getting started guide as well as an overview of his experiences.</p>
<p><a href="http://channel9.msdn.com/posts/Visual-Studio-vNext-Concurrency-Visualizer">Visual Studio vNext: Concurrency Visualizer</a> from <a href="http://channel9.msdn.com/">Channel 9</a><br />
Channel 9 has a great video showing off the latest concurrency visualization and debugging tools in Visual Studio vNext. Unless you’ve been sound asleep for the last 5 years, you’ll know that a big part of getting the most out of hardware is dealing with concurrency issues, so check this out to see how Visual Studio will be assisting you.</p>
<p><a href="http://thirdblogfromthesun.com/2011/09/an-msdn-library-for-the-windows-dev-center/">An MSDN Library for the Windows Dev Center</a> from <a href="http://thirdblogfromthesun.com/">Jeff Braaten</a><br />
Jeff highlights the new <a href="http://msdn.microsoft.com/en-us/windows/home/">Windows Dev Center</a> and its four sub-centers: <a href="http://msdn.microsoft.com/en-us/windows/apps/">Metro style apps</a>, <a href="http://msdn.microsoft.com/en-us/ie/">Internet Explorer</a>, <a href="http://msdn.microsoft.com/en-us/windows/desktop/">Desktop apps</a>, and <a href="http://msdn.microsoft.com/en-us/windows/hardware/">Hardware</a>. He answers why the new, integrated library experience was created and explains the scoped library design principles.</p>
<p><a href="http://teamsystemrocks.com/2011/09/15/tfs-11-teasing-local-workspaces/">TFS 11 – Teasing Local Workspaces</a> from <a href="http://teamsystemrocks.com/">Mickey Gousset</a><br />
We’ve linked to posts on local workspaces in TFS 11 before, but you should check out this screenshot from Mickey showing the new “Workspace Settings” option showing you how you’ll toggle between local and server workspaces. I agree with Mickey – offline TFS just got a lot better (thank goodness).</p>
<img src="http://feeds.feedburner.com/~r/learntfs/~4/4ndfE295hY8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://learntfs.com/2011/09/19/september-19-2011-learn-tfs-daily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://learntfs.com/2011/09/19/september-19-2011-learn-tfs-daily/</feedburner:origLink></item>
	</channel>
</rss>

