<?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 footballism</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/footballism/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 footballism</title>
		<link>http://channel9.msdn.com/Niners/footballism/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/footballism/Discussions</link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 22:11:45 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 22:11:45 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Tech Off - WPF: Find elements of specific type in FlowDocument</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">spivonious said:</div><div class="quoteText">
<p>If the current Block is a Paragraph, you could check it's Inlines property for any Hyperlink objects.</p>
<p>&nbsp;</p>
<p>I don't think FlowDocument is designed to be that interactive.</p>
</div></blockquote>
<p>If I remember correctly, HyperLinks will be part of the logical tree of FlowDocument, so a simple pre-order traversal over the logical tree starting from the FlowDocument down to the reaf element should do the trick.</p>
<p>&nbsp;</p>
<p>Yong</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/488382-WPF-Find-elements-of-specific-type-in-FlowDocument/fab2d061ed834a44b3ac9deb00088063#fab2d061ed834a44b3ac9deb00088063</link>
		<pubDate>Thu, 03 Sep 2009 00:25:04 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/488382-WPF-Find-elements-of-specific-type-in-FlowDocument/fab2d061ed834a44b3ac9deb00088063#fab2d061ed834a44b3ac9deb00088063</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Why can&#39;t MS create a new browser based on .Net?</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">staceyw said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">figuerres said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>&quot;that does not mean that the browser is not there...&quot;</p>
<p>I did not say otherwise.&nbsp; The browser (in terms of SL)&nbsp;is really only used for the&nbsp;display canvas&nbsp;and&nbsp;a bridge for clicking back into legacy html pages (IE should feel so used
<img src="http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif" alt="Smiley">)&nbsp; However the browser proper&nbsp;(e.g. IE) is not required for SL.&nbsp; So SL/xaml is, in effect, a new .net based browser - that parses xaml instead of html and has&nbsp;its
 own&nbsp;display processor.&nbsp; This is shown clearly with SL hosted outside the browser using its own host.&nbsp; My point has only been that .net tech in browser senerios works today and has value, unlike what others are saying.&nbsp; I have only pointed out SL as a prime
 example.</p>
</div></blockquote>
<p>-&gt; So SL/xaml is, in effect, a new .net based browser - that parses xaml instead of html and has&nbsp;its own&nbsp;display processor.&nbsp; This is shown clearly with SL hosted outside the browser using its own host.&nbsp; My point has only been that .net tech in browser senerios
 works today and has value, unlike what others are saying.&nbsp; I have only pointed out SL as a prime example.</p>
<p>Nope, the parsing of XAML and rendering of SL visual tree are all done in unmanaged code, core CLR is only used to expose those features to managed code, since in V1, people still needs to use Javascript which desktop developers doesn't enjoy writing and
 web developers are tired of writing in it too, so core CLR is just very thin wrapper around the underlying unmanaged SL runtime.</p>
<p>Actually, the existing WebBrowser control could be retrofitted to workaround the
<a href="http://msdn.microsoft.com/en-us/library/aa970688.aspx">infamous airspace issue</a> by rendering HTML in HWNDless mode, no need to rewrite it from scratch.</p>
<p>Zhou Yong</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/473629-Why-cant-MS-create-a-new-browser-based-on-Net/9c02969a8b624bd8bdb39deb0006ad05#9c02969a8b624bd8bdb39deb0006ad05</link>
		<pubDate>Sat, 20 Jun 2009 07:06:50 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/473629-Why-cant-MS-create-a-new-browser-based-on-Net/9c02969a8b624bd8bdb39deb0006ad05#9c02969a8b624bd8bdb39deb0006ad05</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Why aren&#39;t there more WinForms talks?</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">harumscarum said:</div><div class="quoteText">
<p>Hey thanks I'll have to watch this. I work with software that we can integerate with asp.net, winform, ect. I always prefer to use winforms first because they are the easiest to work with. ASP.net to me after 1.1 seemed to be the most over engineered platform
 in .net.</p>
</div></blockquote>
<p>-&gt;I always prefer to use winforms first because they are the easiest to work with. ASP.net to me after 1.1 seemed to be the most over engineered platform in .net.</p>
<p>Nope, from my personal experience, WCF is the most over-architectured, then comes CAS, then comes WPF, I never use Entity Framework, but lots of guy also complain about it too:</p>
<p><a href="http://efvote.wufoo.com/forms/ado-net-entity-framework-vote-of-no-confidence/">http://efvote.wufoo.com/forms/ado-net-entity-framework-vote-of-no-confidence/</a></p>
<p>Zhou Yong</p>
<p>&nbsp;</p>
<p>&nbsp;</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/474451-Why-arent-there-more-WinForms-talks/a77648b4d2c84339aacd9deb00e279ee#a77648b4d2c84339aacd9deb00e279ee</link>
		<pubDate>Fri, 19 Jun 2009 17:57:03 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/474451-Why-arent-there-more-WinForms-talks/a77648b4d2c84339aacd9deb00e279ee#a77648b4d2c84339aacd9deb00e279ee</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Why aren&#39;t there more WinForms talks?</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">JohnAskew said:</div><div class="quoteText">
