<?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 dotnetjunkie</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/dotnetjunkie/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 dotnetjunkie</title>
		<link>http://channel9.msdn.com/Niners/dotnetjunkie/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/dotnetjunkie/Discussions</link>
	<language>en</language>
	<pubDate>Wed, 19 Jun 2013 07:18:35 GMT</pubDate>
	<lastBuildDate>Wed, 19 Jun 2013 07:18:35 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Tech Off - Programming the Task Scheduler from .NET</title>
		<description><![CDATA[<p>BTW, I know of this: <a href="http://www.codeproject.com/KB/cs/tsnewlib.aspx">
http://www.codeproject.com/KB/cs/tsnewlib.aspx</a>, but that's for the old 1.0 API.<br />For the new project that I'm starting (that will only be deployed on WS2008), I'd prefer to use the new API of course...<br />I really hope something is available for managed code?<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/260943-Programming-the-Task-Scheduler-from-NET/3d36bcd40cc54781a4d39dfa00bf04a7#3d36bcd40cc54781a4d39dfa00bf04a7</link>
		<pubDate>Wed, 13 Feb 2008 06:02:21 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/260943-Programming-the-Task-Scheduler-from-NET/3d36bcd40cc54781a4d39dfa00bf04a7#3d36bcd40cc54781a4d39dfa00bf04a7</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Programming the Task Scheduler from .NET</title>
		<description><![CDATA[<p>Does anyone know of any good resources, documentation or sample code of how to leverage the power of the new Vista / Windows Server 2008 Task Scheduler from .NET applications?<br />(Preferably with some&nbsp;VB.NET code.)<br /><br />Is there a class in the .NET framework 3.0 / 3.5 to program against the task scheduler?<br /><br />A lot of applications need some sort of scheduling, and it seems to me that it would be better to use the robust and extensive framework that the OS offers for this, instead of trying to roll your own.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/260943-Programming-the-Task-Scheduler-from-NET/260943#260943</link>
		<pubDate>Wed, 13 Feb 2008 05:55:20 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/260943-Programming-the-Task-Scheduler-from-NET/260943#260943</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - ASP.NET 2.0 databinding to webservice</title>
		<description><![CDATA[<p>This is driving me crazy!<br /><br />I developed a very simple webservice, just one webmethod that returns a datatable.<br /><br />Then, in my ASP.NET 2.0 website, I added a web reference to this webservice, and used the ObjectDataSource to databind the results to a DataList.&nbsp;<br />So far so good,&nbsp;everything works like a charm on my dev machine.<br /><br />BUT when I put this website online, it doesn't work anymore!!!<br /><br />When using Eval(&quot;FileName&quot;) in the DataList I get the following error:<br /><br /><font face="Arial">System.Web.HttpException: DataBinding: 'Webmedia.GetImagesResponseGetImagesResult' does not contain a property with the name 'FileName'.<br /><br />Webmedia is just the name I gave to the web reference, and GetImages is the name of the&nbsp;Webmethod that I call in the Webservice.<br />FileName is one of the fields in the DataTable that the webservice function returns.<br /><br />When using Container.DataItem(&quot;FileName&quot;) the error changes to:<br /><br />System.MissingMemberException: No default member found for type 'GetImagesResponseGetImagesResult'.<br /><br /><br />Again, no matter which technique I use, it works perfectly when I run the website on my local Windows 2003 server.<br />(it doesn't matter whether I run the webservice online or locally as well, it works both ways)<br />Only when I run the website from the server on the Internet, I get the above server errors!<br />I even tried on 2 different hosting servers to be sure it&nbsp;isn't&nbsp;related to the webserver itself...<br /><br />Anyone please have a clue what is happening here?<br /><br />Thanks!!!</font></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/258053-ASPNET-20-databinding-to-webservice/258053#258053</link>
		<pubDate>Mon, 08 Oct 2007 01:01:42 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/258053-ASPNET-20-databinding-to-webservice/258053#258053</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - NAPTR support?</title>
		<description><![CDATA[<p>Unfortunately, no, and even now, 2 years later, only this post shows up when doing a web search for NAPTR on Windows DNS!<br>
<br>
I completely forgot that I asked this same question back then already, and still have the same problem today!<br>
<br>
Nowadays, NAPTR records are needed A LOT, and still, Microsoft didn't release an update to make their DNS support it... I'm baffled.<br>
<br>
I really hope that this message catches the attention of someone at Microsoft, and that they can forward this question to the windows team?<br>
<br>
Is it finally supported in Windows 2008 Server?<br>
I can't fire up a VPC right now, so can someone running Longhorn beta3 please have a look?<br>
<br>
Thanks!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/88454-NAPTR-support/4758147e411a460bb47c9dea01265c5e#4758147e411a460bb47c9dea01265c5e</link>
		<pubDate>Sun, 23 Sep 2007 09:52:57 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/88454-NAPTR-support/4758147e411a460bb47c9dea01265c5e#4758147e411a460bb47c9dea01265c5e</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Parent-Child Tree path to xml</title>
		<description><![CDATA[<p>Sven,<br /><br />That is fantastic! Thank you so much, you really saved my day <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br /><br />I just implemented your solution in my application, and it works flawlessly!<br /><br />I was messing aroung with strings and a custom generic tree class.<br />Needless to say, using XmlDocument with SelectSingleNode is&nbsp;so much neater, I guess I really have to learn XPath some day (still haven't got the time to delve into that stuff).<br /><br />In VS2008 you also have the new&nbsp;XDocument / XElement / etc...&nbsp;classes, would these give me any specific benefits?<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/257706-Parent-Child-Tree-path-to-xml/3f7422ff7a9c405284989dfa008b663d#3f7422ff7a9c405284989dfa008b663d</link>
		<pubDate>Wed, 19 Sep 2007 09:01:00 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/257706-Parent-Child-Tree-path-to-xml/3f7422ff7a9c405284989dfa008b663d#3f7422ff7a9c405284989dfa008b663d</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Parent-Child Tree path to xml</title>
		<description><![CDATA[<p>From a stored procedure on our SQL Server 2005 database, I currently get&nbsp;results for&nbsp;parent-child relationships&nbsp;like this:<br /><br />11 &gt; 7 &gt; 2<br />11 &gt; 7 &gt; 8 &gt; 5<br />11 &gt; 7 &gt; 8 &gt; 6 &gt; 2<br />etc...<br />(just to be clear: this is a single column output, so in other words:&nbsp;varchar fields)<br /><br />Now, in my VB.NET application, I need to convert these hierarchical tree paths to xml format:<br /><br />&lt;node id=&quot;11&quot;&gt;<br />&nbsp; &lt;node id=&quot;7&quot;&gt;<br />&nbsp;&nbsp;&nbsp; &lt;node id=&quot;2&quot; /&gt;<br />&nbsp;&nbsp;&nbsp; &lt;node id=&quot;8&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;node id=&quot;5&quot; /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;node id=&quot;6&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;node id=&quot;2&quot; /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/node&gt;<br />&nbsp;&nbsp;&nbsp; &lt;/node&gt;<br />&nbsp; &lt;/node&gt;<br />&lt;/node&gt;<br /><br />I think you get the picture <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br /><br />What would be a quick and efficient way to accomplish this?<br /><br />Any help with code (VB.NET&nbsp;or C#) would be greatly appreciated!<br /><br />Thanks</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/257706-Parent-Child-Tree-path-to-xml/257706#257706</link>
		<pubDate>Wed, 19 Sep 2007 06:35:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/257706-Parent-Child-Tree-path-to-xml/257706#257706</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - C9 V4 Silverlight!</title>
		<description><![CDATA[<p>One more vote for a 'Silverlighted' Channel9 !!</p>
<p>That would be so cool, I can hardly wait!</p>
<p>Ah, and please make it so that you can only use the site/forums with the Silverlight plugin installed, that way we can get rid of people like emet <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/254402-C9-V4-Silverlight/a2ed1e14b0e04ee8acff9dec00765595#a2ed1e14b0e04ee8acff9dec00765595</link>
		<pubDate>Tue, 01 May 2007 02:20:54 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/254402-C9-V4-Silverlight/a2ed1e14b0e04ee8acff9dec00765595#a2ed1e14b0e04ee8acff9dec00765595</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>31</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - What PCIe card to drive 2 x 20&amp;quot; DVI Monitors @ 1680x1050 each?</title>
		<description><![CDATA[<p>Any dual DVI card will do that resolution hands down...<br>
<br>
2x 1680x1050 is actually still a quite low resolution, so you have nothing to worry about.<br>
I ran 2x 1600x1200 some years ago already with a $100 GeForce card...<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/254415-What-PCIe-card-to-drive-2-x-20quot-DVI-Monitors--1680x1050-each/6017b8edf3fe43f995d79dec007683b6#6017b8edf3fe43f995d79dec007683b6</link>
		<pubDate>Tue, 01 May 2007 02:05:19 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/254415-What-PCIe-card-to-drive-2-x-20quot-DVI-Monitors--1680x1050-each/6017b8edf3fe43f995d79dec007683b6#6017b8edf3fe43f995d79dec007683b6</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Ubuntu! Ubuntu! Ubuntu!</title>
		<description><![CDATA[<p>While the underlying OS of Ubuntu is solid, it's desktop / windowing system is crap.&nbsp; And it looks very unfinished as well (maybe that's an understatement, design people call it plain ugly).</p>
<p>Ubuntu has a LOOOONG way to go if they want to target the desktop market...<br>
<br>
Problem is, they're playing catch-up all the time, and history should have learned them that playing catch-up with Microsoft is a very bad idea / waste of time.<br>
<br>
I think they should forget the whole desktop thing and focus on server and embedded applications.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/254340-Ubuntu-Ubuntu-Ubuntu/7149bbcf33be4280ae399dec0075ba01#7149bbcf33be4280ae399dec0075ba01</link>
		<pubDate>Sat, 28 Apr 2007 03:31:48 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/254340-Ubuntu-Ubuntu-Ubuntu/7149bbcf33be4280ae399dec0075ba01#7149bbcf33be4280ae399dec0075ba01</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Oops, got it wrong.</title>
		<description><![CDATA[<p>No, doesn't work if you're not on the connect program <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-6.gif' alt='Sad' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/254139-Oops-got-it-wrong/d9edb090c2c140c59ac49dec00730a05#d9edb090c2c140c59ac49dec00730a05</link>
		<pubDate>Thu, 19 Apr 2007 07:59:18 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/254139-Oops-got-it-wrong/d9edb090c2c140c59ac49dec00730a05#d9edb090c2c140c59ac49dec00730a05</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Transition to WPF/E</title>
		<description><![CDATA[<p>This is why Microsoft should have bought Macromedia.</p>
<p>I still can't understand why they gave away such an ubiquitous technology (Flash) to Adobe!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/253801-Transition-to-WPFE/72d644c59b1348979ed79dec006e372e#72d644c59b1348979ed79dec006e372e</link>
		<pubDate>Fri, 06 Apr 2007 06:29:55 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/253801-Transition-to-WPFE/72d644c59b1348979ed79dec006e372e#72d644c59b1348979ed79dec006e372e</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Vista Security : This can&#39;t be true.</title>
		<description><![CDATA[<p>And a very bad photoshop job too, as there is no reflection on the dialog box like there is on the rest of the billboard.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/253227-Vista-Security--This-cant-be-true/7dcf7a93a559453b9bd79dec00654050#7dcf7a93a559453b9bd79dec00654050</link>
		<pubDate>Mon, 19 Mar 2007 04:32:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/253227-Vista-Security--This-cant-be-true/7dcf7a93a559453b9bd79dec00654050#7dcf7a93a559453b9bd79dec00654050</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>42</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Will OS in the future be online</title>
		<description><![CDATA[<p><blockquote>
<div>jsampsonPC wrote:</div>
<div>Maybe someday when we all have Satellite-access directly from our laptops I'll consider it
<img src="/emoticons/emotion-1.gif" border="0"><br>
</div>
</blockquote>
<br>
Satellites SUCK, they are far too laggy.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/253221-Will-OS-in-the-future-be-online/28275460b5d44b85b6349dec00653380#28275460b5d44b85b6349dec00653380</link>
		<pubDate>Mon, 19 Mar 2007 04:25:05 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/253221-Will-OS-in-the-future-be-online/28275460b5d44b85b6349dec00653380#28275460b5d44b85b6349dec00653380</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>30</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Life-ware</title>
		<description><![CDATA[<p>Feeling philosophical today? [A]</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/253259-Life-ware/1146cf3622df460f975a9dec0065afa0#1146cf3622df460f975a9dec0065afa0</link>
		<pubDate>Mon, 19 Mar 2007 04:23:12 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/253259-Life-ware/1146cf3622df460f975a9dec0065afa0#1146cf3622df460f975a9dec0065afa0</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Why DON&#39;T you use Vista?</title>
		<description><![CDATA[<p><blockquote>
<div>sicRrh wrote:</div>
<div><br>
1. No support for SQL Server<br>
</div>
</blockquote>
<br>
That's logical.<br>
You should install the <strong>express edition</strong>, Vista is a desktop and not a server OS after all!<br>
Sql Server (except dev edition) didn't run on XP as well.<br>
SQL server express is perfectly fine for development and you can still run a VPC image if you really need to do testing with the full blown server.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/253206-Why-DONT-you-use-Vista/2bbe83ee7943458f91bc9dec0064fc5d#2bbe83ee7943458f91bc9dec0064fc5d</link>
		<pubDate>Mon, 19 Mar 2007 04:20:01 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/253206-Why-DONT-you-use-Vista/2bbe83ee7943458f91bc9dec0064fc5d#2bbe83ee7943458f91bc9dec0064fc5d</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>16</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - x64 tooltips displaying behind the taskbar, anyone here found a workaround?</title>
		<description><![CDATA[<p><blockquote>
<div>anytime1 wrote:</div>
<div>&#65279;One of the fixes for this in 32 bit is to right click on the start menu in al programs and click &quot;sort by name&quot;.&nbsp; Does this still&nbsp; work in vista, because it doesn't have a fly out menu like XP.<br>
</div>
</blockquote>
<br>
I tried that trick in all possible ways, but it simply doesn't work on Windows 2003 Server...<br>
The only solution is to log off and on again, but as I have more than 20 windows opened at all time, that simply isn't doable.<br>
<br>
Anyway, the whole point is that they released a new SP and didn't care to fix this bug!, although people from all over the world asked (even begged) for it in all possible ways.<br>
<br>
Therefore, I'd like to know from someone on the windows team why it was impossible or why they didn't care to fix this extremely annoying bug.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/158499-x64-tooltips-displaying-behind-the-taskbar-anyone-here-found-a-workaround/6cd493619a6241388bb29deb0139ac47#6cd493619a6241388bb29deb0139ac47</link>
		<pubDate>Mon, 19 Mar 2007 04:10:05 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/158499-x64-tooltips-displaying-behind-the-taskbar-anyone-here-found-a-workaround/6cd493619a6241388bb29deb0139ac47#6cd493619a6241388bb29deb0139ac47</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Microsoft Code Name &#39;Atlas&#39; for AJAX Development PDF</title>
		<description><![CDATA[<p>But... it's the BETA book!!</p>
<p>So I think a substantial part of the information in it won't be&nbsp;valid anymore now that we have the final release... (they changed quite a bit&nbsp;through&nbsp;subsequent beta releases)</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/253248-Microsoft-Code-Name-Atlas-for-AJAX-Development-PDF/bf701dfc2b90431ea48d9dec0065a543#bf701dfc2b90431ea48d9dec0065a543</link>
		<pubDate>Mon, 19 Mar 2007 03:57:06 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/253248-Microsoft-Code-Name-Atlas-for-AJAX-Development-PDF/bf701dfc2b90431ea48d9dec0065a543#bf701dfc2b90431ea48d9dec0065a543</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Remote desktop and vista - No real improvements?</title>
		<description><![CDATA[<p><blockquote>
<div>cheong wrote:</div>
<div>&#65279;And if you used the Remote Desktop in a PC with smaller screen than your normal one (say your PC is 1280 x 1024, and the PC you use to remote is on 1024 x 768), when you log back your own PC, you'll see all the desktop icons be rearranged to the smaller
 screen region.<br>
</div>
</blockquote>
<br>
Indeed, that is terribly annoying!<br>
What's more, my pc has dual screens, and I have desktop icons on both monitors.&nbsp; But after a remote session, all the icons are GONE on your 2nd monitor!!<br>
That's just terrible...<br>
*hint* *hint* @ the devs reading this !<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/253230-Remote-desktop-and-vista-No-real-improvements/2c0921cf9a234387a9009dec00655f44#2c0921cf9a234387a9009dec00655f44</link>
		<pubDate>Mon, 19 Mar 2007 03:47:31 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/253230-Remote-desktop-and-vista-No-real-improvements/2c0921cf9a234387a9009dec00655f44#2c0921cf9a234387a9009dec00655f44</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - x64 tooltips displaying behind the taskbar, anyone here found a workaround?</title>
		<description><![CDATA[<p>OK, I installed the new SP2 for Windows 2003 and was hoping that this issue would have been fixed... but NO !!!!<br>
Tooltips still appear BEHIND the taskbar&nbsp;every so often&nbsp;<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-6.gif' alt='Sad' /><br>
<br>
Please, someone from MS, tell us why you refuse to fix this bug!<br>
<br>
I hope you realize that you are torturing your users with it for years on end! <br>
Is the Windowing architecture so flawed that it is impossible to fix this bug?!<br>
<br>
It has been reported over and over again, on forums, in newsgroups, blogs, websites, you name it, you even have a KB article about it, but still... no fix...<br>
<br>
At least give us a reasonable explanation about why you can't or are unwilling to fix this.<br>
<br>
/me very disappointed...</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/158499-x64-tooltips-displaying-behind-the-taskbar-anyone-here-found-a-workaround/18ac48c7969a45bd9bc19deb0139ab94#18ac48c7969a45bd9bc19deb0139ab94</link>
		<pubDate>Sat, 17 Mar 2007 04:03:25 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/158499-x64-tooltips-displaying-behind-the-taskbar-anyone-here-found-a-workaround/18ac48c7969a45bd9bc19deb0139ab94#18ac48c7969a45bd9bc19deb0139ab94</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Mono gets major VB support boost</title>
		<description><![CDATA[<p>Interesting <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/252602-Mono-gets-major-VB-support-boost/3e38be55c4fc494294359dec005ce578#3e38be55c4fc494294359dec005ce578</link>
		<pubDate>Fri, 23 Feb 2007 02:26:59 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/252602-Mono-gets-major-VB-support-boost/3e38be55c4fc494294359dec005ce578#3e38be55c4fc494294359dec005ce578</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>16</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - How true is this?</title>
		<description><![CDATA[<p><blockquote>
<div>jsampsonPC wrote:</div>
<div>&#65279;I thought Vista ultimate (if you're using Aero) requires a minimum of 2gb of RAM...<br>
</div>
</blockquote>
<br>
I don't know who told you that, but it's definitely wrong.<br>
Vista (with Aero!) runs perfectly smooth on 1 gig of RAM.<br>
<br>
And I can confirm this from personal experience, it runs even&nbsp;faster than XP on my Acer laptop with 1GB of RAM.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/252595-How-true-is-this/4a845bbe4af4445089a49dec005cbfb5#4a845bbe4af4445089a49dec005cbfb5</link>
		<pubDate>Fri, 23 Feb 2007 02:21:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/252595-How-true-is-this/4a845bbe4af4445089a49dec005cbfb5#4a845bbe4af4445089a49dec005cbfb5</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>20</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Spot the niner</title>
		<description><![CDATA[<p>Where am I ? [C]</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/252456-Spot-the-niner/85b7f0bb67734c9aa1c59dec005b02f4#85b7f0bb67734c9aa1c59dec005b02f4</link>
		<pubDate>Mon, 19 Feb 2007 00:36:12 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/252456-Spot-the-niner/85b7f0bb67734c9aa1c59dec005b02f4#85b7f0bb67734c9aa1c59dec005b02f4</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The 9 Guy Around The World - Windows Vista kick-off, Mexico City</title>
		<description><![CDATA[<p><blockquote>
<div>j0217995 wrote:</div>
<div>Do they not translate Vista Home Premium into the language of the country it is being sold at?</div>
</blockquote>
<br />LOL, of course they don't, it's a name!&nbsp; Do you translate your name when you visit a foreign country? <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/9GuyAroundTheWorld/252010-Windows-Vista-kick-off-Mexico-City/cb7d7f67d5ec4f268e039dea01027821#cb7d7f67d5ec4f268e039dea01027821</link>
		<pubDate>Tue, 06 Feb 2007 21:52:56 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/9GuyAroundTheWorld/252010-Windows-Vista-kick-off-Mexico-City/cb7d7f67d5ec4f268e039dea01027821#cb7d7f67d5ec4f268e039dea01027821</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Languages are like.</title>
		<description><![CDATA[<p>It's not true that C# has more language features than VB.NET, it just has <strong>
other</strong> features.<br>
You know, VB.NET has quite a few features that are missing in C#, so it all equals out at the end...<br>
<br>
You shouldn't worry too much about which language to use, if you started with vb.net just continue with it, it's a great language for rapid development of business apps and asp.net websites.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/251396-Languages-are-like/eafe9aca7e0e4dd587b59dea015036cd#eafe9aca7e0e4dd587b59dea015036cd</link>
		<pubDate>Sun, 14 Jan 2007 01:40:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/251396-Languages-are-like/eafe9aca7e0e4dd587b59dea015036cd#eafe9aca7e0e4dd587b59dea015036cd</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - 2007: MS should leave web search game</title>
		<description><![CDATA[<p>What about Altavista?<br>
I think that is still used quite a lot, and it gives very high quality results (better than Yahoo in my tests).<br>
<br>
Also&nbsp;Alltheweb.com does a nice job with integration of sound and video search.<br>
</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/251156-2007-MS-should-leave-web-search-game/d3f93d755a0644ce99449dec00470c09#d3f93d755a0644ce99449dec00470c09</link>
		<pubDate>Wed, 03 Jan 2007 22:13:19 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/251156-2007-MS-should-leave-web-search-game/d3f93d755a0644ce99449dec00470c09#d3f93d755a0644ce99449dec00470c09</guid>
		<dc:creator>dotnetjunkie</dc:creator>
		<slash:comments>21</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dotnetjunkie/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>