<?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 - Windows Runtime internals: understanding &quot;Hello World&quot;</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T/rss"></atom:link>
	<image>
		<url>http://ch9files.blob.core.windows.net/build/2011/thumbs/875.jpg</url>
		<title>Channel 9 - Windows Runtime internals: understanding &quot;Hello World&quot;</title>
		<link></link>
	</image>
	<description>The Windows Runtime is a key piece of technology used by all Metro style apps in Windows. How exactly does it work though? You too can become a Windows Runtime Expert by taking a deep dive into the internals of the Windows Runtime using not much more than a new project in Visual Studio and a debugger. After this talk, you will understand how A &amp;quot;Hello World&amp;quot; Metro style app uses the Windows Runtime, enabling you to build better apps. このセッション スライドが日本語に翻訳されました。日本語版のファイルをダウンロードするには、こちらをクリックしてください。 &amp;nbsp; </description>
	<link></link>
	<language>en</language>
	<pubDate>Sat, 25 May 2013 02:28:41 GMT</pubDate>
	<lastBuildDate>Sat, 25 May 2013 02:28:41 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Windows Runtime internals: understanding &quot;Hello World&quot;</title>
		<description>
			<![CDATA[ <p>An absolutely great overview of the internals of WinRT.&nbsp; A must for any COM developer from yesteryear so as to understand how COM has evolved.</p><p>posted by windev</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634518785178204148</link>
		<pubDate>Sat, 17 Sep 2011 17:48:37 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634518785178204148</guid>
		<dc:creator>windev</dc:creator>
	</item>
	<item>
		<title>Re: Windows Runtime internals: understanding &quot;Hello World&quot;</title>
		<description>
			<![CDATA[I was really excited about Windows 8 until I saw this. I feel like I&#39;ve just stepped back in time 20 years. COM, oops, WintRT&#33; I thought we had moved away from the registry and all of those nightmares. When watching this video you can&#39;t help but feel concerned that this is a step backwards.<p>posted by Russell Mason</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634521539613814218</link>
		<pubDate>Tue, 20 Sep 2011 22:19:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634521539613814218</guid>
		<dc:creator>Russell Mason</dc:creator>
	</item>
	<item>
		<title>Re: Windows Runtime internals: understanding &quot;Hello World&quot;</title>
		<description>
			<![CDATA[OMG - welcome back to the 90s. Registry, COM, blah blah<br><br>Obviously some political infight was won by somebody that thinks that .net is a toy and now the real programmers get to rule the roost again.<br><br>Ironic that I am watching this using SL - a now dead technology<br><br>Also I saw this &#39;using winrt from c&#35;&#39; presentation where a guy proudly went - &#39;now we can access the web cam from c&#35; without using p&#47;invoke - applause please&#39;. All us SL devs went - huh&#63; We have had that for ages<p>posted by pm100</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634521589797730171</link>
		<pubDate>Tue, 20 Sep 2011 23:42:59 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634521589797730171</guid>
		<dc:creator>pm100</dc:creator>
	</item>
	<item>
		<title>Re: Windows Runtime internals: understanding &quot;Hello World&quot;</title>
		<description>
			<![CDATA[You left out the part where WinRT will prevent the owner of the computer from installing the Metro applications of their choice.<br><p>posted by John</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634521590507489681</link>
		<pubDate>Tue, 20 Sep 2011 23:44:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634521590507489681</guid>
		<dc:creator>John</dc:creator>
	</item>
	<item>
		<title>Re: Windows Runtime internals: understanding &quot;Hello World&quot;</title>
		<description>
			<![CDATA[It does seem like a moronic anachronism. WTF has nobody at MS learnt the cost of these chatty interfaces&#63; Jusr start a process and keep a function pointer to talk to it. Call it with all the information you have. Once. Boom. WinRT process activation in 5 minutes and ten lines of code. You&#39;re welcome&#33;<p>posted by Rikard</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634521956697044711</link>
		<pubDate>Wed, 21 Sep 2011 09:54:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634521956697044711</guid>
		<dc:creator>Rikard</dc:creator>
	</item>
	<item>
		<title>Re: Windows Runtime internals: understanding &quot;Hello World&quot;</title>
		<description>
			<![CDATA[Consistent WinRT API - Excellent<br>WinRT Projections - Excellent<br>Metro style UI - Excellent<br>Touch - Excellent<br>Cross hardware architecture - Excellent<br><br>Registering apps in the Registry - Crazy<br>Not being able to just run an app without Microsofts permission - Disaster<br><p>posted by mike</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634522013929636701</link>
		<pubDate>Wed, 21 Sep 2011 11:29:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634522013929636701</guid>
		<dc:creator>mike</dc:creator>
	</item>
	<item>
		<title>Re: Windows Runtime internals: understanding &quot;Hello World&quot;</title>
		<description>
			<![CDATA[ <p>If app registration happens in HKCU, how do you prevent a desktop app from corrupting or injecting an exploit of the metro apps?</p><p>posted by benyaboy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634522320562290675</link>
		<pubDate>Wed, 21 Sep 2011 20:00:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634522320562290675</guid>
		<dc:creator>benyaboy</dc:creator>
	</item>
	<item>
		<title>Re: Windows Runtime internals: understanding &quot;Hello World&quot;</title>
		<description>
			<![CDATA[ <p>please, next time Matt asks for a 2-hour slot for his talk, GIVE IT TO HIM!</p><p>posted by piersh</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634522471250279786</link>
		<pubDate>Thu, 22 Sep 2011 00:12:05 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634522471250279786</guid>
		<dc:creator>piersh</dc:creator>
	</item>
	<item>
		<title>Re: Windows Runtime internals: understanding &quot;Hello World&quot;</title>
		<description>
			<![CDATA[Wow, very nice talk&#33; I really enjoyed the details. I wish you had gotten that 2 hour slot you wanted &#58;&#41;<p>posted by xyz</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634522781621807417</link>
		<pubDate>Thu, 22 Sep 2011 08:49:22 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634522781621807417</guid>
		<dc:creator>xyz</dc:creator>
	</item>
	<item>
		<title>Re: Windows Runtime internals: understanding &quot;Hello World&quot;</title>
		<description>
			<![CDATA[<p>If anyone is looking for the debug tool I used in this presentation, a non-Microsoft sponsored codeplex project has been started that is hosting such a tool, you can find it here:</p><p><a href="http://winrt.codeplex.com">http://winrt.codeplex.com</a></p><p>Or you can write your own using the IPackageDebugSettings interface.</p><p>posted by mmerry</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634530034298994535</link>
		<pubDate>Fri, 30 Sep 2011 18:17:09 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634530034298994535</guid>
		<dc:creator>mmerry</dc:creator>
	</item>
	<item>
		<title>Re: Windows Runtime internals: understanding &quot;Hello World&quot;</title>
		<description>
			<![CDATA[<p>Awesome, nice, deeeeeeeeep debugging techniques that really helped me to understand how things are really happening under the covers.</p><p>posted by FrankieC</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634530095237818505</link>
		<pubDate>Fri, 30 Sep 2011 19:58:43 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634530095237818505</guid>
		<dc:creator>FrankieC</dc:creator>
	</item>
	<item>
		<title>Re: Windows Runtime internals: understanding &quot;Hello World&quot;</title>
		<description>
			<![CDATA[&#64;Russell Ditto. It was such a disappointment to learn that the new app model is just lipstick on the COM pig. I guess the &#34;re-imagining&#34; is only skin deep. I had dreams of app deployment being a simple file copy with the entire app and its configuration existing in a file folder rather than being scattered throughout the registry. I guess we&#39;ll be stuck with this COM mess as long as the 10 people in the universe who still think the registry and DCOM activation are a good idea are still building Windows.<p>posted by DavidT</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634542078351844801</link>
		<pubDate>Fri, 14 Oct 2011 16:50:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634542078351844801</guid>
		<dc:creator>DavidT</dc:creator>
	</item>
	<item>
		<title>Re: Windows Runtime internals: understanding &quot;Hello World&quot;</title>
		<description>
			<![CDATA[&#64;pm100 Well, SL is coded in C&#43;&#43;. No wonder it could provide you with Webcam access through a proxy.<br><br>You people should really stop bashing COM for your inability to use it properly. Heck, even Apple adopted the idea and its working well.<p>posted by Walter Sobchak</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634573385672893447</link>
		<pubDate>Sat, 19 Nov 2011 22:29:27 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Build/BUILD2011/PLAT-875T#c634573385672893447</guid>
		<dc:creator>Walter Sobchak</dc:creator>
	</item>
</channel>
</rss>