<p>With the adoption of WPF often coming as an interop -piece-by-piece- substitution across&nbsp;existing WinForms applications, this perspective would be a good one to focus upon. What are best practices for migrating a WinForms suite to WPF incrementally, mixed,
 interoperational?</p>
<p>footballism just contributed a tidbit of knowledge regarding use of BindingListCollectionView in ViewModels to help with interop situations, ViewModels, and DataSets...</p>
<p>Other than this, WinForms is going the way of the DoDo bird, imho.</p>
</div></blockquote>
<p>-&gt; What are best practices for migrating a WinForms suite to WPF incrementally, mixed, interoperational?</p>
<p>ElementHost and WindowsFormsHost are the things which you could plug into WPF visual tree or Windows Forms' hwnd parenting tree to enable Windows Forms &amp; WPF interop, but there are many issues when mixing heterogeous content, such
<a href="http://msdn.microsoft.com/en-us/library/aa970688.aspx">as airspace issue</a>,
<a href="http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/8b7e8c44-8c64-4945-8e45-17334144d5d5">
focus interop issue</a>, and Windows Forms/WPF message pump interop issue etc etc.</p>
<p>I've dealt with many such issues, so probably I just look at this from a very buggy mindset:)</p>
<p>Zhou Yong</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/474451-Why-arent-there-more-WinForms-talks/b90c91362078415195ce9deb00e27988#b90c91362078415195ce9deb00e27988</link>
		<pubDate>Fri, 19 Jun 2009 17:44:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/474451-Why-arent-there-more-WinForms-talks/b90c91362078415195ce9deb00e27988#b90c91362078415195ce9deb00e27988</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - MVVM</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">JohnAskew said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">footballism said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>BindingListCollectionView -- good information to have, thanks Zhou.</p>
<p>You don't have issues with ADO Entity Framework and WPF data binding, do you?</p>
</div></blockquote>
<p>-&gt;You don't have issues with ADO Entity Framework and WPF data binding, do you?</p>
<p>Well, to be honest, I've never used Entity Framework myself, there are just two many new technologies or even old technologies I need to learn about, Entity Framework is not on the top of my to-learn list:)</p>
<p>But as long as you are working with POCO, and directly obey INotifyCollectionChanged/INotifyPropertyChanged contract instead of going through BindingListCollectionView adaptation layer, you must be fine with, I think the deep issue right here is that IBindingList
 notification contract is heavily tested against Windows Forms data binding engine I guess, and when WPF team tried to adapt it into WPF world, better things happen:), I've debugged a weird bug deep inside the ADO.NET DataTable code which misses a critical
 notification chance to notify the WPF UI as clearly illustrated in those MSDN WPF forum threads:</p>
<p><a href="http://social.microsoft.com/Forums/en-US/wpf/thread/e9ddd299-4182-4760-9ec8-68f49e8a59ba">http://social.microsoft.com/Forums/en-US/wpf/thread/e9ddd299-4182-4760-9ec8-68f49e8a59ba</a></p>
<p>I am the guy who called Marco Zhou, I know I got two many names over the web I know it:)</p>
<p>Zhou Yong</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/472916-MVVM/5d5f41bacbe9420c99299deb00e029b7#5d5f41bacbe9420c99299deb00e029b7</link>
		<pubDate>Fri, 19 Jun 2009 17:14:22 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/472916-MVVM/5d5f41bacbe9420c99299deb00e029b7#5d5f41bacbe9420c99299deb00e029b7</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>28</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - You expect this to happen in China, not the UK...</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">ManipUni said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">footballism said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>Because people like to use China as an example of &quot;one of those bad states.&quot; Which is fairly hypocritical given how the UK has arguably a greater surveillance society and our own great firewall. We also cannot take photos in undisclosed locations, can be
 arrest for nothing, and certain information (or collections of information) are illegal to own. Like for example Science books if you happen to be from the Middle East.</p>
