
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ent="http://www.purl.org/NET/ENT/1.0/">
	<channel>
		<title>TechEd Bloggers Editor's Picks</title>
		<link>http://www.msteched.com/online/blogs.aspx</link>
		<description></description>
		<managingEditor>info@indepth-tech.com</managingEditor>
		<lastBuildDate>Mon, 15 Mar 2010 09:44:14 GMT</lastBuildDate>
		<generator>Ashton RssHandler</generator>
		<!--
		<image>
			<url>http://techedbloggers.net/images/TechEd_Bloggers_small.gif</url>
			<title>TechEd Bloggers</title>
			<link>http://TechEdBloggers.net</link>
		</image>
		-->
		
					<item>
						
						<title>Dynamics AX 2009 - X++ Thread Development Examples</title>
						<link>http://teched.indepthtalk.net/Editors_Picks/28669.item</link>
						<pubDate>Fri, 12 Mar 2010 00:26:56 GMT</pubDate>
						<author>Brandon George</author>
						<category>Dynamics</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/Editors_Picks/28669.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='3985' ent:classification='BLOG'>Brandon George</ent:topic>
							
								<ent:topic ent:id='4542' ent:classification='SECT'>Dynamics</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/Editors_Picks/28669.item'&gt;Brandon George&lt;/a&gt; writes,
"...For examples I tried to do a multi-tree thread approach. Meaning I tried to spawn sets of threads in threads. This is not possible. For whatever reason, the first thread in the threaded, thread approach will execute, after that the other spwaned threads are stopped..." &lt;a href='http://teched.indepthtalk.net/Editors_Picks/28669.item'&gt;more&lt;/a&gt;
&lt;div style="color:black;font-size:10px;font-style:italic;margin-top:2px;margin-bottom:-2px" &gt;Fri, 12 Mar 2010 00:26:56 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Syntax to Capture a Memory Dump Using Adplus 'hang' Dump</title>
						<link>http://teched.indepthtalk.net/Editors_Picks/28666.item</link>
						<pubDate>Thu, 11 Mar 2010 20:59:13 GMT</pubDate>
						<author>Steve Schofield</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/Editors_Picks/28666.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='1125' ent:classification='BLOG'>Steve Schofield</ent:topic>
							
								<ent:topic ent:id='4540' ent:classification='SECT'>Developer Tools and Languages</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/Editors_Picks/28666.item'&gt;Steve Schofield&lt;/a&gt; writes,
"...Here is the syntax to capture a memory dump using adplus (part of the debugging tools)...I've used this since IIS DebugDiag doesn't work on 64 bit of windows server 2008..." &lt;a href='http://teched.indepthtalk.net/Editors_Picks/28666.item'&gt;more&lt;/a&gt;
&lt;div style="color:black;font-size:10px;font-style:italic;margin-top:2px;margin-bottom:-2px" &gt;Thu, 11 Mar 2010 20:59:13 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Code Copying Properties Between 2 Different Types</title>
						<link>http://teched.indepthtalk.net/Editors_Picks/28665.item</link>
						<pubDate>Thu, 11 Mar 2010 20:56:08 GMT</pubDate>
						<author>Shawn Cicoria</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/Editors_Picks/28665.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='3385' ent:classification='BLOG'>Shawn Cicoria</ent:topic>
							
								<ent:topic ent:id='4540' ent:classification='SECT'>Developer Tools and Languages</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/Editors_Picks/28665.item'&gt;Shawn Cicoria&lt;/a&gt; writes,
