
<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 Developer Tools and Languages</title>
		<link>http://www.msteched.com/online/blogs.aspx</link>
		<description></description>
		<managingEditor>info@indepth-tech.com</managingEditor>
		<lastBuildDate>Tue, 09 Feb 2010 09:04:42 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>Silverlight DataGrid Tip on Keeping Selected Row Fous State</title>
						<link>http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28316.item</link>
						<pubDate>Fri, 05 Feb 2010 01:09:34 GMT</pubDate>
						<author>Tim Heuer</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28316.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='136' ent:classification='BLOG'>Tim Heuer</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/TechEd/Tracks/Developer_Tools_and_Languages/28316.item'&gt;Tim Heuer&lt;/a&gt; writes,
"The scenario is the classic master-details scenario where perhaps you have a grid of data and when a user selects the row, the details are enabled in a form (or perhaps the child of the element) for editing.  Maybe something like this..." &lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28316.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 Feb 2010 01:09:34 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Code Sample and Instructions WPF 4: Button Controls </title>
						<link>http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28313.item</link>
						<pubDate>Fri, 05 Feb 2010 00:58:02 GMT</pubDate>
						<author>Pete Brown</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28313.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='4148' ent:classification='BLOG'>Pete Brown</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28313.item'&gt;Pete Brown&lt;/a&gt; writes,
"...one of the roadblocks folks new to WPF often hit: templating of controls. If you’re used to Windows Forms or even ASP.NET, where purpose-built controls exist for the common scenarios, doing something as simple as creating a flat image button can be somewhat daunting..." &lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28313.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 Feb 2010 00:58:02 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Fix to Allow an Encoder Fallback with UTF8</title>
						<link>http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28304.item</link>
						<pubDate>Thu, 04 Feb 2010 18:27:31 GMT</pubDate>
						<author>Nicholas Allen</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28304.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='3376' ent:classification='BLOG'>Nicholas Allen</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/TechEd/Tracks/Developer_Tools_and_Languages/28304.item'&gt;Nicholas Allen&lt;/a&gt; writes,
"The original code for the WCF text encoder didn't preserve the configured fallback when the character set was UTF8. The UTF8 encoding web name was special cased as part of an optimization. Since the default encoder fallback implementation was an exception fallback, an exception would always be thrown for unconvertible characters regardless of the fallback implementation configured. After installing this fix you're able to customize the fallback..." &lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28304.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, 04 Feb 2010 18:27:31 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>When to Use Anti-Pattern or Code Smell</title>
						<link>http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28302.item</link>
						<pubDate>Thu, 04 Feb 2010 17:30:25 GMT</pubDate>
						<author>Peter Ritchie</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28302.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='4379' ent:classification='BLOG'>Peter Ritchie</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28302.item'&gt;Peter Ritchie&lt;/a&gt; writes,
"...I’ve seen the term Anti-Pattern used in a couple of places lately that describe scenarios where patterns are used incorrectly.  Each and every pattern has a time and a place (a context).  Outside of that context, it is not an anti-pattern. The term Code Smell is much better to describe inappropriate uses of patterns. For example..." &lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28302.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, 04 Feb 2010 17:30:25 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Silverlight Code to Control the Out-of-Browser Window</title>
						<link>http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28295.item</link>
						<pubDate>Wed, 03 Feb 2010 17:25:31 GMT</pubDate>
						<author>Pete Brown</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28295.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='4148' ent:classification='BLOG'>Pete Brown</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/TechEd/Tracks/Developer_Tools_and_Languages/28295.item'&gt;Pete Brown&lt;/a&gt; writes,
"If your Silverlight 4 application is running with Elevated Permissions, you can control a fair number of aspects of the hosting out-of-browser window. You can change the size, location, make it top most, set window state and Activate it. Here’s some simple example code:" &lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28295.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 Feb 2010 17:25:31 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>WCF Fix for Partially Trusted Clients Using Windows Authentication</title>
						<link>http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28292.item</link>
						<pubDate>Wed, 03 Feb 2010 17:17:39 GMT</pubDate>
						<author>Nicholas Allen</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28292.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='3376' ent:classification='BLOG'>Nicholas Allen</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/TechEd/Tracks/Developer_Tools_and_Languages/28292.item'&gt;Nicholas Allen&lt;/a&gt; writes,
"...A client with restricted permissions may not be allowed to set the UnsafeAuthenticatedConnectionSharing setting. This causes a security exception to be thrown when the setting is accessed, preventing the request from being made. You're encountering this problem if you see the following exception...." &lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28292.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 Feb 2010 17:17:39 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Hotfix for TypeConverters with en-US Machines - Customized Cultures</title>
						<link>http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28289.item</link>
						<pubDate>Wed, 03 Feb 2010 17:05:43 GMT</pubDate>
						<author>Rob Relyea</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28289.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='893' ent:classification='BLOG'>Rob Relyea</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/TechEd/Tracks/Developer_Tools_and_Languages/28289.item'&gt;Rob Relyea&lt;/a&gt; writes,
