<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Discussions by soum</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/soum/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by soum</title>
		<link>http://channel9.msdn.com/Niners/soum/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/soum/Discussions</link>
	<language>en</language>
	<pubDate>Sun, 19 May 2013 02:32:55 GMT</pubDate>
	<lastBuildDate>Sun, 19 May 2013 02:32:55 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Coffeehouse - Finding whether BitLocker is enabled for a volume</title>
		<description><![CDATA[<p>I am using WMI to see if BitLocker is enabled for a volume, using the code below.</p>
<p>&nbsp;</p>
<p></p>
<pre class="brush: csharp">var path = new ManagementPath();
path.NamespacePath = &quot;\\ROOT\\CIMV2\\Security\\MicrosoftVolumeEncryption&quot;;
path.ClassName = &quot;Win32_EncryptableVolume&quot;;
var scope = new ManagementScope(path, new ConnectionOptions() { Impersonation = ImpersonationLevel.Impersonate });
var management = new ManagementClass(scope, path, new ObjectGetOptions());
foreach (var vol in management.GetInstances())
    Console.WriteLine(&quot;{0} - {1}&quot;, vol[&quot;DriveLetter&quot;], (uint)vol[&quot;ProtectionStatus&quot;] == 1 ? &quot;Active&quot; : &quot;Inactive&quot;);</pre>
<p></p>
<p>&nbsp;</p>
<p>But it throws up Access denied error when run as standard user. Is there any way to get just the status information as standard user?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/557046-Finding-whether-BitLocker-is-enabled-for-a-volume/557046#557046</link>
		<pubDate>Tue, 22 Jun 2010 11:08:16 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/557046-Finding-whether-BitLocker-is-enabled-for-a-volume/557046#557046</guid>
		<dc:creator>soum</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/soum/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Epic Success</title>
		<description><![CDATA[<p>Can't believe I missed the 2nd Singularity video (Singularity Revisited). But its missing the media downloads. Charles, can you take care of the missing download link?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/551560-Epic-Success/d7bb7e2e11874a50b25b9deb0063c05a#d7bb7e2e11874a50b25b9deb0063c05a</link>
		<pubDate>Sat, 22 May 2010 12:49:39 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/551560-Epic-Success/d7bb7e2e11874a50b25b9deb0063c05a#d7bb7e2e11874a50b25b9deb0063c05a</guid>
		<dc:creator>soum</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/soum/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Data Protection Manager 2010: When is MSDN availability?</title>
		<description><![CDATA[<p>Anyone knows when DPM 2010 will be up for MSDN subscribers? Its almost a month since it RTMed and an evaluation was made available. Don't remember any other recent release taking this long to be up on MSDN.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/550877-Data-Protection-Manager-2010-When-is-MSDN-availability/550877#550877</link>
		<pubDate>Tue, 18 May 2010 17:56:27 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/550877-Data-Protection-Manager-2010-When-is-MSDN-availability/550877#550877</guid>
		<dc:creator>soum</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/soum/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Has Microsoft opened a can of worms?</title>
		<description><![CDATA[<p>I don't think it can be compared to the IE/ActiveX scenario. IIRC, SL4 OOB apps can only instantiate
<em>already installed</em> COM objects, not install new ones, unlike IE. Around the time SL4 was first unveiled, a C9 video discussed this (sorry, don't remember which one though).</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/544566-Has-Microsoft-opened-a-can-of-worms/2bee83b2221140fa98f89deb00e0513d#2bee83b2221140fa98f89deb00e0513d</link>
		<pubDate>Sat, 17 Apr 2010 02:12:36 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/544566-Has-Microsoft-opened-a-can-of-worms/2bee83b2221140fa98f89deb00e0513d#2bee83b2221140fa98f89deb00e0513d</guid>
		<dc:creator>soum</dc:creator>
		<slash:comments>33</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/soum/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Mediaroom 2.0</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">CannotResolveSymbol said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">kettch said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>There are STB's that aren't slow and laggy?&nbsp; Seems like all I've used are slow and laggy...&nbsp; cable or satellite (Charter, Cox, DirectTV, even a couple different models of Sky&#43; boxes).</p>
<p>&nbsp;</p>
<p>Yet another reason why I don't subscribe to cable or satellite...&nbsp; my OTA DTV receiver (I have an old SD TV) is nice and snappy (although nowhere near as full of useless features as some cable/satellite STBs).</p>
<p>&nbsp;</p>
<p>On the subject of MediaRoom:&nbsp; IIRC, AT&amp;T's Uverse service uses MediaRoom on their STBs...&nbsp; don't have any experience with that service, though; it's not available in my area yet.</p>
</div></blockquote>
<p>Have seen a demo of Mediaroom-based service, and from that can say that it is not too laggy (and compared to DVB boxes, its super-instant). But things looks much better in demonstrations than they really are. So, can't say for sure how it behaves on regular
 use.</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/533828-Mediaroom-20/13fd04abf2e54f9fb6999deb00daa2aa#13fd04abf2e54f9fb6999deb00daa2aa</link>
		<pubDate>Thu, 04 Mar 2010 03:51:03 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/533828-Mediaroom-20/13fd04abf2e54f9fb6999deb00daa2aa#13fd04abf2e54f9fb6999deb00daa2aa</guid>
		<dc:creator>soum</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/soum/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Mediaroom 2.0</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">W3bbo said:</div><div class="quoteText">
<p>Do you have a choice? Mediaroom is the platform for STB manufacturers, so if you want a Mediaroom box you need access to a TV provider that has Mediaroom boxes available for it, and choice of STB seems a weird way to select a cable/sat TV provider.</p>
</div></blockquote>
<p>The choice is by means of a service provider. If Mediaroom 2.0 is good enough, I will go for the service provider that provides Mediaroom 2.0-based IPTV services.</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/533828-Mediaroom-20/7579a53c82a34611aeda9deb00daa27d#7579a53c82a34611aeda9deb00daa27d</link>
		<pubDate>Thu, 04 Mar 2010 03:48:39 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/533828-Mediaroom-20/7579a53c82a34611aeda9deb00daa27d#7579a53c82a34611aeda9deb00daa27d</guid>
		<dc:creator>soum</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/soum/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Mediaroom 2.0</title>
		<description><![CDATA[<p>Has there been any Mediaroom 2.0 coverage on this site? Can't seem to find any. Nor anywhere on the net is anything but the marketing videos. Would definitely like some videos going not only into the features but also into the tech behind it.</p>
<p>&nbsp;</p>
<p>Do any of you guys have first-hand experience with the service? Am thinking of subscribing to one, want first-hand feedback before I reach for my wallet.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/533828-Mediaroom-20/533828#533828</link>
		<pubDate>Wed, 03 Mar 2010 04:18:27 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/533828-Mediaroom-20/533828#533828</guid>
		<dc:creator>soum</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/soum/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Why No Computer Science&quot;y&quot; Books in C#?</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">fvwj said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">vesuvius said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>Well, the real point behind me asking, is why are there no books on &quot;datastructures and algorithms&quot; in C#, but there are tons in Java.
</p>
<p>Like I said, they are similar, but the Java books does so in a Java way, and I would like to keep it strictly to a C# .NET way. I'm studying on my own, so I don't want to spread my resources too thin.</p>
<p>So I guess, C# or rather .NET, is geared more towards business and not academia? Why? I understand that Computer Science is about the science and not the language, but can we not learn Computer Science using C#?
</p>
<p>&nbsp;</p>
</div></blockquote>
<p>There are indeed such books:&nbsp;<a href="http://www.flipkart.com/data-structures-algorithms-using-mcmillan/0521734428-fzw3fqkgbb">http://www.flipkart.com/data-structures-algorithms-using-mcmillan/0521734428-fzw3fqkgbb</a>&nbsp;</p>
<p>However, C# is a pretty new language, and a lot of schools already had their introductory CS courses well established by then. And they didn't have C# when they were designed, and consequently, the demand for introductory data structures books using C# is
 low. And anyways, such books focus on the concept of data structures and not necessarily the language used to implement that.</p>
<p>&nbsp;</p>
<p>If you want to focus on C#, I would suggest you go for books that do so too, rather than books that focus on the science behind it. Apart from the one I linked, this is also a good book:&nbsp;<a href="http://www.flipkart.com/beginning-jack-purdum-introduction-object/8126516836-ou23fgpy5d">http://www.flipkart.com/beginning-jack-purdum-introduction-object/8126516836-ou23fgpy5d</a></p>
<p><a href="http://www.flipkart.com/beginning-jack-purdum-introduction-object/8126516836-ou23fgpy5d"></a></p>
<p>&nbsp;</p>
<p>[I assumed you are looking for beginner level books; if my assumption is wrong, I apologize]</p>
<p>&nbsp;</p>
<p>The deeper you go into CS, the more you will realize that CS is more about the solution to a problem (algorithm and stuff), and not about the language you use is a matter of personal taste and expressibility for a given problem domain.</p>
<p><a href="http://www.flipkart.com/data-structures-algorithms-using-mcmillan/0521734428-fzw3fqkgbb"></a></p>
<p><a href="http://www.flipkart.com/data-structures-algorithms-using-mcmillan/0521734428-fzw3fqkgbb"></a></p>
<p><a href="http://www.flipkart.com/data-structures-algorithms-using-mcmillan/0521734428-fzw3fqkgbb"></a></p>
<p><a href="http://www.flipkart.com/data-structures-algorithms-using-mcmillan/0521734428-fzw3fqkgbb"></a></p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/532873-Why-No-Computer-Sciencey-Books-in-C/cb597ab532e9424cad169deb00d9e94d#cb597ab532e9424cad169deb00d9e94d</link>
		<pubDate>Sat, 27 Feb 2010 17:11:11 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/532873-Why-No-Computer-Sciencey-Books-in-C/cb597ab532e9424cad169deb00d9e94d#cb597ab532e9424cad169deb00d9e94d</guid>
		<dc:creator>soum</dc:creator>
		<slash:comments>21</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/soum/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - vs 2010 RC is sexy</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">Dexter said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">soum said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p></p>
<p>&nbsp;</p>
<p>Does &quot;every other application&quot; include WPF apps? If not then you can play with the Avalon.Graphics user settings as you please, these setting don't affect Win32/GDI rendering.
</p>
<p>&nbsp;</p>
<p>That's what I did actually, to me it seems that either the ClearType tunner writes the wrong WPF settings or that WPF interprets them wrongly. I tried your ClearType settings (from the tunner screenshot) and I ended with EnhancedContrastLevel being set to
 0 <img src="http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-7.gif" alt="Perplexed">
</p>
</div></blockquote>
<p>The WPF apps I use include a Twitter client and the PowerShell IDE. Those have the pixel-snapping issue but not this boldness/fuzziness issue. Changing CT settings make those totally unbearable.&nbsp;</p>
<p>&nbsp;</p>
<p>But I can install Windows without a key and get a month to play with the settings. I will try that.</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/532357-vs-2010-RC-is-sexy/93417e6bd4724d30ab079deb00d9d19a#93417e6bd4724d30ab079deb00d9d19a</link>
		<pubDate>Fri, 26 Feb 2010 12:24:08 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/532357-vs-2010-RC-is-sexy/93417e6bd4724d30ab079deb00d9d19a#93417e6bd4724d30ab079deb00d9d19a</guid>
		<dc:creator>soum</dc:creator>
		<slash:comments>45</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/soum/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - vs 2010 RC is sexy</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">AndyC said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">W3bbo said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>There really is no point providing screenshots of ClearType, it will always look broken if you take a screenshot unless by some miracle it's being viewed in exactly the same conditions as when it was taken, that's one of the major downsides of sub-pixel
 rendering.</p>
<p>&nbsp;</p>
<p>I'd still be tempted to suggest it's a ClearType tuning issue somewhere.</p>
</div></blockquote>
<p>No, ClearType tuning isn't a solution. I have tuned CT for best results on every other application. I won't change those settings just to get VS to render a bit better, at the cost of rendering quality in other applications. Other apps do it fine with my
 current CT settings. VS too has to render as well with the same settings.</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/532357-vs-2010-RC-is-sexy/abbe849cd1a24dea92e89deb00d9d13b#abbe849cd1a24dea92e89deb00d9d13b</link>
		<pubDate>Fri, 26 Feb 2010 10:54:36 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/532357-vs-2010-RC-is-sexy/abbe849cd1a24dea92e89deb00d9d13b#abbe849cd1a24dea92e89deb00d9d13b</guid>
		<dc:creator>soum</dc:creator>
		<slash:comments>45</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/soum/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - vs 2010 RC is sexy</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">Dexter said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">soum said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>Well, it's not blurry for sure. It's bolder and that's a different issue. I'm curious what settings do you have in registry for WPF text rendering (if any) because I&nbsp;can't get such bold text no matter what values I use.</p>
<p>&nbsp;</p>
<p>Those settings are in:</p>
<p>HKEY_CURRENT_USER\Software\Microsoft\Avalon.Graphics\DISPLAY1</p>
<p>ClearTypeLevel</p>
<p>EnhancedContrastLevel</p>
<p>TextContrastLevel</p>
<p>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Avalon.Graphics\DISPLAY1</p>
<p>GammaLevel</p>
<p>PixelStructure</p>
</div></blockquote>
<p>HKCU\...\Display1</p>
<p>ClearTypeLevel: 0x64 (100)</p>
<p>EnhancedContrastLevel: 0x12C (300)</p>
<p>TextContrastLevel: 0x1 (1)</p>
<p>&nbsp;</p>
<p>HKLM\...\Display1</p>
<p>GammaLevel: 0x898 (2200)</p>
<p>PixelStructure: 0x1 (1)</p>
<p>&nbsp;</p>
<p>I don't see any weird values in here. What are yours?</p>
<p>&nbsp;</p>
<p>And I never said it was a pixel-snapping problem. But that WPF is having problems with these colors when GDI doesn't is the problem here.</p>
<p>&nbsp;</p>
<p>Anyways, ClearType &#43; Dark Background &#43; Light Text is the issue here:&nbsp;<a href="http://blogs.msdn.com/text/archive/2009/08/24/wpf-4-0-text-stack-improvements.aspx#9924681">http&#58;&#47;&#47;blogs.msdn.com&#47;text&#47;archive&#47;2009&#47;08&#47;24&#47;wpf-4-0-text-stack-improvements.aspx&#35;9924681</a></p>
<p>&nbsp;</p>
<p>But I am not sure what I am seeing is the result of that issue only, as my results are worse than others' who are complaining on that thread.</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/532357-vs-2010-RC-is-sexy/c5641d94d1fb47488cdb9deb00d9d10f#c5641d94d1fb47488cdb9deb00d9d10f</link>
		<pubDate>Fri, 26 Feb 2010 10:52:17 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/532357-vs-2010-RC-is-sexy/c5641d94d1fb47488cdb9deb00d9d10f#c5641d94d1fb47488cdb9deb00d9d10f</guid>
		<dc:creator>soum</dc:creator>
		<slash:comments>45</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/soum/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - vs 2010 RC is sexy</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">Sven Groot said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">soum said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>Could you tell us what background color and foreground colors you're using? We can check if it repros then.</p>
<p>&nbsp;</p>
<p>I'm just wondering if it has something to do with your system, or if it's a genuine bug with background colors that are neither fully white nor fully black.</p>
</div></blockquote>
<p>Here are the fonts and color settings:&nbsp;<a href="http://www.divshare.com/download/10465336-908">http://www.divshare.com/download/10465336-908</a>&nbsp;</p>
<p>And my ClearType settings:&nbsp;<a href="http://www.divshare.com/download/10491657-a52">http://www.divshare.com/download/10491657-a52</a>&nbsp;</p>
<p>&nbsp;</p>
<p>I am using hardware accelerated rendering, on a Nvidia 8400M GS card with release 195.62 drivers.</p>
<p>&nbsp;</p>
<p>I reported this issue on Connect as well, but no response is available yet:&nbsp;<a href="https://connect.microsoft.com/VisualStudio/feedback/details/533400/font-smoothing-in-vs2010-editor-is-still-fuzzier-with-the-editor-set-to-a-dark-background/">https&#58;&#47;&#47;connect.microsoft.com&#47;VisualStudio&#47;feedback&#47;details&#47;533400&#47;font-smoothing-in-vs2010-editor-is-still-fuzzier-with-the-editor-set-to-a-dark-background&#47;</a></p>
<p><a href="http://www.divshare.com/download/10491657-a52"></a></p>
<p><a href="http://www.divshare.com/download/10491657-a52"></a></p>
<p><a href="http://www.divshare.com/download/10465336-908"></a></p>
<p><a href="http://www.divshare.com/download/10465336-908"></a></p>
<p><a href="http://www.divshare.com/download/10465336-908"></a></p>
<p><a href="http://www.divshare.com/download/10465336-908"></a></p>
<p><a href="http://www.divshare.com/download/10465336-908"></a></p>
<p><a href="http://www.divshare.com/download/10465336-908"></a></p>
<p><a href="http://www.divshare.com/download/10465336-908"></a></p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/532357-vs-2010-RC-is-sexy/7de4ddcba983404c86009deb00d9d058#7de4ddcba983404c86009deb00d9d058</link>
		<pubDate>Fri, 26 Feb 2010 04:46:56 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/532357-vs-2010-RC-is-sexy/7de4ddcba983404c86009deb00d9d058#7de4ddcba983404c86009deb00d9d058</guid>
		<dc:creator>soum</dc:creator>
		<slash:comments>45</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/soum/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - vs 2010 RC is sexy</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">rhm said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">figuerres said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>It looks fine to me in the RC. I think some people are just against WPF on principle and will always complain no matter how good it is.</p>
</div></blockquote>
<p>So this is your idea of a &quot;fine&quot;-looking text rendering?</p>
<p><a href="http://www.divshare.com/download/10465329-31a">http://www.divshare.com/download/10465329-31a</a></p>
<p><a href="http://www.divshare.com/download/10465329-31a"></a><a href="http://www.divshare.com/download/10465333-5d2">http://www.divshare.com/download/10465333-5d2</a></p>
<p><a href="http://www.divshare.com/download/10465333-5d2"></a></p>
<p>&nbsp;</p>
<p>(See the screenshots at full resolution)</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/532357-vs-2010-RC-is-sexy/1629dde1618344f0813f9deb00d9cfa2#1629dde1618344f0813f9deb00d9cfa2</link>
		<pubDate>Fri, 26 Feb 2010 03:23:56 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/532357-vs-2010-RC-is-sexy/1629dde1618344f0813f9deb00d9cfa2#1629dde1618344f0813f9deb00d9cfa2</guid>
		<dc:creator>soum</dc:creator>
		<slash:comments>45</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/soum/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>