"...Here’s a little method that copies all the R/W properties (public) between 2 distinct class definitions: It’s called as follows..." &lt;a href='http://teched.indepthtalk.net/Editors_Picks/28665.item'&gt;more&lt;/a&gt;
&lt;div style="color:black;font-size:10px;font-style:italic;margin-top:2px;margin-bottom:-2px" &gt;Thu, 11 Mar 2010 20:56:08 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Create Outlook Appointments from PowerShell</title>
						<link>http://teched.indepthtalk.net/Editors_Picks/28662.item</link>
						<pubDate>Thu, 11 Mar 2010 20:14:50 GMT</pubDate>
						<author>Buck Woody</author>
						<category>Unified Communications</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/Editors_Picks/28662.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='2468' ent:classification='BLOG'>Buck Woody</ent:topic>
							
								<ent:topic ent:id='4548' ent:classification='SECT'>Unified Communications</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/Editors_Picks/28662.item'&gt;Buck Woody&lt;/a&gt; writes,
"...I've been toying around with a script to create a special set of calendar objects in Outlook that show when my SQL Server Agent Jobs are scheduled to run. I haven't finished yet, but I thought I would share the part that creates the Outlook Appointments...If you plan to play with this script, do it on an..." &lt;a href='http://teched.indepthtalk.net/Editors_Picks/28662.item'&gt;more&lt;/a&gt;
&lt;div style="color:black;font-size:10px;font-style:italic;margin-top:2px;margin-bottom:-2px" &gt;Thu, 11 Mar 2010 20:14:50 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Test Drive Development TDD Constructive Criticisms</title>
						<link>http://teched.indepthtalk.net/Editors_Picks/28661.item</link>
						<pubDate>Thu, 11 Mar 2010 20:13:34 GMT</pubDate>
						<author>Brian Harry</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/Editors_Picks/28661.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='3860' ent:classification='BLOG'>Brian Harry</ent:topic>
							
								<ent:topic ent:id='4540' ent:classification='SECT'>Developer Tools and Languages</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/Editors_Picks/28661.item'&gt;Brian Harry&lt;/a&gt; writes,
"...I’m not saying that it isn’t possible to build a good architecture following TDD. I’m saying that lots of people are already inclined toward piecemeal architecture and I believe literal TDD enables these natural tendencies too much...I like many of the goals of TDD but I don’t like some of the mechanism to get there..." &lt;a href='http://teched.indepthtalk.net/Editors_Picks/28661.item'&gt;more&lt;/a&gt;
&lt;div style="color:black;font-size:10px;font-style:italic;margin-top:2px;margin-bottom:-2px" &gt;Thu, 11 Mar 2010 20:13:34 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Understanding the TCP Sequence of Steps for Socket Closing</title>
						<link>http://teched.indepthtalk.net/Editors_Picks/28649.item</link>
						<pubDate>Wed, 10 Mar 2010 19:27:13 GMT</pubDate>
						<author>Jane Lewis</author>
						<category>Web and User Experience</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/Editors_Picks/28649.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='4317' ent:classification='BLOG'>Jane Lewis</ent:topic>
							
								<ent:topic ent:id='4549' ent:classification='SECT'>Web and User Experience</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/Editors_Picks/28649.item'&gt;Jane Lewis&lt;/a&gt; writes,
"...So what do the “State” actually mean. And what is the significance of Close_Wait...As the TCP conversation is a ports and sockets sequence, to understand how to troubleshoot it and carry out root cause analysis...the explanation for a close_wait situation is..." &lt;a href='http://teched.indepthtalk.net/Editors_Picks/28649.item'&gt;more&lt;/a&gt;
&lt;div style="color:black;font-size:10px;font-style:italic;margin-top:2px;margin-bottom:-2px" &gt;Wed, 10 Mar 2010 19:27:13 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Sample Ad-Hoc String Concatenation Using LINQ</title>
						<link>http://teched.indepthtalk.net/Editors_Picks/28646.item</link>
						<pubDate>Wed, 10 Mar 2010 18:56:27 GMT</pubDate>
						<author>Eric White</author>
						<category>Database Platform</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/Editors_Picks/28646.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='4417' ent:classification='BLOG'>Eric White</ent:topic>
							
								<ent:topic ent:id='4539' ent:classification='SECT'>Database Platform</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/Editors_Picks/28646.item'&gt;Eric White&lt;/a&gt; writes,
