<?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 cwilliams1145</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/cwilliams1145/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 cwilliams1145</title>
		<link>http://channel9.msdn.com/Niners/cwilliams1145/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/cwilliams1145/Discussions</link>
	<language>en</language>
	<pubDate>Sun, 19 May 2013 10:26:08 GMT</pubDate>
	<lastBuildDate>Sun, 19 May 2013 10:26:08 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Coffeehouse - Suggestion: Windows Update Foundation</title>
		<description><![CDATA[<p><blockquote>
<div>eddwo wrote:</div>
<div>&#65279;Do you need this when you have <a href="http://msdn.microsoft.com/netframework/windowsforms/learning/features/clickonce/">
ClickOnce</a>?<br>
Its in .Net 2.0 so is already part of Vista and has most of the features you are looking for.
</div>
</blockquote>
<br>
<br>
ClickOnce has limitations that preclude a large number of applications from using it.&nbsp; That's not to say it couldn't be changed, but it's not suitable for a general-purpose solution in its current form.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/235768-Suggestion-Windows-Update-Foundation/63e8abcc121d4c9ea3dd9dec001958f8#63e8abcc121d4c9ea3dd9dec001958f8</link>
		<pubDate>Wed, 04 Oct 2006 14:58:15 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/235768-Suggestion-Windows-Update-Foundation/63e8abcc121d4c9ea3dd9dec001958f8#63e8abcc121d4c9ea3dd9dec001958f8</guid>
		<dc:creator>cwilliams1145</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/cwilliams1145/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Free as in Beer... Is Beer free?</title>
		<description><![CDATA[<p><blockquote>
<div>jaylittle wrote:</div>
<div>&#65279;Also on a side note, I was chatting with coworker who was working on a Customer Machine that has Microsoft's Retail Management System software installed and noticed that the acronym for that product was RMS.&nbsp; Does that spook anybody else out other than
 myself?<br>
</div>
</blockquote>
<br>
<br>
That TLA collides with several things (including another Microsoft technology).&nbsp; Which one did you have in mind?<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/231708-Free-as-in-Beer-Is-Beer-free/de1b34d7b0094345ac679deb011b8e90#de1b34d7b0094345ac679deb011b8e90</link>
		<pubDate>Fri, 22 Sep 2006 15:45:46 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/231708-Free-as-in-Beer-Is-Beer-free/de1b34d7b0094345ac679deb011b8e90#de1b34d7b0094345ac679deb011b8e90</guid>
		<dc:creator>cwilliams1145</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/cwilliams1145/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - how to WPF in Windows.Forms with .NET 3.0 RC1</title>
		<description><![CDATA[<p><blockquote>
<div>Minh wrote:</div>
<div>&#65279;
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>JohnAskew wrote:</strong><i>&#65279;<br>
3) To avoid ambiguity, explicitly state namespaces for controls like 'Button' and 'ListBox':<br>
<br>
&nbsp;&nbsp;&nbsp;System.Windows.Forms.Button&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //&nbsp;.NET 2.0<br>
&nbsp;&nbsp;&nbsp;System.Windows.Controls.Button&nbsp; // .NET 3.0<br>
<p></p>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Or another way is:<br>
<br>
using N2 = System.Windows.Forms;<br>
using N3 = System.Windows.Controls;<br>
<br>
N2.Button b2 = ...<br>
N3.Button b3 = ...<br>
</div>
</blockquote>
<br>
<br>
Perhaps something like this would be clearer in code:<br>
<br>
using Forms = System.Windows.Forms;<br>
using Wpf = System.Windows.Controls;<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/231600-how-to-WPF-in-WindowsForms-with-NET-30-RC1/1fa25cab4a574967bcec9deb011b7d48#1fa25cab4a574967bcec9deb011b7d48</link>
		<pubDate>Fri, 22 Sep 2006 13:09:52 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/231600-how-to-WPF-in-WindowsForms-with-NET-30-RC1/1fa25cab4a574967bcec9deb011b7d48#1fa25cab4a574967bcec9deb011b7d48</guid>
		<dc:creator>cwilliams1145</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/cwilliams1145/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - WinFX is now .NET Framework 3.0</title>
		<description><![CDATA[<p><blockquote>
<div>Harlequin wrote:</div>
<div>&#65279;Is WinFX not the Windows Presentation Foundation? </div>
</blockquote>
<br>
<br>
WinFX is comprised of Windows Presentation Foundation, Windows Communication Foundation, Workflow Foundation, and (I think) Infocard (now CardSpace).<br>
<br>
<br>
<blockquote>
<div>Harlequin wrote:</div>
<div>How is that a new framework? </div>
</blockquote>
<br>
<br>
It's not.<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/197670-WinFX-is-now-NET-Framework-30/e233484e141a42839fc09deb017329c6#e233484e141a42839fc09deb017329c6</link>
		<pubDate>Sat, 10 Jun 2006 16:10:30 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/197670-WinFX-is-now-NET-Framework-30/e233484e141a42839fc09deb017329c6#e233484e141a42839fc09deb017329c6</guid>
		<dc:creator>cwilliams1145</dc:creator>
		<slash:comments>57</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/cwilliams1145/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - WinFX is now .NET Framework 3.0</title>
		<description><![CDATA[<p><blockquote>
<div>dotnetjunkie wrote:</div>
<div>
<p>Some people here panic for no reason at all.&nbsp; Nothing changed, just the name!!!&nbsp;
<br>
</p>
</div>
</blockquote>
<br>
<br>
Yes, it's just a name and nothing has changed technically, but it can still cause confusion.&nbsp; Currently, compiler version = framework version = CLR version.&nbsp; With this change, the versions start to happen on different schedules.<br>
<br>
Incrementing a major version number because you're adding to the library seems silly.&nbsp; Especially because 3.0 will only be Windows XP and beyond, even though the core framework hasn't changed.
<br>
<br>
When it comes to .NET dev tools, versions are how you tell what's compatible with what.&nbsp; More explaination is needed to see what's what.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/197670-WinFX-is-now-NET-Framework-30/c3896f2bb364401d841d9deb0173275f#c3896f2bb364401d841d9deb0173275f</link>
		<pubDate>Sat, 10 Jun 2006 05:38:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/197670-WinFX-is-now-NET-Framework-30/c3896f2bb364401d841d9deb0173275f#c3896f2bb364401d841d9deb0173275f</guid>
		<dc:creator>cwilliams1145</dc:creator>
		<slash:comments>57</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/cwilliams1145/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Vista&#39;s Comedian spokesman....</title>
		<description><![CDATA[<p>I heard Lewis Black is the new face of Ubuntu.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/197553-Vistas-Comedian-spokesman/02e0443e61a44817b01b9deb01731c77#02e0443e61a44817b01b9deb01731c77</link>
		<pubDate>Sat, 10 Jun 2006 00:00:12 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/197553-Vistas-Comedian-spokesman/02e0443e61a44817b01b9deb01731c77#02e0443e61a44817b01b9deb01731c77</guid>
		<dc:creator>cwilliams1145</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/cwilliams1145/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - WinFX is now .NET Framework 3.0</title>
		<description><![CDATA[<p>Ooh, fun with numbers.&nbsp; It seems kind of silly to call this 3.0 when the core library, compilers, and the CLR are not changing.&nbsp; Should this not be a point release?<br>
<br>
I see some confusion coming down the pike.&nbsp; Up till now, major compiler releases have coincided with major framework releases.&nbsp; That seems to be changing here.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/197670-WinFX-is-now-NET-Framework-30/fcbe76e06d4d4f34b7d89deb01732418#fcbe76e06d4d4f34b7d89deb01732418</link>
		<pubDate>Fri, 09 Jun 2006 22:19:14 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/197670-WinFX-is-now-NET-Framework-30/fcbe76e06d4d4f34b7d89deb01732418#fcbe76e06d4d4f34b7d89deb01732418</guid>
		<dc:creator>cwilliams1145</dc:creator>
		<slash:comments>57</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/cwilliams1145/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Stupid people</title>
		<description><![CDATA[<p><blockquote>
<div>Manip wrote:</div>
<div>&#65279;<br>
<br>
Wrong &#43; Wrong = Right? </div>
</blockquote>
<br>
<br>
Apparently,<br>
<br>
Wrong &#43; Trying to be funny = Getting on Manip's bad side.<br>
<br>
What are you not getting here?&nbsp; It was a joke.&nbsp; Feel free not to laugh.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/197353-Stupid-people/66085d83eba448cb9d7b9deb0172f371#66085d83eba448cb9d7b9deb0172f371</link>
		<pubDate>Fri, 09 Jun 2006 21:56:33 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/197353-Stupid-people/66085d83eba448cb9d7b9deb0172f371#66085d83eba448cb9d7b9deb0172f371</guid>
		<dc:creator>cwilliams1145</dc:creator>
		<slash:comments>78</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/cwilliams1145/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Stupid people</title>
		<description><![CDATA[<p><blockquote>
<div>Manip wrote:</div>
<div>&#65279;
<blockquote>
<table>
<tbody>
<tr>
<td><br>
</td>
<td><br>
</td>
</tr>
<tr>
<td><br>
</td>
<td><br>
</td>
</tr>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>cwilliams1145 wrote:</strong><i>&#65279;Actually, I was poking fun of your use of &quot;your&quot; instead of &quot;you're&quot;.<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
If your goal was to make yourself look like a jerk then you succeeded in that... </div>
</blockquote>
<br>
<br>
Well, let me complete my thought for you, then....<br>
<br>
<table>
<tbody>
<tr>
<td><br>
</td>
</tr>
<tr>
<td><br>
</td>
<td><br>
</td>
</tr>
<tr>
<td><img></td>
<td><strong>cwilliams1145 wrote:</strong><i>Actually, I was poking fun of your use of &quot;your&quot; instead of &quot;you're&quot;</i>
<b><i>because you called the email's author on the same type of grammatical error (&quot;here&quot; vs &quot;hear&quot;) in your first post in this thread.</i></b></td>
</tr>
</tbody>
</table>
<br>
Manip, if it's still not apparent to you after the expansion of the quote, mine was a light-hearted jab.<br>
<br>
Thanks for playing along, though.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/197353-Stupid-people/a7e2678d95654277820d9deb0172f31e#a7e2678d95654277820d9deb0172f31e</link>
		<pubDate>Fri, 09 Jun 2006 21:32:01 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/197353-Stupid-people/a7e2678d95654277820d9deb0172f31e#a7e2678d95654277820d9deb0172f31e</guid>
		<dc:creator>cwilliams1145</dc:creator>
		<slash:comments>78</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/cwilliams1145/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Stupid people</title>
		<description><![CDATA[<p><blockquote>
<div>Sourcecode wrote:</div>
<div>&#65279;
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>cwilliams1145 wrote:</strong><i>&#65279;
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>Sourcecode wrote:</strong> <i>&#65279;
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>Harlequin wrote:</strong> <i>&#65279; </i>
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>Sourcecode wrote:</strong> <i>&#65279;He could do with a good spell checker. Ya it's stupid, nothing will come of&nbsp; it, so don't get your hopes up for that letter.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<p><i><br>
<br>
Spellchecker wouldn't have helped. The spelling is fine, it's the grammar that looks like it comes from a preteen
<img src="/emoticons/emotion-1.gif" border="0"></i></p>
</td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Ok, your right...</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
The spell checker wouldn't have caught that one either <img src="/emoticons/emotion-5.gif" border="0"><br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Well; can we agree that before one sends a condescending, and unworthy legal document, one should at least re-read said document for accuracy, and any litigation worthy contexts that may arise in cause but not of purpose of said document?
<img src="/emoticons/emotion-5.gif" border="0"><br>
<br>
That just sounded too good.</div>
</blockquote>
<br>
<br>
Actually, I was poking fun of your use of &quot;your&quot; instead of &quot;you're&quot;.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/197353-Stupid-people/b33fabca744240ae98999deb0172f29d#b33fabca744240ae98999deb0172f29d</link>
		<pubDate>Fri, 09 Jun 2006 20:24:21 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/197353-Stupid-people/b33fabca744240ae98999deb0172f29d#b33fabca744240ae98999deb0172f29d</guid>
		<dc:creator>cwilliams1145</dc:creator>
		<slash:comments>78</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/cwilliams1145/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Stupid people</title>
		<description><![CDATA[<p><blockquote>
<div>Sourcecode wrote:</div>
<div>&#65279;
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>Harlequin wrote:</strong><i>&#65279; </i>
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>Sourcecode wrote:</strong> <i>&#65279;He could do with a good spell checker. Ya it's stupid, nothing will come of&nbsp; it, so don't get your hopes up for that letter.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<p><i><br>
<br>
Spellchecker wouldn't have helped. The spelling is fine, it's the grammar that looks like it comes from a preteen
<img src="/emoticons/emotion-1.gif" border="0"></i></p>
</td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Ok, your right...</div>
</blockquote>
<br>
<br>
The spell checker wouldn't have caught that one either <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' /><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/197353-Stupid-people/130b907801f84b9f80a59deb0172f1a2#130b907801f84b9f80a59deb0172f1a2</link>
		<pubDate>Fri, 09 Jun 2006 17:58:14 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/197353-Stupid-people/130b907801f84b9f80a59deb0172f1a2#130b907801f84b9f80a59deb0172f1a2</guid>
		<dc:creator>cwilliams1145</dc:creator>
		<slash:comments>78</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/cwilliams1145/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - WPF still optional on Vista?</title>
		<description><![CDATA[<p><div>
<table>
<tbody>
<tr>
<td>So, Vista is XP plus new theme (and audio)?<br>
<br>
<br>
<br>
</td>
</tr>
</tbody>
</table>
</div>
<p><br>
I can't believe folks are <em>still </em>saying things like this.&nbsp; Don't get me wrong, I think WPF should absolutely install by default but if you think doing otherwise would make Vista &quot;XP plus new theme&quot; you obviously haven't been paying attention.<br>
<br>
</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/156723-WPF-still-optional-on-Vista/59a6e631d48043afb7b49deb01373f2a#59a6e631d48043afb7b49deb01373f2a</link>
		<pubDate>Sun, 05 Feb 2006 16:44:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/156723-WPF-still-optional-on-Vista/59a6e631d48043afb7b49deb01373f2a#59a6e631d48043afb7b49deb01373f2a</guid>
		<dc:creator>cwilliams1145</dc:creator>
		<slash:comments>48</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/cwilliams1145/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>