<p>&nbsp;</p>
</div></blockquote>
<p>Then your country should take the lion's share of the &quot;one of those bad states&quot; honor as while.</p>
<p>Zhou Yong</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/474409-You-expect-this-to-happen-in-China-not-the-UK/1c7408fbfb54440fa0129deb00e26efd#1c7408fbfb54440fa0129deb00e26efd</link>
		<pubDate>Fri, 19 Jun 2009 09:43:28 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/474409-You-expect-this-to-happen-in-China-not-the-UK/1c7408fbfb54440fa0129deb00e26efd#1c7408fbfb54440fa0129deb00e26efd</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - MVVM</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">aL_ said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">vesuvius said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>well even if you use stored procedures you still need to call them from somewhere in your code, thats where the repository comes in, so that you can just swap out those calls for mocked versions.. imo mvvm has very little to do with using stored procedures
 or not, thats part of the model, not the viewmodel..</p>
<p>who says you have to ignore the dataset change tracking? just stick datasets in your viewmodel and use INotifyPropertyChanged
<img src="http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif" alt="Smiley"> you dont have to use ObservableCollection at all (although it may be faster to do so) you could even implement your own thin generic wrapper based on&nbsp;INotifyCollectionChanged
 around datasets and raise the appropriate events as they are raised by the dataset..</p>
<p>remember, the viewmodel is just the glue that binds the ui to the model implementation,&nbsp;in this case the dataset [or poco or EF or linq2sql or whatever]</p>
</div></blockquote>
<p>-&gt; who says you have to ignore the dataset change tracking? just stick datasets in your viewmodel and use INotifyPropertyChanged
<img src="http://channel9.msdn.com/emoticons/C9/emotion-1.gif" alt="Smiley"> you dont have to use ObservableCollection at all (although it may be faster to do so) you could even implement your own thin generic wrapper based on&nbsp;INotifyCollectionChanged around
 datasets and raise the appropriate events as they are raised by the dataset..</p>
<p>You don't need to do that yourself, you could simply use BindingListCollectionView to wrap the DataView, and expose it as a property on the ViewModel, BindingListCollectionView will help adapting the Windows Forms' IBindingList contract into WPF's INotifyCollectionChanged
 contract.</p>
<p>Disclaimer, binding to ADO.NET data is the buggiest piece of feature inside WPF' data binding subsystem, please take my words serious, since I've done a lot of debugging on ADO.NET binding in WPF:)</p>
<p>Zhou Yong</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/472916-MVVM/7dec6e6a05bd4a7b81db9deb00e02917#7dec6e6a05bd4a7b81db9deb00e02917</link>
		<pubDate>Fri, 19 Jun 2009 09:40:10 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/472916-MVVM/7dec6e6a05bd4a7b81db9deb00e02917#7dec6e6a05bd4a7b81db9deb00e02917</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>28</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Perhaps SQL isn&#39;t interesting? But it sure is !</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">JoshRoss said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">Sabot said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>I haven't looked through the training material. However, I find most training docs rather drab. &nbsp;Have you&nbsp;solved any of Itzik Ben-gan's puzzles? He publishes some good ones!&nbsp;</p>
</div></blockquote>
<p>-&gt; Is SQL interesting to learn?</p>
<p>Probably not, since I favour the object or model driven approach:</p>
<p><a href="http://odetocode.com/Blogs/scott/archive/2008/07/14/12185.aspx">http://odetocode.com/Blogs/scott/archive/2008/07/14/12185.aspx</a></p>
<p>BTW, I&nbsp; am a networking (WCF), GUI (WPF) guy, I hate Database and Silverlight:)</p>
<p>Zhou Yong</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/473070-Perhaps-SQL-isnt-interesting/b8e073d3ab094db8b5019deb00e0afbf#b8e073d3ab094db8b5019deb00e0afbf</link>
		<pubDate>Fri, 19 Jun 2009 08:45:14 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/473070-Perhaps-SQL-isnt-interesting/b8e073d3ab094db8b5019deb00e0afbf#b8e073d3ab094db8b5019deb00e0afbf</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>58</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - You expect this to happen in China, not the UK...</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">blowdart said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">ManipUni said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>Investigative reporting</p>
<p>As w3bbo said this has nothing to do with the government at all, the news paper's interest was piqued for whatever reason, and they wanted to reveal his name. He sued to stop them. And lost.</p>
<p>Government didn't drive it, government didn't care, and the ruling does make sense. If you start pinning up manifestos on church doors you have no expectation to privacy, why is blogging different?</p>
</div></blockquote>
<p>I am just glad to know how the&nbsp;incident which&nbsp;happens in UK relates to China?</p>
<p>Zhou Yong</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/474409-You-expect-this-to-happen-in-China-not-the-UK/3d7a84d36b314f7db6dc9deb00e26e2b#3d7a84d36b314f7db6dc9deb00e26e2b</link>
		<pubDate>Fri, 19 Jun 2009 08:29:11 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/474409-You-expect-this-to-happen-in-China-not-the-UK/3d7a84d36b314f7db6dc9deb00e26e2b#3d7a84d36b314f7db6dc9deb00e26e2b</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - https but request.isSecureConnection returns false</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">W3bbo said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">footballism said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>Hey, you're back. I last saw you in... 2005 was it?</p>
