<?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 Verdant</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/Verdant/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 Verdant</title>
		<link>http://channel9.msdn.com/Niners/Verdant/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/Verdant/Discussions</link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 06:48:33 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 06:48:33 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Tech Off - I was told today to not worry cross-thread execution when...</title>
		<description><![CDATA[<p>....Using multiple threads, we were taught to just run the code outside vs and the debugger, which seems to work, but also seems completly wrong to me.<br /><br />From a WinForms Form Object:<br /><p>tKey = new Thread(ReadKeyboard);<br /><br />public void ReadKeyboard()<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;Text = &quot;Keyboard acquired&quot;;<br />}<br /><br />can someone verify that this is bad practice or otherwise?<br /><br />i don't like skipping the debugger, so i used:<br />main.Invoke(new MethodInvoker(delegate() { Text = &quot;Keyboard acquired&quot;; }));<br /><br />is this an acceptable &quot;workaround&quot;?</p>
<p>edit: main being a reference to the form object<br />&nbsp;</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/445198-I-was-told-today-to-not-worry-cross-thread-execution-when/445198#445198</link>
		<pubDate>Tue, 25 Nov 2008 00:14:03 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/445198-I-was-told-today-to-not-worry-cross-thread-execution-when/445198#445198</guid>
		<dc:creator>Verdant</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Verdant/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Cheap ASP.NET Hosting</title>
		<description><![CDATA[<p>thread bookmarked - will check back when i have more time, <br /><br /><strong><a id="template__ctl0_PostThroneView__ctl0_PostRepeater__ctl1_UserPostBar1__ctl0_NameLink" title="W3bbo" class="namelink" href="Niners/W3bbo">W3bbo</a></strong> , yours seems to be a good option, though i am a bit leery of not having the control panel<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/260933-Cheap-ASPNET-Hosting/db6dae8d1af44f528f1b9dfa00bef7f6#db6dae8d1af44f528f1b9dfa00bef7f6</link>
		<pubDate>Wed, 13 Feb 2008 01:48:50 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/260933-Cheap-ASPNET-Hosting/db6dae8d1af44f528f1b9dfa00bef7f6#db6dae8d1af44f528f1b9dfa00bef7f6</guid>
		<dc:creator>Verdant</dc:creator>
		<slash:comments>21</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Verdant/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Cheap ASP.NET Hosting</title>
		<description><![CDATA[<p>well if i wasn't restricted to a 1 mbps cable line...<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/260933-Cheap-ASPNET-Hosting/da96f4270f1e4ad3a2209dfa00bef7b9#da96f4270f1e4ad3a2209dfa00bef7b9</link>
		<pubDate>Wed, 13 Feb 2008 01:24:06 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/260933-Cheap-ASPNET-Hosting/da96f4270f1e4ad3a2209dfa00bef7b9#da96f4270f1e4ad3a2209dfa00bef7b9</guid>
		<dc:creator>Verdant</dc:creator>
		<slash:comments>21</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Verdant/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - using a Managed DLL from an unmanaged one?</title>
		<description><![CDATA[<p>performance wise i will need it to be able to pass about 100 3d vector structures (x,y,z) floats a second, which is a pretty low requirement. The data will most likely be fed through in a fifo type queue.
<br /><br />The plugin will take in data from the maya ui (in the form of a text string or a wav file--probably still just a text string), and communicate with the C# code, then feed the result back to maya as new vertex points for parts of the model - the plugin has to
 interpret this data from a proprietary xml format.<br /><br />After speaking to the project lead, I think I am first going to ensure i can interact with maya through unmanaged c&#43;&#43;, then i will most likely develop a wrapper for managed access.<br /><br />maya comes with a VS wizard that creates a C&#43;&#43; project for a maya plugin, at this point i am not certain what vector it specifically uses to communicate as that functionality is wrapped in a seperate set of macros.<br /><br />The other problem is that the project targets .NET 1.1... and i don't have access to 2003 at home, but they might migrate to 2.0... i'll figure it out, but old tutorials are good, for now <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br /><br /><br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/260931-using-a-Managed-DLL-from-an-unmanaged-one/e290e79338374bc2a4119dfa00bef11d#e290e79338374bc2a4119dfa00bef11d</link>
		<pubDate>Wed, 13 Feb 2008 01:19:47 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/260931-using-a-Managed-DLL-from-an-unmanaged-one/e290e79338374bc2a4119dfa00bef11d#e290e79338374bc2a4119dfa00bef11d</guid>
		<dc:creator>Verdant</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Verdant/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Cheap ASP.NET Hosting</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">W3bbo wrote:</div>
<div class="quoteBody">&#65279;Oh! Oh! Me me!<br /><br />I'm currently revising my prices, but I'm thinking on settling on:...<br /></div>
</blockquote>
<br /><br />iis version?<br />uptime info?<br />link to homepage?<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/260933-Cheap-ASPNET-Hosting/74c74a8fbb0144df9dd89dfa00bef436#74c74a8fbb0144df9dd89dfa00bef436</link>
		<pubDate>Tue, 12 Feb 2008 20:47:38 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/260933-Cheap-ASPNET-Hosting/74c74a8fbb0144df9dd89dfa00bef436#74c74a8fbb0144df9dd89dfa00bef436</guid>
		<dc:creator>Verdant</dc:creator>
		<slash:comments>21</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Verdant/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Cheap ASP.NET Hosting</title>
		<description><![CDATA[<p>I was just wondering if anyone can offer suggestions for cheap ASP.NET (/w 3.5, esp AJAX) webhosts?<br /><br />I just want a personal space for my portfolio and blog.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/260933-Cheap-ASPNET-Hosting/260933#260933</link>
		<pubDate>Tue, 12 Feb 2008 20:22:25 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/260933-Cheap-ASPNET-Hosting/260933#260933</guid>
		<dc:creator>Verdant</dc:creator>
		<slash:comments>21</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Verdant/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - using a Managed DLL from an unmanaged one?</title>
		<description><![CDATA[<p>found <a href="http://msdn.microsoft.com/msdnmag/issues/01/07/vsnet/">this</a> article that seems to describe the process i need to use, ugh looks like a lot of steps<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/260931-using-a-Managed-DLL-from-an-unmanaged-one/75a08d0ad901432ab7b39dfa00beef5d#75a08d0ad901432ab7b39dfa00beef5d</link>
		<pubDate>Tue, 12 Feb 2008 19:49:55 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/260931-using-a-Managed-DLL-from-an-unmanaged-one/75a08d0ad901432ab7b39dfa00beef5d#75a08d0ad901432ab7b39dfa00beef5d</guid>
		<dc:creator>Verdant</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Verdant/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - using a Managed DLL from an unmanaged one?</title>
		<description><![CDATA[<p>I am working on a software research project that is entirely in C#, however now we want to have a maya plugin that utilizes some of the functionality from the C# code.
<br /><br />Maya expects an unmanaged dll, which is fine i don't mind writting that.<br /><br />However, i need to make hooks to the C# code and vice versa, i have no problems accessing my unmanaged dll from C# using InteropServices,&nbsp; but i do not know how to access the managed code from the unmanaged C&#43;&#43;, any hints?
<br /><br />I am sure this is possible, but i have never done it.<br /><br />If anyone has any suggestions for a purely managed solution, i would be thankful<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/260931-using-a-Managed-DLL-from-an-unmanaged-one/260931#260931</link>
		<pubDate>Tue, 12 Feb 2008 19:23:38 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/260931-using-a-Managed-DLL-from-an-unmanaged-one/260931#260931</guid>
		<dc:creator>Verdant</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Verdant/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - PocketPC advice needed (urgent)</title>
		<description><![CDATA[<p>i'll trade you my axim x51v for an unlocked HTC TyTN&nbsp; <strong><img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' /><br>
</strong></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255699-PocketPC-advice-needed-urgent/3a416f12f35d419c869e9dec008a3939#3a416f12f35d419c869e9dec008a3939</link>
		<pubDate>Sat, 23 Jun 2007 13:06:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255699-PocketPC-advice-needed-urgent/3a416f12f35d419c869e9dec008a3939#3a416f12f35d419c869e9dec008a3939</guid>
		<dc:creator>Verdant</dc:creator>
		<slash:comments>39</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Verdant/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Introducing Microsoft Surface Computing</title>
		<description><![CDATA[<p>where have we had multi-touch for years? add on to the fact this is an affordable device (thousands are a lot less than hundreds of thousands; millions) , it is a much more impressive device than a simple touchscreen.<br>
<br>
One of the videos i watched indicate there is nothing limiting its vertical use also, so it could be used as an &quot;ultimate whiteboard&quot; ... course that would make resting your phone on it kind of hard.<br>
<br>
5-10k really is nothing for a large company that could benefit from something like this, though they would want bigger.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255084-Introducing-Microsoft-Surface-Computing/362cdd15614040bf899a9dec00800232#362cdd15614040bf899a9dec00800232</link>
		<pubDate>Wed, 30 May 2007 20:29:09 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255084-Introducing-Microsoft-Surface-Computing/362cdd15614040bf899a9dec00800232#362cdd15614040bf899a9dec00800232</guid>
		<dc:creator>Verdant</dc:creator>
		<slash:comments>69</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Verdant/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Better support for dual screen?</title>
		<description><![CDATA[<p>I don't do dual monitors without ultramon<br>
<br>
it also does all the other stuff you mentioned!<br>
<br>
it is not that expensive, just chuck out a little for it and you're happy<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/154466-Better-support-for-dual-screen/6241ca0ae2ec4320807d9deb01340e65#6241ca0ae2ec4320807d9deb01340e65</link>
		<pubDate>Thu, 26 Jan 2006 20:43:51 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/154466-Better-support-for-dual-screen/6241ca0ae2ec4320807d9deb01340e65#6241ca0ae2ec4320807d9deb01340e65</guid>
		<dc:creator>Verdant</dc:creator>
		<slash:comments>20</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Verdant/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Channel 9: The next 6 months - Content</title>
		<description><![CDATA[<p><br>
<br>
more code demos, especially of new .NET technologies:<br>
linq video is one of my favourites<br>
also the CCR one is pretty good - but more code!<br>
<br>
show me more vista and winfx, especially tools for them, sparkle-video-ish!<br>
<br>
i am sorry, but the personal interviews are not very interesting, i care about the technology. People are great, but i deal witht them enough already.<br>
<br>
i would like to see some demos of winfx type stuff on asp.net - i am not sure where they cross and how well.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/152893-Channel-9-The-next-6-months-Content/dd16e54e861347abaaf39deb0132318d#dd16e54e861347abaaf39deb0132318d</link>
		<pubDate>Fri, 20 Jan 2006 19:05:49 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/152893-Channel-9-The-next-6-months-Content/dd16e54e861347abaaf39deb0132318d#dd16e54e861347abaaf39deb0132318d</guid>
		<dc:creator>Verdant</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Verdant/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - So many frameworks, so many redundancy, WinFX, .NET, Avalon and Indigo</title>
		<description><![CDATA[<p><blockquote>
<div>leighsword wrote:</div>
<div>
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>ZippyV wrote:</strong><i>
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>leighsword wrote:</strong><i>ADO&#43; framework, GDI&#43; framework, Web framework, XML framework</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
System.Data = ADO&#43;<br>
System.Drawing = GDI&#43;<br>
System.Web = Web framework (asp.net)<br>
System.XML = XML framework<br>
<br>
WinFX (including Avalon and Indigo) is part of .NET and will also get their own namespace like the previous technologies.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
Thanks, it's very clear.<br>
Another question is, why I need depoly a whole .NET framework redistributable package when I won't using System.XML namespace, and why I don't need depoly the WPF(Avalon) &amp; WCF(Indigo) packeage when I won't using System.Avalon namespace.<br>
</div>
</blockquote>
<br>
<br>
i am fairly certain is it impossible to run a .NET application without System.XML, since all the machine and app configuration files are XML.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/151538-So-many-frameworks-so-many-redundancy-WinFX-NET-Avalon-and-Indigo/810f7a094c1f47f291869deb01305ab0#810f7a094c1f47f291869deb01305ab0</link>
		<pubDate>Sun, 15 Jan 2006 15:05:15 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/151538-So-many-frameworks-so-many-redundancy-WinFX-NET-Avalon-and-Indigo/810f7a094c1f47f291869deb01305ab0#810f7a094c1f47f291869deb01305ab0</guid>
		<dc:creator>Verdant</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Verdant/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Patching without permission</title>
		<description><![CDATA[<p>Most of the updates seem to force a reboot now eventually if you have automatic updates turned on.<br>
<br>
if you at the computer, it is actually pretty annoying to be asked every 10 minutes or so, and i have lost data this way, (especially typing while looking at something besides the screen) IMHO, it should only interactively prompt if the computer has been inactive
 for that time.<br>
<br>
if i am not at the computer, sure reboot it, logging on only takes like 2 seconds... makes me happpier than comming back to &quot;you should restart&quot; thus wasting more of my time.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/150210-Patching-without-permission/cce8311f5f114736bf7b9deb012e2e57#cce8311f5f114736bf7b9deb012e2e57</link>
		<pubDate>Wed, 11 Jan 2006 12:25:38 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/150210-Patching-without-permission/cce8311f5f114736bf7b9deb012e2e57#cce8311f5f114736bf7b9deb012e2e57</guid>
		<dc:creator>Verdant</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Verdant/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Apple releases Intel-based Macs early. Can Microsoft Follow?</title>
		<description><![CDATA[<p>someone tell me what the benefit is?<br>
<br>
isn't it just being done for the cost factor?<br>
<br>
there is no new functionality?<br>
<br>
doesn't send me reeling with jealousy personally... <br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/149983-Apple-releases-Intel-based-Macs-early-Can-Microsoft-Follow/7f4e8127074e4820b4019deb012df106#7f4e8127074e4820b4019deb012df106</link>
		<pubDate>Wed, 11 Jan 2006 02:58:13 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/149983-Apple-releases-Intel-based-Macs-early-Can-Microsoft-Follow/7f4e8127074e4820b4019deb012df106#7f4e8127074e4820b4019deb012df106</guid>
		<dc:creator>Verdant</dc:creator>
		<slash:comments>40</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Verdant/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Messenger 8 Beta feedback</title>
		<description><![CDATA[<p><blockquote>
<div>CannotResolveSymbol wrote:</div>
<div>Has anyone run it on vista here?&nbsp; It might already have glass there (at least it would be nice).<br>
</div>
</blockquote>
<br>
<br>
iirc it was in the CES keynote and was glass<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/149159-Messenger-8-Beta-feedback/15205743a393497fa8b19dea0133da66#15205743a393497fa8b19dea0133da66</link>
		<pubDate>Mon, 09 Jan 2006 04:29:56 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/149159-Messenger-8-Beta-feedback/15205743a393497fa8b19dea0133da66#15205743a393497fa8b19dea0133da66</guid>
		<dc:creator>Verdant</dc:creator>
		<slash:comments>29</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Verdant/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Messenger 8 Beta feedback</title>
		<description><![CDATA[<p>also, i think the concepts of cards is pretty useless<br>
<br>
either make it so you can open more than one, and reduce the clicking... the flip card thing is annoying, too much work to get to that info<br>
<br>
or make it expand/collapseable inline with the contact list<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/149159-Messenger-8-Beta-feedback/1260a1e4f4f743c093629dea0133d892#1260a1e4f4f743c093629dea0133d892</link>
		<pubDate>Sun, 08 Jan 2006 18:21:12 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/149159-Messenger-8-Beta-feedback/1260a1e4f4f743c093629dea0133d892#1260a1e4f4f743c093629dea0133d892</guid>
		<dc:creator>Verdant</dc:creator>
		<slash:comments>29</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Verdant/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Messenger 8 Beta feedback</title>
		<description><![CDATA[<p>the biggest problem i have with messenger is:<br>
<br>
i use it for business, family and friends<br>
<br>
having all three on one account makes it impossible to use the features i would like to, i cannot attach a myspace, show my currently playing music, put any personal messages in, etc. As it would innapropriate for work and in some cases family.<br>
<br>
since it is also not possible to run two instances, i just ignore these features.<br>
<br>
i also prefered in msn 7 how the thumbnails showed next to people's names when it was cached, rather than the standard msn icons until you roll over them in live.<br>
<br>
also none of the interactive advertisements work for me - they all open in firefox and indicate i must install internet explorer... (though it is installed) i think advertisers would be pretty upset!<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/149159-Messenger-8-Beta-feedback/d7e171e705dc416387449dea0133d865#d7e171e705dc416387449dea0133d865</link>
		<pubDate>Sun, 08 Jan 2006 18:16:49 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/149159-Messenger-8-Beta-feedback/d7e171e705dc416387449dea0133d865#d7e171e705dc416387449dea0133d865</guid>
		<dc:creator>Verdant</dc:creator>
		<slash:comments>29</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Verdant/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>