<?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>Comment Feed for Channel 9 - Greg Schechter: Windows Presentation Foundation(WPF) Architecture</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/185622_100x75.jpg</url>
		<title>Channel 9 - Greg Schechter: Windows Presentation Foundation(WPF) Architecture</title>
		<link></link>
	</image>
	<description>How is WPF designed? How does it work? Join Charles, Tim Sneath (Dr. Sneath, to us on the C9 team) and WPF Architect Greg Schechter as we dig into the guts of WPF as well as discuss it&#39;s past and future.Check out Greg&#39;s blog here.</description>
	<link></link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 23:55:50 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 23:55:50 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Greg Schechter: Windows Presentation Foundation(WPF) Architecture</title>
		<description>
			<![CDATA[
<p>watching it right now...so far very interesting..but I was a bit confused&nbsp; in the beginning...had to do a live search to find out that Windodws Presentation Fundation is abbreviated WPF <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>&nbsp;</p>
<p>posted by prog_dotnet</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827215810000000</link>
		<pubDate>Mon, 08 May 2006 21:46:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827215810000000</guid>
		<dc:creator>prog_dotnet</dc:creator>
	</item>
	<item>
		<title>Re: Greg Schechter: Windows Presentation Foundation(WPF) Architecture</title>
		<description>
			<![CDATA[Well I've got a couple of questions about the main threads of WPF.<br /><br />First of all, there are 2 trees running by separate threads: the UI thread and the Rendering Thread.&nbsp; The later thread, the rendering one, does it lives withing the program process or it does it within the desktop compositing process? which leads me to the
 second question.<br /><br />If the rendering thread runs within WDM then, How all of these works on XP where there is no WDM whatsoever?<br /><br /><br />Atte:<br />Raptor<p>posted by raptor3676</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827215920000000</link>
		<pubDate>Mon, 08 May 2006 21:46:32 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827215920000000</guid>
		<dc:creator>raptor3676</dc:creator>
	</item>
	<item>
		<title>Re: Greg Schechter: Windows Presentation Foundation(WPF) Architecture</title>
		<description>
			<![CDATA[So if the rendering tree is different, and as he said in the video, it doesn't ask the widget to render itself each time but merely asks for its surface (pre-rendered), how does the widget know when to re-render?<br /><br />Can it mark itself dirty so the next rendering pass requests a re-render, or does it just render whenever a change occurs?<br /><br />The latter seems unrealistic, as that'd either mean rendering in your working thread, or having some way of calling into the render thread, both of which seem inefficient to me.<br /><p>posted by prencher</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827216030000000</link>
		<pubDate>Mon, 08 May 2006 21:46:43 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827216030000000</guid>
		<dc:creator>prencher</dc:creator>
	</item>
	<item>
		<title>Re: Greg Schechter: Windows Presentation Foundation(WPF) Architecture</title>
		<description>
			<![CDATA[
<blockquote>
<div>raptor3676 wrote:</div>
<div>Well I've got a couple of questions about the main threads of WPF.<br /><br />First of all, there are 2 trees running by separate threads: the UI thread and the Rendering Thread.&nbsp; The later thread, the rendering one, does it lives withing the program process or it does it within the desktop compositing process? which leads me to the
 second question.<br /><br />If the rendering thread runs within WDM then, How all of these works on XP where there is no WDM whatsoever?<br /><br /><br />Atte:<br />Raptor</div>
</blockquote>
<br /><br />Theres a rendering thread per process, as well as in the WDM.<br />The WDM merely sees the windows as tree branches and requests a render from it (thats the point where it transfer into the process itself), which it then renders.<br /><br />For non-avalon apps, theres a single tree entry - the GDI&#43; surface the window draws on.<br /><br />For XP I suppose it just exposes a surface in the same way GDI&#43; does it, rather than a tree branch.<br /><br />That was what I gathered anyway. Anybody care to conform this?<br /><p>posted by prencher</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827216140000000</link>
		<pubDate>Mon, 08 May 2006 21:46:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827216140000000</guid>
		<dc:creator>prencher</dc:creator>
	</item>
	<item>
		<title>Re: Greg Schechter: Windows Presentation Foundation(WPF) Architecture</title>
		<description>
			<![CDATA[From watching the older vids, I always thought you guys call him Dr. Sneek.&nbsp; Having read the intro it all makes more sense now&nbsp;<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><p>posted by PerfectPhase</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827216560000000</link>
		<pubDate>Mon, 08 May 2006 21:47:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827216560000000</guid>
		<dc:creator>PerfectPhase</dc:creator>
	</item>
	<item>
		<title>Re: Greg Schechter: Windows Presentation Foundation(WPF) Architecture</title>
		<description>
			<![CDATA[Another great video in the Deep series Charles.<br /><br />1) Interesting to find out console updates are bitmaps (Is that right?).&nbsp; So every time you ouput to the console, GDI generates a new bitmap and invalidates the client area?<br /><br />2) Would it be possible to use the same type of thing for console updates?&nbsp; So only the &quot;delta&quot; changes are sent back over the wire to the client console?&nbsp; Could that also be used to more easily produce &quot;old school&quot; console &quot;block&quot; UI like DOS Norton Commander,
 List, etc.?&nbsp; That would be sweet to be able to open just a remote console to a server and be able to run any console program such as Edit (et al) and have it look right at the client (i.e. light-weight terminal server session).<br /><br />3) Will this eventually replace the terminal server RDP protocol to just use the native WPF diff protocol over a remoting boundary?<br /><br />TIA<p>posted by staceyw</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827216650000000</link>
		<pubDate>Mon, 08 May 2006 21:47:45 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827216650000000</guid>
		<dc:creator>staceyw</dc:creator>
	</item>
	<item>
		<title>Re: Greg Schechter: Windows Presentation Foundation(WPF) Architecture</title>
		<description>
			<![CDATA[
<p>Please, rename the title. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /> It took me a long time to realize that WPF stands for &quot;Windows Presentation Foundation&quot;.</p>
<p>Think about those who are not acronym savvy. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' /><br /><br />Great video.</p>
<p>posted by Kobiashvili</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827216740000000</link>
		<pubDate>Mon, 08 May 2006 21:47:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827216740000000</guid>
		<dc:creator>Kobiashvili</dc:creator>
	</item>
	<item>
		<title>Re: Greg Schechter: Windows Presentation Foundation(WPF) Architecture</title>
		<description>
			<![CDATA[I changed the title based on your feedback.<br />C<p>posted by Charles</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827251790000000</link>
		<pubDate>Mon, 08 May 2006 22:46:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827251790000000</guid>
		<dc:creator>Charles</dc:creator>
	</item>
	<item>
		<title>Re: Greg Schechter: Windows Presentation Foundation(WPF) Architecture</title>
		<description>
			<![CDATA[Channel 9 I love you... as for your threads; not-so-much.<p>posted by swright</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827334500000000</link>
		<pubDate>Tue, 09 May 2006 01:04:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827334500000000</guid>
		<dc:creator>swright</dc:creator>
	</item>
	<item>
		<title>Re: Greg Schechter: Windows Presentation Foundation(WPF) Architecture</title>
		<description>
			<![CDATA[In my opinion&nbsp;a moderated /. style is alot nicer. For instance, you could moderate my posts as &quot;Annoying&quot;.<p>posted by swright</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827342840000000</link>
		<pubDate>Tue, 09 May 2006 01:18:04 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827342840000000</guid>
		<dc:creator>swright</dc:creator>
	</item>
	<item>
		<title>Re: Greg Schechter: Windows Presentation Foundation(WPF) Architecture</title>
		<description>
			<![CDATA[-Deleted-<p>posted by swright</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827393620000000</link>
		<pubDate>Tue, 09 May 2006 02:42:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827393620000000</guid>
		<dc:creator>swright</dc:creator>
	</item>
	<item>
		<title>Re: Greg Schechter: Windows Presentation Foundation(WPF) Architecture</title>
		<description>
			<![CDATA[
<blockquote>
<div>swright wrote:</div>
<div>&#65279;In my opinion&nbsp;a moderated /. style is alot nicer. For instance, you could moderate my posts as &quot;Annoying&quot;.</div>
</blockquote>
<br />Hmm... A brand-spankin'-new user claiming to be annoying this fast.&nbsp; Makes me wish I'd seen the posts that got deleted / edited. D'oh!<p>posted by SlackmasterK</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827429060000000</link>
		<pubDate>Tue, 09 May 2006 03:41:46 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827429060000000</guid>
		<dc:creator>SlackmasterK</dc:creator>
	</item>
	<item>
		<title>Re: Greg Schechter: Windows Presentation Foundation(WPF) Architecture</title>
		<description>
			<![CDATA[<strike>&quot;Windows Presentation Foundation (WPF) Architecture&quot; is the title.</strike>&nbsp;<br />N/A<p>posted by staceyw</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827429100000000</link>
		<pubDate>Tue, 09 May 2006 03:41:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827429100000000</guid>
		<dc:creator>staceyw</dc:creator>
	</item>
	<item>
		<title>Re: Greg Schechter: Windows Presentation Foundation(WPF) Architecture</title>
		<description>
			<![CDATA[This was one of the best channel9 videos I've seen--both intelligent and interesting.&nbsp; Very nice.&nbsp; I would love to see more of these going deep ones.<p>posted by jedymastyr</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827551910000000</link>
		<pubDate>Tue, 09 May 2006 07:06:31 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827551910000000</guid>
		<dc:creator>jedymastyr</dc:creator>
	</item>
	<item>
		<title>Re: Greg Schechter: Windows Presentation Foundation(WPF) Architecture</title>
		<description>
			<![CDATA[
<p>A great video though a lot of what was said was familiar from the blogs already, for some more detail one can see the USPTO pub 20050140694, however I've yet to find what patents cover the video play^h^h^hrotection.<br /><br /></p>
<p>posted by androidi</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827717150000000</link>
		<pubDate>Tue, 09 May 2006 11:41:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632827717150000000</guid>
		<dc:creator>androidi</dc:creator>
	</item>
	<item>
		<title>Re: Greg Schechter: Windows Presentation Foundation(WPF) Architecture</title>
		<description>
			<![CDATA[The impression I got from the video is that the DWM doesn't see the visual tree of a WPF app nor its &quot;render tree&quot; equivalent, but only gets the final rendered window&nbsp;contents via a shared surface (a feature of the WDDM)&nbsp;and that there is additional communication
 (within milcore?) between WPF and the DWM to coordinate stuff like scaling for the magnifier. On XP there is no DWM, so no need for this interaction.<br /><p>posted by DCMonkey</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632828129460000000</link>
		<pubDate>Tue, 09 May 2006 23:09:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632828129460000000</guid>
		<dc:creator>DCMonkey</dc:creator>
	</item>
	<item>
		<title>Re: Greg Schechter: Windows Presentation Foundation(WPF) Architecture</title>
		<description>
			<![CDATA[<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif' alt='Big Smile' /> Good video and worth the time.&nbsp; It broke down what a channel was conceptually, which caused me&nbsp;a ton of confused.&nbsp; Specifically, with regards to the general direction and&nbsp;goals&nbsp;the wdf team&nbsp;were out to address.<p>posted by ianlaurin</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632828164060000000</link>
		<pubDate>Wed, 10 May 2006 00:06:46 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632828164060000000</guid>
		<dc:creator>ianlaurin</dc:creator>
	</item>
	<item>
		<title>Re: Greg Schechter: Windows Presentation Foundation(WPF) Architecture</title>
		<description>
			<![CDATA[
<blockquote>
<div>prencher wrote:</div>
<div>&#65279;So if the rendering tree is different, and as he said in the video, it doesn't ask the widget to render itself each time but merely asks for its surface (pre-rendered), how does the widget know when to re-render?<br /><br />Can it mark itself dirty so the next rendering pass requests a re-render, or does it just render whenever a change occurs?<br /></div>
</blockquote>
<br /><p>Well you don't have to handle invalidates so you would only need to render when your client area actually changes.<br /><br /></p>
<blockquote>
<div>prencher wrote:</div>
<div>&#65279;So The latter seems unrealistic, as that'd either mean rendering in your working thread, or having some way of calling into the render thread, both of which seem inefficient to me.<br /></div>
</blockquote>
<br /><p>He goes over what gets passed to the render thread in the video, and mentions that when the UI thread and render thread are in the same process shared memory is the mechanism these threads use for communication.<br /><br /></p>
<blockquote>
<div>staceyw wrote:</div>
<div>&#65279;Another great video in the Deep series Charles.<br /><br />1) Interesting to find out console updates are bitmaps (Is that right?).&nbsp; So every time you ouput to the console, GDI generates a new bitmap and invalidates the client area?<br /><br />2) Would it be possible to use the same type of thing for console updates?&nbsp; So only the &quot;delta&quot; changes are sent back over the wire to the client console?&nbsp; Could that also be used to more easily produce &quot;old school&quot; console &quot;block&quot; UI like DOS Norton Commander,
 List, etc.?&nbsp; That would be sweet to be able to open just a remote console to a server and be able to run any console program such as Edit (et al) and have it look right at the client (i.e. light-weight terminal server session).<br /></div>
</blockquote>
<br />I do think this type of app is kinda' cool, but you don't need to wait for WPF; use sockets and a telnet client.
<p></p>
<p>posted by JacobT</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632828315480000000</link>
		<pubDate>Wed, 10 May 2006 04:19:08 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632828315480000000</guid>
		<dc:creator>JacobT</dc:creator>
	</item>
	<item>
		<title>Re: Greg Schechter: Windows Presentation Foundation(WPF) Architecture</title>
		<description>
			<![CDATA[Yep, <strong>prencher</strong> pretty much has it right in <a href="/ShowPost.aspx?PostID=190430#190430">
this comment</a>.&nbsp; <br /><br />WPF applications each have their own render thread, and they render into a DirectX Surface.&nbsp; This is true on XP and on Windows Vista.<br /><br />On XP, the WPF apps display is just like any other DirectX applications display.&nbsp; Just right to the desktop.<br /><br />The Desktop Window Manager (DWM) basically <u>is</u> its own WPF application, and thus has a surface it renders to.&nbsp; However, it gathers shared surfaces that GDI and DirectX applications themselves render to, and composites those as bitmaps to form the desktop.&nbsp;
 (BTW, it's GDI surfaces, not GDI&#43; surfaces.)<br /><br />BTW, I talk a fair bit about this general window redirection mechanism for the DWM in
<a href="http://blogs.msdn.com/greg_schechter/archive/2006/05/02/588934.aspx">this blog posting</a>.<br /><br />Greg<p>posted by Greg S</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632828372620000000</link>
		<pubDate>Wed, 10 May 2006 05:54:22 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632828372620000000</guid>
		<dc:creator>Greg S</dc:creator>
	</item>
	<item>
		<title>Re: Greg Schechter: Windows Presentation Foundation(WPF) Architecture</title>
		<description>
			<![CDATA[
<p>Great video! Let us see more on WPF and WCF!!</p>
<p>posted by littleguru</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632832022570000000</link>
		<pubDate>Sun, 14 May 2006 11:17:37 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture#c632832022570000000</guid>
		<dc:creator>littleguru</dc:creator>
	</item>
</channel>
</rss>