</div></blockquote>
<p>Yup, I am back for fun. Good to see you here again:)</p>
<p>Zhou Yong</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/474086-https-but-requestisSecureConnection-returns-false/03ebf76edb7f455a81679deb0006c71f#03ebf76edb7f455a81679deb0006c71f</link>
		<pubDate>Fri, 19 Jun 2009 07:29:21 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/474086-https-but-requestisSecureConnection-returns-false/03ebf76edb7f455a81679deb0006c71f#03ebf76edb7f455a81679deb0006c71f</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Why can&#39;t MS create a new browser based on .Net?</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">staceyw said:</div><div class="quoteText">
<p>Being .Net/WPF based could be an interesting story.<br />1) Being vector based the free scaling/sizing would be new.<br />2) Browser-in-browser UX (e.g. picture-in-picture).&nbsp; You could easily&nbsp;add other brower windows inside others for some interesting features.&nbsp; Each browser&nbsp;could also be at a different scale&nbsp;or clipping region.<br />3)&nbsp;Make client follow ASP.Net&nbsp;component model and pipeline on the client.&nbsp; Can hook in anywhere in the pipeline.&nbsp; Allows you to program and script your browser UX and sessions.&nbsp; A Favorite, for example, could be a piece of script that sets up some tabs or a
 browser-in-browser experience.</p>
<p>Many other things become possible and interesting.</p>
</div></blockquote>
<p>-&gt; 3)&nbsp;Make client follow ASP.Net&nbsp;component model and pipeline on the client.&nbsp; Can hook in anywhere in the pipeline.&nbsp; Allows you to program and script your browser UX and sessions.</p>
<p>If you use WPF for a reasonable period of time, you might think WPF's control/component model is much better.</p>
<p>Zhou Yong</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/473629-Why-cant-MS-create-a-new-browser-based-on-Net/21764bf9bfc7491d913c9deb0006abb5#21764bf9bfc7491d913c9deb0006abb5</link>
		<pubDate>Fri, 19 Jun 2009 07:26:51 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/473629-Why-cant-MS-create-a-new-browser-based-on-Net/21764bf9bfc7491d913c9deb0006abb5#21764bf9bfc7491d913c9deb0006abb5</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Why can&#39;t MS create a new browser based on .Net?</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">staceyw said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">ManipUni said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>I disagree.&nbsp; Having it vector based is a single huge feature for browsers.&nbsp; Animations and graphics would become better and easier for the programmers also.&nbsp; Essentially what we are talking about is Silverlight which does this and is .Net based.&nbsp; This is
 the reason silverlight needs a runtime in the browser to pull off its magic.&nbsp; However, with a .net browser, you would not require silverlight and could just use the standard .net runtime and wpf.&nbsp; TMK, you can't&nbsp;vector scale any browser today (only thumbnail
 it).&nbsp; A plugable .net pipeline is the future.</p>