"When writing example code or tools, I use the StringConcatenation extension method...I keep this method in the PtUtil.cs module...But when I’m writing an ad-hoc query, sometimes it’s not worth the effort to put that source file in my project...When I don’t need to interject a new line between each string, I use the Aggregate extension method as follows..." &lt;a href='http://teched.indepthtalk.net/Editors_Picks/28646.item'&gt;more&lt;/a&gt;
&lt;div style="color:black;font-size:10px;font-style:italic;margin-top:2px;margin-bottom:-2px" &gt;Wed, 10 Mar 2010 18:56:27 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>FluentPath: a Fluent Wrapper Around System.IO </title>
						<link>http://teched.indepthtalk.net/Editors_Picks/28645.item</link>
						<pubDate>Wed, 10 Mar 2010 18:53:08 GMT</pubDate>
						<author>Bertrand Le Roy</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/Editors_Picks/28645.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='2680' ent:classification='BLOG'>Bertrand Le Roy</ent:topic>
							
								<ent:topic ent:id='4540' ent:classification='SECT'>Developer Tools and Languages</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/Editors_Picks/28645.item'&gt;Bertrand Le Roy&lt;/a&gt; writes,
"...Knowing all that, every time I need to use the stuff in System.IO, I cringe. So I thought I’d just build a more modern wrapper around it...here’s an example of what you can do with the new API...I’m using a Media Center extension that wants all video files to be in their own folder...Here’s the code for it:.." &lt;a href='http://teched.indepthtalk.net/Editors_Picks/28645.item'&gt;more&lt;/a&gt;
&lt;div style="color:black;font-size:10px;font-style:italic;margin-top:2px;margin-bottom:-2px" &gt;Wed, 10 Mar 2010 18:53:08 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>TechEd 2010 Birds-of-a-Feather Call for Proposals</title>
						<link>http://teched.indepthtalk.net/Editors_Picks/28632.item</link>
						<pubDate>Tue, 09 Mar 2010 19:33:12 GMT</pubDate>
						<author>Jeff Bramwell</author>
						<category>TechEd Logistics and Buzz</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/Editors_Picks/28632.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='3279' ent:classification='BLOG'>Jeff Bramwell</ent:topic>
							
								<ent:topic ent:id='4565' ent:classification='SECT'>TechEd Logistics and Buzz</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/Editors_Picks/28632.item'&gt;Jeff Bramwell&lt;/a&gt; writes,
"The Birds-of-a-Feather (BOF) volunteer organizing team is now accepting proposals from discussion leaders for BOF sessions at Tech-Ed 2010 in New Orleans June 7-10...To submit a proposal visit...The deadline for proposal is Monday, April 5th...." &lt;a href='http://teched.indepthtalk.net/Editors_Picks/28632.item'&gt;more&lt;/a&gt;
&lt;div style="color:black;font-size:10px;font-style:italic;margin-top:2px;margin-bottom:-2px" &gt;Tue, 09 Mar 2010 19:33:12 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Windows 7 Does a Good Job Limiting Malware Infection</title>
						<link>http://teched.indepthtalk.net/Editors_Picks/28628.item</link>
						<pubDate>Tue, 09 Mar 2010 19:22:07 GMT</pubDate>
						<author>Kerry Brown</author>
						<category>Identity, Access, and Security</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/Editors_Picks/28628.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='4558' ent:classification='SECT'>Security</ent:topic>
							
								<ent:topic ent:id='4745' ent:classification='BLOG'>Kerry Brown</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/Editors_Picks/28628.item'&gt;Kerry Brown&lt;/a&gt; writes,