"...XAML has a major problem in v3...When you start the application, an exception is thrown by the Extensible Application Markup Language (XAML) parser, and then the application crashes..." &lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28289.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 Feb 2010 17:05:43 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Code Shows How to Make ASP.NET Contents Accessible to Remote Pages</title>
						<link>http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28286.item</link>
						<pubDate>Wed, 03 Feb 2010 00:07:35 GMT</pubDate>
						<author>Bertrand Le Roy</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28286.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/TechEd/Tracks/Developer_Tools_and_Languages/28286.item'&gt;Bertrand Le Roy&lt;/a&gt; writes,
"I’m going to demonstrate...a technique I prototyped a few months ago to make it very easy to embed an ASP.NET page’s content in another page, even if it’s using another server technology. This of course works cross-domain. The reason why you would do that...this constitutes an extremely simple approach to making your ASP.NET contents accessible to remote pages, no matter what server technology..." &lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28286.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 Feb 2010 00:07:35 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Code Comparing two Methods of Creating a Full-Size Silverlight Popup</title>
						<link>http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28285.item</link>
						<pubDate>Wed, 03 Feb 2010 00:04:29 GMT</pubDate>
						<author>David Anson</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28285.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='4011' ent:classification='BLOG'>David Anson</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28285.item'&gt;David Anson&lt;/a&gt; writes,
"...it's been my experience that the RootVisual approach is more naturally correct - by which I mean that it tends to be right by virtue of its simplicity and the fact that it hooks up to the right thing. I don't promise that it's the best choice for all scenarios, but I'll suggest that it's worth considering first for most scenarios..." &lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28285.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 Feb 2010 00:04:29 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>How to Move a WPF Window with Custom Chrome</title>
						<link>http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28278.item</link>
						<pubDate>Tue, 02 Feb 2010 21:27:57 GMT</pubDate>
						<author>Pete Brown</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28278.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='4148' ent:classification='BLOG'>Pete Brown</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/TechEd/Tracks/Developer_Tools_and_Languages/28278.item'&gt;Pete Brown&lt;/a&gt; writes,
"...how to move a window in WPF without using the built-in title bar or resorting to user32.dll, so I whipped up this quick sample...We’ll create a simple window with no built-in border or titlebar. We’ll use a border, some shapes and a HeaderedContentControl to provide stand-in titlebar/content areas..." &lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28278.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 Feb 2010 21:27:57 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>WCF Fix Allows Customizing the Status Code when Validation Fails</title>
						<link>http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28274.item</link>
						<pubDate>Tue, 02 Feb 2010 20:42:24 GMT</pubDate>
						<author>Nicholas Allen</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28274.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='3376' ent:classification='BLOG'>Nicholas Allen</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/TechEd/Tracks/Developer_Tools_and_Languages/28274.item'&gt;Nicholas Allen&lt;/a&gt; writes,
"...If you decide that the user name and password don't pass validation, then you can throw an exception out of the Validate method to reject the client's message. When using the HTTP transport, the error message sent back after the UserNamePasswordValidator has a status code 403 Forbidden. After installing this fix..." &lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28274.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 Feb 2010 20:42:24 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Developer Build of Silverlight Client for Facebook </title>
						<link>http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28250.item</link>
						<pubDate>Thu, 28 Jan 2010 20:38:19 GMT</pubDate>
						<author>Steve Clayton</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28250.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='3777' ent:classification='BLOG'>Steve Clayton</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28250.item'&gt;Steve Clayton&lt;/a&gt; writes,
"...Silverlight 4 application for Facebook and it’s just been released for anyone to have a play with. You’ll need to install Silverlight 4 and note that this is a developer build so..." &lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28250.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, 28 Jan 2010 20:38:19 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Testing Coupling ASP.NET Session State With Forms Authentication</title>
						<link>http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28248.item</link>
						<pubDate>Thu, 28 Jan 2010 20:32:18 GMT</pubDate>
						<author>Paulo Morgado</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28248.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='4516' ent:classification='BLOG'>Paulo Morgado</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/TechEd/Tracks/Developer_Tools_and_Languages/28248.item'&gt;Paulo Morgado&lt;/a&gt; writes,
"...way to couple the lifetime of the ASP.NET session state with the lifetime of Forms Authentication ticket. My idea was to store the session ID in the UserData property of the forms authentication ticket upon logon and retrieve it with a custom session ID manager. The login code would be something like this...this might work, it’s just an intellectual exercise and wasn’t fully tested..." &lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28248.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, 28 Jan 2010 20:32:18 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Code and Explanation on Extensible Output Caching with ASP.NET 4</title>
						<link>http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28246.item</link>
						<pubDate>Thu, 28 Jan 2010 20:24:26 GMT</pubDate>
						<author>Scott Guthrie</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28246.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='123' ent:classification='BLOG'>Scott Guthrie</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/TechEd/Tracks/Developer_Tools_and_Languages/28246.item'&gt;Scott Guthrie&lt;/a&gt; writes,