</div></blockquote>
<p>-&gt; This is the reason silverlight needs a runtime in the browser to pull off its magic.</p>
<p>This is an interesting hypothesis, could you please elaborate on which basis you make this type of conclusion, you don't know that SL could be hosted out of browser?</p>
<p>Zhou Yong</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/473629-Why-cant-MS-create-a-new-browser-based-on-Net/ad84abbbb86145429a9a9deb0006ab8b#ad84abbbb86145429a9a9deb0006ab8b</link>
		<pubDate>Fri, 19 Jun 2009 07:23:54 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/473629-Why-cant-MS-create-a-new-browser-based-on-Net/ad84abbbb86145429a9a9deb0006ab8b#ad84abbbb86145429a9a9deb0006ab8b</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - https but request.isSecureConnection returns false</title>
		<description><![CDATA[<p>Other guy has a good solution to this issue before:</p>
<p><a href="http://www.leastprivilege.com/PartiallySSLSecuredWebAppsWithASPNET.aspx">http://www.leastprivilege.com/PartiallySSLSecuredWebAppsWithASPNET.aspx</a></p>
<p><a href="http://www.pluralsight.com/community/blogs/keith/archive/2009/01/17/sslhelper-get-help-running-a-partial-ssl-website-in-asp-net.aspx">http://www.pluralsight.com/community/blogs/keith/archive/2009/01/17/sslhelper-get-help-running-a-partial-ssl-website-in-asp-net.aspx</a></p>
<p>Zhou Yong</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/474086-https-but-requestisSecureConnection-returns-false/bdfd73b22a8e412897039deb0006c683#bdfd73b22a8e412897039deb0006c683</link>
		<pubDate>Wed, 17 Jun 2009 09:20:19 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/474086-https-but-requestisSecureConnection-returns-false/bdfd73b22a8e412897039deb0006c683#bdfd73b22a8e412897039deb0006c683</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Why can&#39;t MS create a new browser based on .Net?</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">DCMonkey said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">AndyC said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>I hear WebKit has a reasonably portable back end. I wonder if it could be ported to render to a Direct3D surface which could then better interop with WPF via D3DImage.</p>
</div></blockquote>
<p>The fundamental issue here is that Windows Vista even Windows 7 doesn't support GDI redirection for child HWNDs. If this is supported, there will be a much better interop story with the MIL rendering path.</p>
<p>Zhou Yong</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/473629-Why-cant-MS-create-a-new-browser-based-on-Net/a327f168f7a740fb93ed9deb0006aa55#a327f168f7a740fb93ed9deb0006aa55</link>
		<pubDate>Wed, 17 Jun 2009 09:03:34 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/473629-Why-cant-MS-create-a-new-browser-based-on-Net/a327f168f7a740fb93ed9deb0006aa55#a327f168f7a740fb93ed9deb0006aa55</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - WPF MediaElement - No Video.</title>
		<description><![CDATA[<p><font face="Verdana">Which version of WMP have you installed?<br>
<br>
WPF uses somewhat different code paths for WMP10 and WMP11 when rendering video. For WMP10, WPF will explicitly replace
</font><font face="Verdana">V</font><font face="Verdana">MR in the filter graph with EVR, this might cause some codecs to fail.<br>
<br>
Hope this helps</font><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/251796-WPF-MediaElement-No-Video/ee32115dd6ca4791989c9dea01515009#ee32115dd6ca4791989c9dea01515009</link>
		<pubDate>Thu, 06 Mar 2008 09:17:57 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/251796-WPF-MediaElement-No-Video/ee32115dd6ca4791989c9dea01515009#ee32115dd6ca4791989c9dea01515009</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - WPF Drag and Drop</title>
		<description><![CDATA[<p><a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2769836&amp;SiteID=1">http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2769836&amp;SiteID=1</a></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261035-WPF-Drag-and-Drop/0d72f62d611b45cc829d9dfa00bf6349#0d72f62d611b45cc829d9dfa00bf6349</link>
		<pubDate>Tue, 19 Feb 2008 09:27:49 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261035-WPF-Drag-and-Drop/0d72f62d611b45cc829d9dfa00bf6349#0d72f62d611b45cc829d9dfa00bf6349</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Keeping tooltip open WPF C#</title>
		<description><![CDATA[<p><font face="Verdana">ToolTip is hosted inside a Popup which in turn is rendered in a separate HwndSource, you should be able to mimic the ToolTip behaviour using Poup, and set its StaysOpen property to true as the following XAML illustrates:<br /></font>
<pre class="code"><font face="Verdana"><span>&lt;</span><span>Page </span><span>xmlns</span><span>=&quot;<a href="http://schemas.microsoft.com/winfx/2006/xaml/presentation&quot;">http&#58;&#47;&#47;schemas.microsoft.com&#47;winfx&#47;2006&#47;xaml&#47;presentation&#34;</a><br>      </span><span>xmlns:x</span><span>=&quot;<a href="http://schemas.microsoft.com/winfx/2006/xaml&quot;>">http&#58;&#47;&#47;schemas.microsoft.com&#47;winfx&#47;2006&#47;xaml&#34;&#62;</a><br>    &lt;</span><span>Button </span><span>Width</span><span>=&quot;120&quot; </span><span>Height</span><span>=&quot;30&quot; </span><span>Name</span><span>=&quot;btn&quot;&gt;    <br>            &lt;</span><span>Popup </span><span>IsOpen</span><span>=&quot;True&quot; </span><span>StaysOpen</span><span>=&quot;True&quot; </span><span>PlacementTarget</span><span>=&quot;{Binding ElementName=btn}&quot; </span><span>Placement</span><span>=&quot;Bottom&quot;&gt;<br>                &lt;</span><span>Button </span><span>Width</span><span>=&quot;120&quot; </span><span>Height</span><span>=&quot;30&quot; </span><span>Content</span><span>=&quot;Button In ToolTip&quot;/&gt;<br>            &lt;/</span><span>Popup</span><span>&gt;<br>    &lt;/</span><span>Button</span><span>&gt;<br>&lt;/</span><span>Page</span><span>&gt;</span></font></pre>
<font face="Verdana"><br /></font></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/260121-Keeping-tooltip-open-WPF-C/6c2859873f7d42e0a5869dfa00bbdc51#6c2859873f7d42e0a5869dfa00bbdc51</link>
		<pubDate>Wed, 09 Jan 2008 14:04:24 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/260121-Keeping-tooltip-open-WPF-C/6c2859873f7d42e0a5869dfa00bbdc51#6c2859873f7d42e0a5869dfa00bbdc51</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - [Solved] Play wav from Resources in MediaPlayer</title>
		<description><![CDATA[<p>Have you tried treating the wav file as content data file instead of resource data file?<br /><br /><br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259991-Solved-Play-wav-from-Resources-in-MediaPlayer/f604f9de017949f0be959dfa00bb371c#f604f9de017949f0be959dfa00bb371c</link>
		<pubDate>Wed, 02 Jan 2008 04:32:01 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259991-Solved-Play-wav-from-Resources-in-MediaPlayer/f604f9de017949f0be959dfa00bb371c#f604f9de017949f0be959dfa00bb371c</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - WPF GetVisualChild Bug with VB.NET</title>
		<description><![CDATA[<p>I am by no means a VB.NET programmer, so I sent this thread to our internal discussion group, and I get the answer from there:<br /><br /><blockquote>
<div class="quoteAuthor">MSFT Employee wrote:</div>
<div class="quoteBody"><br /><font face="Verdana"><span>Protected</span><span> <span>Shadows</span> <span>ReadOnly</span>
<span>Property</span> VisualChildrenCount() <span>As</span> <span>Integer</span></span></font>
<p class="MsoNormal"><span><font face="Verdana">&nbsp;&nbsp;&nbsp; <span>Get</span></font></span></p>
<p class="MsoNormal"><span><font face="Verdana">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span>Return</span> visuals.Count</font></span></p>
<p class="MsoNormal"><span><font face="Verdana">&nbsp;&nbsp;&nbsp; <span>End</span> <span>Get</span></font></span></p>
<p class="MsoNormal"><span><font face="Verdana">&nbsp; <span>End</span> <span>Property</span></font></span></p>
<p class="MsoNormal"><span><font size="3">&nbsp;</font></span></p>
<p class="MsoNormal"><span><font size="3">&nbsp;</font></span></p>
<p class="MsoNormal"><span><font size="3">Should be</font></span></p>
<p class="MsoNormal"><span><font size="3">&nbsp;</font></span></p>
<p class="MsoNormal"><span><font face="Verdana">&nbsp; <span>Protected</span> <span>Overrides</span>
<span>ReadOnly</span> <span>Property</span> VisualChildrenCount() <span>As</span>
<span>Integer</span></font></span></p>
<p class="MsoNormal"><span><font face="Verdana">&nbsp;&nbsp;&nbsp; <span>Get</span></font></span></p>
<p class="MsoNormal"><span><font face="Verdana">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span>Return</span> visuals.Count</font></span></p>
<p class="MsoNormal"><span><font face="Verdana">&nbsp;&nbsp;&nbsp; <span>End</span> <span>Get</span></font></span></p>
<p class="MsoNormal"><span><font face="Verdana">&nbsp; <span>End</span> <span>Property</span></font></span></p>
<p class="MsoNormal"><span><font size="3">&nbsp;</font></span></p>
<p class="MsoNormal"><span><font size="3">When called on a parent class the Shadows property implementation is not called.&nbsp; Rather the base class property is called, which returns 1.<br /></font></span></p>
<p class="MsoNormal"><span><font size="3"></p>
</div>
</blockquote>
&nbsp;<br /><br /></font></span>
<p></p>
I should be able to figure this out myself, because In C#, I know what &quot;Shadows&quot; actually means:(</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259733-WPF-GetVisualChild-Bug-with-VBNET/3f9bd488254e4268a1e79dfa0087b4ac#3f9bd488254e4268a1e79dfa0087b4ac</link>
		<pubDate>Fri, 21 Dec 2007 02:13:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259733-WPF-GetVisualChild-Bug-with-VBNET/3f9bd488254e4268a1e79dfa0087b4ac#3f9bd488254e4268a1e79dfa0087b4ac</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Binding a listbox in WPF</title>
		<description><![CDATA[<p><font face="Verdana">WPF does support the change notification for ADO.NET data, the CollectionView implementation which bridges between data and View(UI) will connect to the underlying DataView of ADO.NET data, hook up to its ListChanged event, and when
 the ADO.NET data changed, the CollectionView implementation will receive the change notification and update the UI accordingly.<br /><br />I have a working example as belows:<br /></font>
<pre class="code"><font face="Verdana"><span>&lt;</span><span>Window </span><span>x:Class</span><span>=</span>&quot;<span>BindToAdoDataDemo.Window1</span>&quot;<br>    <span>xmlns</span><span>=</span>&quot;<span><a href="<a href="http://schemas.microsoft.com/winfx/2006/xaml">http&#58;&#47;&#47;schemas.microsoft.com&#47;winfx&#47;2006&#47;xaml</a>/presentation">http&#58;&#47;&#47;schemas.microsoft.com&#47;winfx&#47;2006&#47;xaml&#47;presentation</a></span>&quot;<br>    <span>xmlns:x</span><span>=</span>&quot;<span><a href="http://schemas.microsoft.com/winfx/2006/xaml">http&#58;&#47;&#47;schemas.microsoft.com&#47;winfx&#47;2006&#47;xaml</a></span>&quot;<br>    <span>Title</span><span>=</span>&quot;<span>Window1</span>&quot; <span>Height</span><span>=</span>&quot;<span>300</span>&quot; <span>Width</span><span>=</span>&quot;<span>300</span>&quot;<span>&gt;<br>  &lt;</span><span>DockPanel</span><span>&gt;<br>    &lt;</span><span>Button </span><span>Width</span><span>=</span>&quot;<span>120</span>&quot; <span>Height</span><span>=</span>&quot;<span>30</span>&quot; <span>Content</span><span>=</span>&quot;<span>Add</span>&quot; <span>Name</span><span>=</span>&quot;<span>btn</span>&quot; <span>DockPanel.Dock</span><span>=</span>&quot;<span>Top</span>&quot;<span>/&gt;<br>    &lt;</span><span>ListBox </span><span>ItemsSource</span><span>=</span>&quot;<span>{Binding}</span>&quot; <span>DisplayMemberPath</span><span>=</span>&quot;<span>ChildItem</span>&quot;<span>/&gt;<br>  &lt;/</span><span>DockPanel</span><span>&gt;<br>&lt;/</span><span>Window</span><span>&gt;<br><br></span><span>public partial class </span><span>Window1 </span>: <span>Window<br></span>{<br>    <span>public </span>Window1()<br>    {<br>        InitializeComponent();<br>        <span>DataTable </span>dataTable = MakeChildTable();<br>        <span>this</span>.DataContext = dataTable.Rows;<br>        <span>this</span>.btn.Click &#43;= <span>delegate<br>        </span>{<br>            <span>DataRow </span>row = dataTable.NewRow();<br>            row[<span>&quot;childID&quot;</span>] = 50;<br>            row[<span>&quot;ChildItem&quot;</span>] = <span>&quot;ChildItem &quot; </span>&#43; 50;<br>            dataTable.Rows.Add(row);<br><br>        };<br>    }<br><br>    <span>private </span><span>DataTable </span>MakeChildTable()<br>    {<br>        <span>DataTable </span>table = <span>new </span><span>DataTable</span>(<span>&quot;childTable&quot;</span>);<br>        <span>DataColumn </span>column;<br>        <span>DataRow </span>row;<br><br>        column = <span>new </span><span>DataColumn</span>();<br>        column.DataType = System.<span>Type</span>.GetType(<span>&quot;System.Int32&quot;</span>);<br>        column.ColumnName = <span>&quot;ChildID&quot;</span>;<br>        column.Caption = <span>&quot;ID&quot;</span>;<br><br>        table.Columns.Add(column);<br><br>        column = <span>new </span><span>DataColumn</span>();<br>        column.DataType = System.<span>Type</span>.GetType(<span>&quot;System.String&quot;</span>);<br>        column.ColumnName = <span>&quot;ChildItem&quot;</span>;<br>        column.Caption = <span>&quot;ChildItem&quot;</span>;<br>        table.Columns.Add(column);<br><br>        <span>for </span>(<span>int </span>i = 0; i &lt;= 4; i&#43;&#43;)<br>        {<br>            row = table.NewRow();<br>            row[<span>&quot;childID&quot;</span>] = i;<br>            row[<span>&quot;ChildItem&quot;</span>] = <span>&quot;Item &quot; </span>&#43; i;<br>            table.Rows.Add(row);<br>        }<br><br>        <span>return </span>table;<br>    }<br>}<br></font></pre>
<font face="Verdana">Hope this helps<br /></font></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259822-Binding-a-listbox-in-WPF/814ac71860be4e10acb99dfa0087ea9d#814ac71860be4e10acb99dfa0087ea9d</link>
		<pubDate>Fri, 21 Dec 2007 02:01:45 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259822-Binding-a-listbox-in-WPF/814ac71860be4e10acb99dfa0087ea9d#814ac71860be4e10acb99dfa0087ea9d</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Two WPF questions, Images and Labels</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">Ion Todirel wrote:</div>
<div class="quoteBody">&#65279;
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>footballism wrote:</strong>
<hr size="1">
<i>&#65279;I am moderator there, and will always be ready to help<img src="/emoticons/emotion-1.gif" border="0"><br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
you said it <img src="/emoticons/emotion-4.gif" border="0"> btw sience when, do you work for MS or something? looks like... yes
<img src="/emoticons/emotion-1.gif" border="0"><br>
</div>
</blockquote>
<br>
<br>
Yes, sort of work for them. They offer me a vendor position and ask me to manage the MSDN WPF forum:)<br>
<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/195716-Two-WPF-questions-Images-and-Labels/ab5d3b90bb1a440481519dea01403e82#ab5d3b90bb1a440481519dea01403e82</link>
		<pubDate>Tue, 11 Dec 2007 10:22:39 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/195716-Two-WPF-questions-Images-and-Labels/ab5d3b90bb1a440481519dea01403e82#ab5d3b90bb1a440481519dea01403e82</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Two WPF questions, Images and Labels</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">Pon wrote:</div>
<div class="quoteBody">&#65279;I'll ask the Image quesiton first:<br>
How does one set an individual pixel on an image? I know one has to create a BitmapSource, but I don't know what to do from there. I need this to be as quick as possible; it's for a&nbsp;software 3d engine&nbsp;<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' /><br>
</div>
</blockquote>
<br>
<br>
I've posted a sample in the following MSDN WPF forum thread on how to manipulate pixels in WPF (with a bit of WPF/GDI&#43; interop code):<br>
<a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2424599&amp;SiteID=1">http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2424599&amp;SiteID=1</a><br>
<br>
<blockquote>
<div class="quoteAuthor">Pon wrote:</div>
<div class="quoteBody"><br>
Second, how do you create a hyperlink in a label that responds to events? I'm sure you all know what I mean, but I can't explain it well lol.<br>
</div>
</blockquote>
<br>
<br>
Hyperlink is &quot;navigation service&quot; aware, which means it can work properly as you expect in navigation application(using NavigationWindow, Frame which can provide navigation service).<br>
<br>
In standalone non-navigation application, you can hook up to its Click event, and implement the navigation logic there.<br>
<br>
PS: If you have any more question on WPF, you can ask questions <a href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=119&amp;SiteID=1">
in MSDN WPF Forum.</a><br>
<br>
I am moderator there, and will always be ready to help:)<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/195716-Two-WPF-questions-Images-and-Labels/9c71a0c1f8f64a3cb9c59dea01403e2e#9c71a0c1f8f64a3cb9c59dea01403e2e</link>
		<pubDate>Sun, 09 Dec 2007 12:01:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/195716-Two-WPF-questions-Images-and-Labels/9c71a0c1f8f64a3cb9c59dea01403e2e#9c71a0c1f8f64a3cb9c59dea01403e2e</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Microsoft &amp;amp; ISVs</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">blowdart wrote:</div>
<div class="quoteBody">&#65279;A v-? It means you sell skills, or something else into MS and they pay you.
<br>
<br>
Contracting basically.<br>
<br>
The terms are more fun if you're a partner; MS (in the UK anyway) will not let you become dependant, you have to show more than 50% of turnover from companies other than MS, if MS goes over the 50% no more work.<br>
</div>
</blockquote>
<br>
<br>
Hi Blowdart, could you please be more specific to it? I still ain't get into what you mean right here.<br>
<br>
Sheva<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/258257-Microsoft-amp-ISVs/c56f261fe7a148319a1e9deb001ee1d5#c56f261fe7a148319a1e9deb001ee1d5</link>
		<pubDate>Mon, 15 Oct 2007 10:00:51 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/258257-Microsoft-amp-ISVs/c56f261fe7a148319a1e9deb001ee1d5#c56f261fe7a148319a1e9deb001ee1d5</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Microsoft &amp;amp; ISVs</title>
		<description><![CDATA[<p>&nbsp;&nbsp;&nbsp; I've offered an vendor position at Microsoft China, but I still ain't got a clear idea of what &quot;vendor&quot; actually means, what kinda business model Microsoft has with its vendors and partners? and how do they related to each other in terms of portfolio
 and profitability?<br>
<br>
Sheva<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/258257-Microsoft-amp-ISVs/258257#258257</link>
		<pubDate>Mon, 15 Oct 2007 04:32:51 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/258257-Microsoft-amp-ISVs/258257#258257</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Football Season :)</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">phreaks wrote:</div>
<div class="quoteBody">&#65279;<br>
(American) Football is here again.<br>
</div>
</blockquote>
<br>
<br>
I never watch American Football, it's kinda boring and barbarous, why don't you guys watch Soccer instead?:O<br>
<br>
Sheva<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/257532-Football-Season-/1b813821552d46a8bea79deb00155297#1b813821552d46a8bea79deb00155297</link>
		<pubDate>Mon, 15 Oct 2007 04:28:09 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/257532-Football-Season-/1b813821552d46a8bea79deb00155297#1b813821552d46a8bea79deb00155297</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>24</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>