"...The latest version is extremely hard to remove from XP. If Windows is running it’s near impossible. The malware gets into the system files and doesn’t let other programs run. I have to remove the hard drive and scan it with another computer. Then I re-install the hard drive...Windows 7 with the default security settings did a great job of limiting the infection and making it easy to remove." &lt;a href='http://teched.indepthtalk.net/Editors_Picks/28628.item'&gt;more&lt;/a&gt;
&lt;div style="color:black;font-size:10px;font-style:italic;margin-top:2px;margin-bottom:-2px" &gt;Tue, 09 Mar 2010 19:22:07 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>PowerPack for Remote File Explorer in PowerGUI</title>
						<link>http://teched.indepthtalk.net/Editors_Picks/28627.item</link>
						<pubDate>Tue, 09 Mar 2010 19:17:55 GMT</pubDate>
						<author>Dmitry Sotnikov</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/Editors_Picks/28627.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='4456' ent:classification='BLOG'>Dmitry Sotnikov</ent:topic>
							
								<ent:topic ent:id='4540' ent:classification='SECT'>Developer Tools and Languages</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/Editors_Picks/28627.item'&gt;Dmitry Sotnikov&lt;/a&gt; writes,
"...a PowerPack which lets you browse file system of a remote computer and download files from it...This is based on PowerShell 2.0 remoting...Download the Remote File Explorer PowerPack or read more..." &lt;a href='http://teched.indepthtalk.net/Editors_Picks/28627.item'&gt;more&lt;/a&gt;
&lt;div style="color:black;font-size:10px;font-style:italic;margin-top:2px;margin-bottom:-2px" &gt;Tue, 09 Mar 2010 19:17:55 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Code to Verify Installation of a Custom Device Using C#</title>
						<link>http://teched.indepthtalk.net/Editors_Picks/28626.item</link>
						<pubDate>Tue, 09 Mar 2010 19:15:09 GMT</pubDate>
						<author>Asaf Shelly</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/Editors_Picks/28626.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='4540' ent:classification='SECT'>Developer Tools and Languages</ent:topic>
							
								<ent:topic ent:id='4934' ent:classification='BLOG'>Asaf Shelly</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/Editors_Picks/28626.item'&gt;Asaf Shelly&lt;/a&gt; writes,
"...Using my WinUSB C# component, I also needed to automatically install the driver if it is not already installed. The INF file defines a new device class by its GUID. This means that the class does not exist on the machine if the device is not installed. Here is the code:..." &lt;a href='http://teched.indepthtalk.net/Editors_Picks/28626.item'&gt;more&lt;/a&gt;
&lt;div style="color:black;font-size:10px;font-style:italic;margin-top:2px;margin-bottom:-2px" &gt;Tue, 09 Mar 2010 19:15:09 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>VS 2008 Add-in Debugs for XNA Game Studio Content Pipeline Extensions</title>
						<link>http://teched.indepthtalk.net/Editors_Picks/28610.item</link>
						<pubDate>Fri, 05 Mar 2010 00:35:53 GMT</pubDate>
						<author>Aaron Stebner</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/Editors_Picks/28610.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='3821' ent:classification='BLOG'>Aaron Stebner</ent:topic>
							
								<ent:topic ent:id='4540' ent:classification='SECT'>Developer Tools and Languages</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/Editors_Picks/28610.item'&gt;Aaron Stebner&lt;/a&gt; writes,
"...a Visual Studio 2008 add-in that allows you to debug an XNA Game Studio content pipeline extension from within Visual Studio 2008 as you are developing it...Here are links with some additional information..." &lt;a href='http://teched.indepthtalk.net/Editors_Picks/28610.item'&gt;more&lt;/a&gt;
&lt;div style="color:black;font-size:10px;font-style:italic;margin-top:2px;margin-bottom:-2px" &gt;Fri, 05 Mar 2010 00:35:53 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Tips on Product Transitions from VS 2008 to VS 2010 for Load Testing</title>
						<link>http://teched.indepthtalk.net/Editors_Picks/28587.item</link>
						<pubDate>Wed, 03 Mar 2010 18:39:28 GMT</pubDate>
						<author>Ed Glas</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/Editors_Picks/28587.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='3975' ent:classification='BLOG'>Ed Glas</ent:topic>
							
								<ent:topic ent:id='4540' ent:classification='SECT'>Developer Tools and Languages</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/Editors_Picks/28587.item'&gt;Ed Glas&lt;/a&gt; writes,