"...post covers some of the output caching extensibility improvements being made to ASP.NET 4.  These can be used by all ASP.NET 4 applications – including those built using both ASP.NET Web Forms and ASP.NET MVC..." &lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28246.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, 28 Jan 2010 20:24:26 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Sample Code Calling Constructors in Arbitrary Places</title>
						<link>http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28244.item</link>
						<pubDate>Thu, 28 Jan 2010 20:19:19 GMT</pubDate>
						<author>Eric Lippert</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28244.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='3972' ent:classification='BLOG'>Eric Lippert</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28244.item'&gt;Eric Lippert&lt;/a&gt; writes,
"...C# let’s you call another constructor from a given constructor, but only before the body of the calling constructor runs...achieving the desired construction control flow is easy to do without adding the feature, and there's no compelling benefit to adding the feature. No new interesting representational power is added to the language..." &lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28244.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, 28 Jan 2010 20:19:19 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>How to Expose Configuration Information Through MEF?</title>
						<link>http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28241.item</link>
						<pubDate>Thu, 28 Jan 2010 00:50:03 GMT</pubDate>
						<author>Glenn Block</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28241.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='4199' ent:classification='BLOG'>Glenn Block</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/TechEd/Tracks/Developer_Tools_and_Languages/28241.item'&gt;Glenn Block&lt;/a&gt; writes,
"...one of the common questions we hear from customers. In this particular case...recently used information that he wanted to pull from configuration and pipe to a part. He solved the problem by creating a special configuration provider service which he injected into the part to provide the config. The code for the consumer looked like this:" &lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28241.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, 28 Jan 2010 00:50:03 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Fixing Powershell Busted Resolve-Path Cmdlet</title>
						<link>http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28240.item</link>
						<pubDate>Wed, 27 Jan 2010 19:19:41 GMT</pubDate>
						<author>Harry Pierson</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28240.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='165' ent:classification='BLOG'>Harry Pierson</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/TechEd/Tracks/Developer_Tools_and_Languages/28240.item'&gt;Harry Pierson&lt;/a&gt; writes,
"...I wrote the following function that wraps up access to the error variable so at least I don’t have fragile messy code sprinkled through out my script..." &lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28240.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, 27 Jan 2010 19:19:41 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>WCF Fix for HTTP Startup Hang</title>
						<link>http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28239.item</link>
						<pubDate>Wed, 27 Jan 2010 19:17:38 GMT</pubDate>
						<author>Nicholas Allen</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28239.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='3376' ent:classification='BLOG'>Nicholas Allen</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/TechEd/Tracks/Developer_Tools_and_Languages/28239.item'&gt;Nicholas Allen&lt;/a&gt; writes,
"...The http.sys driver is configured to automatically start so that it can begin handling requests. On some systems the http.sys driver can get into a configuration that deadlocks on startup. This causes all of the dependent services using the driver to fail to start...workaround for the problem..." &lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28239.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, 27 Jan 2010 19:17:38 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Workaround for TurboTax 2009 Failed Install Issue with .NET Framework</title>
						<link>http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28230.item</link>
						<pubDate>Wed, 27 Jan 2010 17:02:12 GMT</pubDate>
						<author>Aaron Stebner</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28230.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='3821' ent:classification='BLOG'>Aaron Stebner</ent:topic>
							
						</ent:cloud>

<description>	
&lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28230.item'&gt;Aaron Stebner&lt;/a&gt; writes,
"...Here are some steps I’ve been able to use to narrow down the exact missing files and/or registry keys that cause TurboTax setup to think that the .NET Framework 3.5 SP1 is not correctly installed:..." &lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28230.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, 27 Jan 2010 17:02:12 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
					<item>
						
						<title>Technical Debate on ASP.NET Web Forms and ASP.NET MVC</title>
						<link>http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28226.item</link>
						<pubDate>Wed, 27 Jan 2010 01:01:26 GMT</pubDate>
						<author>Scott Guthrie</author>
						<category>Developer Tools and Languages</category>
						<guid isPermaLink="true">http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28226.item</guid>
						<ent:cloud ent:href="http://teched.indepthtalk.net">
						
								<ent:topic ent:id='123' ent:classification='BLOG'>Scott Guthrie</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/TechEd/Tracks/Developer_Tools_and_Languages/28226.item'&gt;Scott Guthrie&lt;/a&gt; writes,
"You can build great apps with either.  You can build bad apps with either. You are not a good or bad developer depending on what you choose. You can be absolutely great or worthless using both...Respect the choices other people make – the choice they have made is also hopefully a good one that works well for them. Keep in mind..." &lt;a href='http://teched.indepthtalk.net/TechEd/Tracks/Developer_Tools_and_Languages/28226.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, 27 Jan 2010 01:01:26 GMT&lt;/div&gt;
&lt;hr/&gt;
&lt;small&gt;

&lt;/small&gt;
</description>
	


					</item>
				
	</channel>
</rss>