"...If you licensed VS Team System Test Edition 2008 or Suite 2008 under SA, you can transition your license to VS Ultimate 2010 under the SA agreement. Similarly, if you purchased load agent licenses under SA we will also provide a transition from Visual Studio Team System 2008 Test Load Agent to..." &lt;a href='http://teched.indepthtalk.net/Editors_Picks/28587.item'&gt;more&lt;/a&gt;
&lt;div style="color:black;font-size:10px;font-style:italic;margin-top:2px;margin-bottom:-2px" &gt;Wed, 03 Mar 2010 18:39:28 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>How to Configure Domain Controller Usage in Exchange 2007 CCR Geo-Clusters</title>
						<link>http://teched.indepthtalk.net/Editors_Picks/28577.item</link>
						<pubDate>Tue, 02 Mar 2010 20:59:02 GMT</pubDate>
						<author>Jeff Guillet</author>
						<category>Unified Communications</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/Editors_Picks/28577.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='4032' ent:classification='BLOG'>Jeff Guillet</ent:topic>
							
								<ent:topic ent:id='4548' ent:classification='SECT'>Unified Communications</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/Editors_Picks/28577.item'&gt;Jeff Guillet&lt;/a&gt; writes,
"...Exchange 2007 Cluster Continuous Replication (CCR) can be configured to span different geographic sites.  These are sometimes called &quot;stretch&quot; or &quot;geographically dispersed&quot; clusters.  In Windows Server 2003, special networking configurations need to be made to stretch a single subnet across the two geographically dispersed locations.  This is made much easier using Windows 2008..." &lt;a href='http://teched.indepthtalk.net/Editors_Picks/28577.item'&gt;more&lt;/a&gt;
&lt;div style="color:black;font-size:10px;font-style:italic;margin-top:2px;margin-bottom:-2px" &gt;Tue, 02 Mar 2010 20:59:02 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>.NET Framework 4 Installation Failure</title>
						<link>http://teched.indepthtalk.net/Editors_Picks/28576.item</link>
						<pubDate>Tue, 02 Mar 2010 20:53:43 GMT</pubDate>
						<author>Jeff Bramwell</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/Editors_Picks/28576.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='3279' ent:classification='BLOG'>Jeff Bramwell</ent:topic>
							
								<ent:topic ent:id='4540' ent:classification='SECT'>Developer Tools and Languages</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/Editors_Picks/28576.item'&gt;Jeff Bramwell&lt;/a&gt; writes,
"If you attempt to install the .NET Framework 4 (RC – not sure yet if this will be an issue at RTM) or Visual Studio 2010/Team Foundation Server 2010 RC (which will install the .NET Framework 4 as a dependency) and the Windows Update service is not running, the install will fail. When installing Team Foundation Server 2010 without the Windows Update service running, then you may see a dialog like this one..." &lt;a href='http://teched.indepthtalk.net/Editors_Picks/28576.item'&gt;more&lt;/a&gt;
&lt;div style="color:black;font-size:10px;font-style:italic;margin-top:2px;margin-bottom:-2px" &gt;Tue, 02 Mar 2010 20:53:43 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Code to Test Difference in ASP.NET Cache, Application and Sessions</title>
						<link>http://teched.indepthtalk.net/Editors_Picks/28572.item</link>
						<pubDate>Tue, 02 Mar 2010 20:47:05 GMT</pubDate>
						<author>Albert Pascual</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/Editors_Picks/28572.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='4001' ent:classification='BLOG'>Albert Pascual</ent:topic>
							
								<ent:topic ent:id='4540' ent:classification='SECT'>Developer Tools and Languages</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/Editors_Picks/28572.item'&gt;Albert Pascual&lt;/a&gt; writes,
"where is the best place to store user information, the application variable, the session state, cookies, database or the cache objects?...code below to test for yourself how Session, Application and Cache variables work..." &lt;a href='http://teched.indepthtalk.net/Editors_Picks/28572.item'&gt;more&lt;/a&gt;
&lt;div style="color:black;font-size:10px;font-style:italic;margin-top:2px;margin-bottom:-2px" &gt;Tue, 02 Mar 2010 20:47:05 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Code for Transforming WordprocessingML to Simpler XML for Easier Processing</title>
						<link>http://teched.indepthtalk.net/Editors_Picks/28565.item</link>
						<pubDate>Tue, 02 Mar 2010 19:35:22 GMT</pubDate>
						<author>Eric White</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/Editors_Picks/28565.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='4417' ent:classification='BLOG'>Eric White</ent:topic>
							
								<ent:topic ent:id='4540' ent:classification='SECT'>Developer Tools and Languages</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/Editors_Picks/28565.item'&gt;Eric White&lt;/a&gt; writes,
"...The following is a complete listing of the transform that produces the simpler XML shown at the beginning of this post.  You can see that it doesn't take much code to do the transform – less than 90 lines of code for the entire example, and only 31 lines of code for the transform function.  This example can be found in..." &lt;a href='http://teched.indepthtalk.net/Editors_Picks/28565.item'&gt;more&lt;/a&gt;
&lt;div style="color:black;font-size:10px;font-style:italic;margin-top:2px;margin-bottom:-2px" &gt;Tue, 02 Mar 2010 19:35:22 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>List of New Commands in SOS for .NET 4.0</title>
						<link>http://teched.indepthtalk.net/Editors_Picks/28562.item</link>
						<pubDate>Tue, 02 Mar 2010 19:09:39 GMT</pubDate>
						<author>Tess Ferrandez</author>
						<category>Editor's Picks</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/Editors_Picks/28562.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='4307' ent:classification='BLOG'>Tess Ferrandez</ent:topic>
							
								<ent:topic ent:id='4540' ent:classification='SECT'>Developer Tools and Languages</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/Editors_Picks/28562.item'&gt;Tess Ferrandez&lt;/a&gt; writes,
"To find a list of all the commands sos has to offer you can run !help in windbg (if sos is the last extension that was loaded) and to get help (including examples) for a specific command you can run !help &lt;command&gt;,  for example..." &lt;a href='http://teched.indepthtalk.net/Editors_Picks/28562.item'&gt;more&lt;/a&gt;
&lt;div style="color:black;font-size:10px;font-style:italic;margin-top:2px;margin-bottom:-2px" &gt;Tue, 02 Mar 2010 19:09:39 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Image Resizer Powertoy Clone for Windows 7 - Server 2008 R2</title>
						<link>http://teched.indepthtalk.net/Editors_Picks/28561.item</link>
						<pubDate>Tue, 02 Mar 2010 18:05:00 GMT</pubDate>
						<author>Jeff Guillet</author>
						<category>Editor's Picks</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/Editors_Picks/28561.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='4032' ent:classification='BLOG'>Jeff Guillet</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/Editors_Picks/28561.item'&gt;Jeff Guillet&lt;/a&gt; writes,
"One thing lacking in Windows 7 and Windows Server 2008 R2 is a native picture resizing tool.  I find this surprising since Windows 7 is chock full of image and video eye-candy...easy to install image resizer for all versions of Windows available on Codeplex.com. The tool is available in both 32-bit and 64-bit version...[download]" &lt;a href='http://teched.indepthtalk.net/Editors_Picks/28561.item'&gt;more&lt;/a&gt;
&lt;div style="color:black;font-size:10px;font-style:italic;margin-top:2px;margin-bottom:-2px" &gt;Tue, 02 Mar 2010 18:05:00 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
	</channel>
</rss>