<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>WinRT Wiki Rss Feed</title><link>http://winrt.codeplex.com/</link><description>WinRT Wiki Rss Description</description><item><title>Updated Wiki: Documentation</title><link>https://winrt.codeplex.com/documentation?version=2</link><description>&lt;div class="wikidoc"&gt;Index: &lt;br&gt;
&lt;br&gt;
&lt;a href="http://winrt.codeplex.com/wikipage?title=WinRTDebug%20examples"&gt;WinRTDebug examples&lt;/a&gt;
&lt;br&gt;
&lt;a href="http://winrt.codeplex.com/wikipage?title=Visual%20Studio%20Template%20for%20WRL%20Library"&gt;WRL Library template for Visual Studio&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>raffaeler</author><pubDate>Mon, 30 Apr 2012 15:51:58 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120430035158P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://winrt.codeplex.com/documentation?version=1</link><description>&lt;div class="wikidoc"&gt;Index:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://winrt.codeplex.com/wikipage?title=WinRTDebug%20examples&amp;amp;version=5"&gt;http://winrt.codeplex.com/wikipage?title=WinRTDebug%20examples&amp;amp;version=5&lt;/a&gt;&lt;br /&gt;&lt;a href="http://winrt.codeplex.com/wikipage?title=Visual%20Studio%20Template%20for%20WRL%20Library&amp;amp;version=1"&gt;http://winrt.codeplex.com/wikipage?title=Visual%20Studio%20Template%20for%20WRL%20Library&amp;amp;version=1&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>raffaeler</author><pubDate>Mon, 30 Apr 2012 15:48:31 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120430034831P</guid></item><item><title>Updated Wiki: Visual Studio Template for WRL Library</title><link>https://winrt.codeplex.com/wikipage?title=Visual Studio Template for WRL Library&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;This is a project template for Visual Studio &lt;br&gt;
It generates a Visual C&amp;#43;&amp;#43; DLL using the WRL library for WinRT&lt;/p&gt;
&lt;p&gt;Just copy the zip file to: &lt;br&gt;
(My Documents)\Visual Studio 11\Templates\ProjectTemplates\Visual C&amp;#43;&amp;#43; Project\Windows Metro Style
&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;In order to use the template:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Open Visual Studio &lt;/li&gt;&lt;li&gt;File – new Project &lt;/li&gt;&lt;li&gt;Select Visual C&amp;#43;&amp;#43;, Windows Metro Style from the tree on the left &lt;/li&gt;&lt;li&gt;The last item should be WRL Library &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;a href="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=373203"&gt;&lt;img title="WRL_template" border="0" alt="WRL_template" src="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=373205" width="244" height="117" style="border-bottom:0px; border-left:0px; padding-left:0px; padding-right:0px; display:inline; border-top:0px; border-right:0px; padding-top:0px"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Once created, a readme.txt with important informations will open in Visual Studio.&lt;/p&gt;
&lt;p&gt;Actually I configurated the following platforms:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;x86 (Win32) Debug and Release &lt;/li&gt;&lt;li&gt;x64 Debug and Release &lt;/li&gt;&lt;li&gt;ARM Debug and Release (not working on VS11 beta, I guess for problems related with the beta)
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;Thanks to &lt;a href="http://blogs.interknowlogy.com/2012/04/11/how-to-create-a-winrt-wrl-c-component-from-scratch-that-can-be-consumed-by-net-components"&gt;
Kevin Stumpf&lt;/a&gt; for initial settings I started from.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>raffaeler</author><pubDate>Mon, 30 Apr 2012 15:46:45 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Visual Studio Template for WRL Library 20120430034645P</guid></item><item><title>Updated Wiki: WinRTDebug examples</title><link>http://winrt.codeplex.com/wikipage?title=WinRTDebug examples&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;Here there are some WinRTDebug examples:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Debugging the activation using cdb debugger: &lt;br&gt;
WinRTDebug -d MyApp_1.0.0.0_neutral_neutral_123456 &amp;quot;C:\Program Files (x86)\Windows Kits\8.0\Debuggers\x64\cdb.exe&amp;quot;
&lt;br&gt;
&lt;/li&gt;&lt;li&gt;Stop debugging (reverse of the -d option) &lt;br&gt;
WinRTDebug -u MyApp_1.0.0.0_neutral_neutral_123456 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;Suspend package (look at the task manager): &lt;br&gt;
WinRTDebug -s MyApp_1.0.0.0_neutral_neutral_123456 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;Resume package (look at the task manager): &lt;br&gt;
WinRTDebug -r MyApp_1.0.0.0_neutral_neutral_123456 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;Terminate package (look at the task manager): &lt;br&gt;
WinRTDebug -t MyApp_1.0.0.0_neutral_neutral_123456 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;List all of the packages installed on the machine: &lt;br&gt;
WinRTDebug –v &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;font color="#ff0000"&gt;&lt;em&gt;New in 1.1&lt;/em&gt;&lt;/font&gt;:&amp;#160; Package names can be aliased with $index where index is a number obtained with command –v
&lt;br&gt;
Every command can substitute the package name with $index &lt;br&gt;
index is a 0-based index. For example $1 is the &lt;u&gt;second&lt;/u&gt; package listed with –v&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Resume the second package of the list obtained with command –v &lt;br&gt;
WinRTDebug&amp;#160; r&amp;#160; $1 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;Suspend the first package &lt;br&gt;
WinRTDebug s $0 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;Terminate the third package &lt;br&gt;
WinRTDebug t $2 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;Debug the first package &lt;br&gt;
WinRTDebug –d $0 &amp;quot;C:\Program Files (x86)\Windows Kits\8.0\Debuggers\x64\cdb.exe&amp;quot;
&lt;br&gt;
&lt;/li&gt;&lt;li&gt;Stop debugging the first package &lt;br&gt;
WinRTDebug –u $0 &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>raffaeler</author><pubDate>Wed, 19 Oct 2011 09:32:13 GMT</pubDate><guid isPermaLink="false">Updated Wiki: WinRTDebug examples 20111019093213A</guid></item><item><title>Updated Wiki: WinRTDebug examples</title><link>http://winrt.codeplex.com/wikipage?title=WinRTDebug examples&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;Here there are some WinRTDebug examples:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Debugging the activation using cdb debugger: &lt;br&gt;
WinRTDebug -d MyApp_1.0.0.0_neutral_neutral_123456 &amp;quot;C:\Program Files (x86)\Windows Kits\8.0\Debuggers\x64\cdb.exe&amp;quot;
&lt;br&gt;
&lt;/li&gt;&lt;li&gt;Stop debugging (reverse of the -d option) &lt;br&gt;
WinRTDebug -u MyApp_1.0.0.0_neutral_neutral_123456 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;Suspend package (look at the task manager): &lt;br&gt;
WinRTDebug -s MyApp_1.0.0.0_neutral_neutral_123456 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;Resume package (look at the task manager): &lt;br&gt;
WinRTDebug -r MyApp_1.0.0.0_neutral_neutral_123456 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;Terminate package (look at the task manager): &lt;br&gt;
WinRTDebug -t MyApp_1.0.0.0_neutral_neutral_123456 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;List all of the packages installed on the machine: &lt;br&gt;
WinRTDebug –v &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;font color="#ff0000"&gt;&lt;em&gt;New in 1.1&lt;/em&gt;&lt;/font&gt;:&amp;#160; Package names can be aliased with $index where index is a number obtained with command –v
&lt;br&gt;
Every command can substitute the package name with $index &lt;br&gt;
index is a 0-based index. For example $1 is the &lt;u&gt;second&lt;/u&gt; package listed with –v&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Resume the second package of the list obtained with command –v &lt;br&gt;
WinRTDebug&amp;#160; r&amp;#160; $1 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;Suspend the first package &lt;br&gt;
WinRTDebug s $0 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;Terminate the third package &lt;br&gt;
WinRTDebug t $2 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;Debug the first package &lt;br&gt;
WinRTDebug –d $0 &amp;quot;C:\Program Files (x86)\Windows Kits\8.0\Debuggers\x64\cdb.exe&amp;quot;
&lt;br&gt;
&lt;/li&gt;&lt;li&gt;Stop debugging the first package &lt;br&gt;
WinRTDebug –u $0 &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&amp;lt;!--EndFragment--&amp;gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>raffaeler</author><pubDate>Wed, 19 Oct 2011 09:31:44 GMT</pubDate><guid isPermaLink="false">Updated Wiki: WinRTDebug examples 20111019093144A</guid></item><item><title>Updated Wiki: WinRTDebug examples</title><link>http://winrt.codeplex.com/wikipage?title=WinRTDebug examples&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;Here there are some WinRTDebug examples:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Debugging the activation using cdb debugger: &lt;br&gt;
WinRTDebug -d MyApp_1.0.0.0_neutral_neutral_123456 &amp;quot;C:\Program Files (x86)\Windows Kits\8.0\Debuggers\x64\cdb.exe&amp;quot;
&lt;br&gt;
&lt;/li&gt;&lt;li&gt;Stop debugging (reverse of the -d option) &lt;br&gt;
WinRTDebug -u MyApp_1.0.0.0_neutral_neutral_123456 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;Suspend package (look at the task manager): &lt;br&gt;
WinRTDebug -s MyApp_1.0.0.0_neutral_neutral_123456 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;Resume package (look at the task manager): &lt;br&gt;
WinRTDebug -r MyApp_1.0.0.0_neutral_neutral_123456 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;Terminate package (look at the task manager): &lt;br&gt;
WinRTDebug -t MyApp_1.0.0.0_neutral_neutral_123456 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;List all of the packages installed on the machine: &lt;br&gt;
WinRTDebug -v &lt;/li&gt;&lt;/ul&gt;
&lt;ul&gt;
&amp;lt;!--StartFragment--&amp;gt;&lt;/ul&gt;
&lt;p&gt;&lt;font color="#ff0000"&gt;&lt;em&gt;New in 1.1&lt;/em&gt;&lt;/font&gt;:&amp;#160; Package names can be aliased with $index where index is a number obtained with command –v
&lt;br&gt;
Every command can substitute the package name with $index &lt;br&gt;
index is a 0-based index. For example $1 is the &lt;u&gt;second&lt;/u&gt; package listed with –v&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Resume the second package of the list obtained with command –v &lt;br&gt;
WinRTDebug&amp;#160; r&amp;#160; $1 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;Suspend the first package &lt;br&gt;
WinRTDebug s $0 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;Terminate the third package &lt;br&gt;
WinRTDebug t $2 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;Debug the first package &lt;br&gt;
WinRTDebug –d $0 &amp;quot;C:\Program Files (x86)\Windows Kits\8.0\Debuggers\x64\cdb.exe&amp;quot;
&lt;br&gt;
&lt;/li&gt;&lt;li&gt;Stop debugging the first package &lt;br&gt;
WinRTDebug –u $0 &lt;/li&gt;&lt;/ul&gt;
&amp;lt;!--EndFragment--&amp;gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>raffaeler</author><pubDate>Wed, 19 Oct 2011 09:31:05 GMT</pubDate><guid isPermaLink="false">Updated Wiki: WinRTDebug examples 20111019093105A</guid></item><item><title>Updated Wiki: Home</title><link>http://winrt.codeplex.com/wikipage?version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;This project host tools/utilities targeted to WinRT development &lt;br&gt;
WinRT is the new &lt;a href="http://msdn.microsoft.com/en-us/library/windows/apps/hh464942(v=vs.85).aspx" target="_blank"&gt;
Windows Runtime&lt;/a&gt; (Windows 8 or above required) that expose Operating System functionality in an object oriented fashion.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Current Utilities&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;WinRTDebug is a console application (see also &lt;a href="http://winrt.codeplex.com/wikipage?title=WinRTDebug%20examples" target="_blank"&gt;
command line examples&lt;/a&gt;)
&lt;ul&gt;
&lt;li&gt;List all the packages installed on the Windows 8 machine &lt;/li&gt;&lt;li&gt;Enable/Disable debugging the package activation &lt;/li&gt;&lt;li&gt;Suspend/Resume a package loaded in memory &lt;/li&gt;&lt;li&gt;Terminate all the processes that host the specified package &lt;/li&gt;&lt;li&gt;Change the SessionId for package-debugging purposes &lt;/li&gt;&lt;li&gt;&lt;font color="#ff0000"&gt;&lt;em&gt;New in 1.1&lt;/em&gt;&lt;/font&gt;: verbose error messages &lt;/li&gt;&lt;li&gt;&lt;font color="#ff0000"&gt;&lt;em&gt;New in 1.1&lt;/em&gt;&lt;/font&gt;: support aliases for package names ($index instead of full package name)
&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Please note that &lt;a href="http://msdn.microsoft.com/en-us/vstudio/hh127353" rel="nofollow" target="_blank"&gt;
Visual Studio 11 Ultimate&lt;/a&gt; is required to re-compile the sample(s) as it installs also the latest Windows SDK (include files, libraries, …).
&lt;br&gt;
Visual Studio 11 can be installed over the Visual Studio Express edition that is pre-installed in the Windows 8 developer Preview with tools.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;Feedbacks and suggestions in the Discussion pages are always welcome.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Project created and mantained by Raffaele Rialdi&lt;/em&gt;&lt;/strong&gt;&amp;#160;&amp;#160;
&lt;/p&gt;
&lt;p&gt;English website: &lt;a href="http://www.iamraf.net "&gt;http://www.iamraf.net&lt;/a&gt;&amp;#160;&lt;a href="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286454"&gt;&lt;img title="logo2_mobile" border="0" alt="logo2_mobile" src="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286455" width="169" height="34" style="border-right-width:0px; padding-left:0px; padding-right:0px; display:inline; border-top-width:0px; border-bottom-width:0px; border-left-width:0px; padding-top:0px"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Italian blog website: &lt;a href="http://blogs.ugidotnet.org/raffaele"&gt;http://blogs.ugidotnet.org/raffaele&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Member of the board of &lt;a href="http://www.ugidotnet.org" target="_blank"&gt;UGIdotNET&lt;/a&gt; user group&lt;/p&gt;
&lt;p&gt;Founder of &lt;a href="http://www.dotnetliguria.net" target="_blank"&gt;DotNetLiguria&lt;/a&gt; user group
&lt;a href="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286456"&gt;
&lt;img title="Logo_H50" border="0" alt="Logo_H50" src="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286457" width="114" height="50" style="border-right-width:0px; padding-left:0px; padding-right:0px; display:inline; border-top-width:0px; border-bottom-width:0px; border-left-width:0px; padding-top:0px"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Proud member of the &lt;a href="https://mvp.support.microsoft.com" target="_blank"&gt;
MVP Community&lt;/a&gt; since 2003&lt;/p&gt;
&lt;p&gt;&lt;a href="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286458"&gt;&lt;img title="MVP_Horizontal_FullColor2" border="0" alt="MVP_Horizontal_FullColor2" src="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286459" width="162" height="68" style="border-right-width:0px; padding-left:0px; padding-right:0px; display:inline; border-top-width:0px; border-bottom-width:0px; border-left-width:0px; padding-top:0px"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>raffaeler</author><pubDate>Wed, 19 Oct 2011 09:16:41 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20111019091641A</guid></item><item><title>Updated Wiki: Home</title><link>http://winrt.codeplex.com/wikipage?version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;This project host tools/utilities targeted to WinRT development &lt;br&gt;
WinRT is the new &lt;a href="http://msdn.microsoft.com/en-us/library/windows/apps/hh464942(v=vs.85).aspx" target="_blank"&gt;
Windows Runtime&lt;/a&gt; (Windows 8 or above required) that expose Operating System functionality in an object oriented fashion.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Current Utilities&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;WinRTDebug is a console application (see also &lt;a href="http://winrt.codeplex.com/wikipage?title=WinRTDebug%20examples" target="_blank"&gt;
command line examples&lt;/a&gt;)
&lt;ul&gt;
&lt;li&gt;List all the packages installed on the Windows 8 machine &lt;/li&gt;&lt;li&gt;Enable/Disable debugging the package activation &lt;/li&gt;&lt;li&gt;Suspend/Resume a package loaded in memory &lt;/li&gt;&lt;li&gt;Terminate all the processes that host the specified package &lt;/li&gt;&lt;li&gt;Change the SessionId for package-debugging purposes &lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Please note that &lt;a href="http://msdn.microsoft.com/en-us/vstudio/hh127353" rel="nofollow" target="_blank"&gt;
Visual Studio 11 Ultimate&lt;/a&gt; is required to re-compile the sample(s) as it installs also the latest Windows SDK (include files, libraries, …).
&lt;br&gt;
Visual Studio 11 can be installed over the Visual Studio Express edition that is pre-installed in the Windows 8 developer Preview with tools.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;Feedbacks and suggestions in the Discussion pages are always welcome.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Project created and mantained by Raffaele Rialdi&lt;/em&gt;&lt;/strong&gt;&amp;#160;&amp;#160;
&lt;/p&gt;
&lt;p&gt;English website: &lt;a href="http://www.iamraf.net "&gt;http://www.iamraf.net&lt;/a&gt;&amp;#160;&lt;a href="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286454"&gt;&lt;img title="logo2_mobile" border="0" alt="logo2_mobile" src="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286455" width="169" height="34" style="border-right-width:0px; padding-left:0px; padding-right:0px; display:inline; border-top-width:0px; border-bottom-width:0px; border-left-width:0px; padding-top:0px"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Italian blog website: &lt;a href="http://blogs.ugidotnet.org/raffaele"&gt;http://blogs.ugidotnet.org/raffaele&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Member of the board of &lt;a href="http://www.ugidotnet.org" target="_blank"&gt;UGIdotNET&lt;/a&gt; user group&lt;/p&gt;
&lt;p&gt;Founder of &lt;a href="http://www.dotnetliguria.net" target="_blank"&gt;DotNetLiguria&lt;/a&gt; user group
&lt;a href="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286456"&gt;
&lt;img title="Logo_H50" border="0" alt="Logo_H50" src="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286457" width="114" height="50" style="border-right-width:0px; padding-left:0px; padding-right:0px; display:inline; border-top-width:0px; border-bottom-width:0px; border-left-width:0px; padding-top:0px"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Proud member of the &lt;a href="https://mvp.support.microsoft.com" target="_blank"&gt;
MVP Community&lt;/a&gt; since 2003&lt;/p&gt;
&lt;p&gt;&lt;a href="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286458"&gt;&lt;img title="MVP_Horizontal_FullColor2" border="0" alt="MVP_Horizontal_FullColor2" src="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286459" width="162" height="68" style="border-right-width:0px; padding-left:0px; padding-right:0px; display:inline; border-top-width:0px; border-bottom-width:0px; border-left-width:0px; padding-top:0px"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>raffaeler</author><pubDate>Fri, 07 Oct 2011 14:44:19 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20111007024419P</guid></item><item><title>Updated Wiki: Home</title><link>http://winrt.codeplex.com/wikipage?version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;This project host tools/utilities targeted to WinRT development &lt;br&gt;
WinRT is the new &lt;a href="http://msdn.microsoft.com/en-us/library/windows/apps/hh464942(v=vs.85).aspx" target="_blank"&gt;
Windows Runtime&lt;/a&gt; (Windows 8 or above required) that expose Operating System functionality in an object oriented fashion.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Current Utilities&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;WinRTDebug is a console application (see also &lt;a href="http://winrt.codeplex.com/wikipage?title=WinRTDebug%20examples" target="_blank"&gt;
command line examples&lt;/a&gt;)
&lt;ul&gt;
&lt;li&gt;List all the packages installed on the Windows 8 machine &lt;/li&gt;&lt;li&gt;Enable/Disable debugging the package activation &lt;/li&gt;&lt;li&gt;Suspend/Resume a package loaded in memory &lt;/li&gt;&lt;li&gt;Terminate all the processes that host the specified package &lt;/li&gt;&lt;li&gt;Change the SessionId for package-debugging purposes &lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;Feedbacks and suggestions in the Discussion pages are always welcome.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Project created and mantained by Raffaele Rialdi&lt;/em&gt;&lt;/strong&gt;&amp;#160;&amp;#160;
&lt;/p&gt;
&lt;p&gt;English website: &lt;a href="http://www.iamraf.net "&gt;http://www.iamraf.net&lt;/a&gt;&amp;#160;&lt;a href="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286454"&gt;&lt;img title="logo2_mobile" border="0" alt="logo2_mobile" src="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286455" width="169" height="34" style="border-right-width:0px; padding-left:0px; padding-right:0px; display:inline; border-top-width:0px; border-bottom-width:0px; border-left-width:0px; padding-top:0px"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Italian blog website: &lt;a href="http://blogs.ugidotnet.org/raffaele"&gt;http://blogs.ugidotnet.org/raffaele&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Member of the board of &lt;a href="http://www.ugidotnet.org" target="_blank"&gt;UGIdotNET&lt;/a&gt; user group&lt;/p&gt;
&lt;p&gt;Founder of &lt;a href="http://www.dotnetliguria.net" target="_blank"&gt;DotNetLiguria&lt;/a&gt; user group
&lt;a href="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286456"&gt;
&lt;img title="Logo_H50" border="0" alt="Logo_H50" src="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286457" width="114" height="50" style="border-right-width:0px; padding-left:0px; padding-right:0px; display:inline; border-top-width:0px; border-bottom-width:0px; border-left-width:0px; padding-top:0px"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Proud member of the &lt;a href="https://mvp.support.microsoft.com" target="_blank"&gt;
MVP Community&lt;/a&gt; since 2003&lt;/p&gt;
&lt;p&gt;&lt;a href="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286458"&gt;&lt;img title="MVP_Horizontal_FullColor2" border="0" alt="MVP_Horizontal_FullColor2" src="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286459" width="162" height="68" style="border-right-width:0px; padding-left:0px; padding-right:0px; display:inline; border-top-width:0px; border-bottom-width:0px; border-left-width:0px; padding-top:0px"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>raffaeler</author><pubDate>Tue, 27 Sep 2011 18:22:19 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110927062219P</guid></item><item><title>Updated Wiki: Home</title><link>http://winrt.codeplex.com/wikipage?version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;This project host tools/utilities targeted to WinRT development &lt;br&gt;
WinRT is the new &lt;a href="http://msdn.microsoft.com/en-us/library/windows/apps/hh464942(v=vs.85).aspx" target="_blank"&gt;
Windows Runtime&lt;/a&gt; (Windows 8 or above required) that expose Operating System functionality in an object oriented fashion.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Current Utilities&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;WinRTDebug is a console application (see also &lt;a href="http://winrt.codeplex.com/wikipage?title=WinRTDebug%20examples" target="_blank"&gt;
command line examples&lt;/a&gt;)
&lt;ul&gt;
&lt;li&gt;List all the packages installed on the Windows 8 machine &lt;/li&gt;&lt;li&gt;Enable/Disable debugging the package activation &lt;/li&gt;&lt;li&gt;Suspend/Resume a package loaded in memory &lt;/li&gt;&lt;li&gt;Terminate all the processes that host the specified package &lt;/li&gt;&lt;li&gt;Change the SessionId for package-debugging purposes &lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;Feedbacks and suggestions in the Discussion pages are always welcome.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Project created and mantained by Raffaele Rialdi&lt;/em&gt;&lt;/strong&gt;&amp;#160;&amp;#160;
&lt;/p&gt;
&lt;p&gt;English website: &lt;a href="http://www.iamraf.net&amp;nbsp; "&gt;http://www.iamraf.net&amp;#160;
&lt;/a&gt;&lt;a href="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286454"&gt;&lt;img title="logo2_mobile" border="0" alt="logo2_mobile" src="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286455" width="169" height="34" style="border-right-width:0px; padding-left:0px; padding-right:0px; display:inline; border-top-width:0px; border-bottom-width:0px; border-left-width:0px; padding-top:0px"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Italian blog website: &lt;a href="http://blogs.ugidotnet.org/raffaele"&gt;http://blogs.ugidotnet.org/raffaele&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Member of the board of &lt;a href="http://www.ugidotnet.org" target="_blank"&gt;UGIdotNET&lt;/a&gt; user group&lt;/p&gt;
&lt;p&gt;Founder of &lt;a href="http://www.dotnetliguria.net" target="_blank"&gt;DotNetLiguria&lt;/a&gt; user group
&lt;a href="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286456"&gt;
&lt;img title="Logo_H50" border="0" alt="Logo_H50" src="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286457" width="114" height="50" style="border-right-width:0px; padding-left:0px; padding-right:0px; display:inline; border-top-width:0px; border-bottom-width:0px; border-left-width:0px; padding-top:0px"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Proud member of the &lt;a href="https://mvp.support.microsoft.com" target="_blank"&gt;
MVP Community&lt;/a&gt; since 2003&lt;/p&gt;
&lt;p&gt;&lt;a href="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286458"&gt;&lt;img title="MVP_Horizontal_FullColor2" border="0" alt="MVP_Horizontal_FullColor2" src="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286459" width="162" height="68" style="border-right-width:0px; padding-left:0px; padding-right:0px; display:inline; border-top-width:0px; border-bottom-width:0px; border-left-width:0px; padding-top:0px"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>raffaeler</author><pubDate>Tue, 27 Sep 2011 16:15:15 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110927041515P</guid></item><item><title>Updated Wiki: WinRTDebug examples</title><link>http://winrt.codeplex.com/wikipage?title=WinRTDebug examples&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;Here there are some WinRTDebug examples:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Debugging the activation using cdb debugger: &lt;br&gt;
WinRTDebug -d MyApp_1.0.0.0_neutral_neutral_123456 &amp;quot;C:\Program Files (x86)\Windows Kits\8.0\Debuggers\x64\cdb.exe&amp;quot;
&lt;br&gt;
&lt;/li&gt;&lt;li&gt;Stop debugging (reverse of the -d option) &lt;br&gt;
WinRTDebug -u MyApp_1.0.0.0_neutral_neutral_123456 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;Suspend package (look at the task manager): &lt;br&gt;
WinRTDebug -s MyApp_1.0.0.0_neutral_neutral_123456 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;Resume package (look at the task manager): &lt;br&gt;
WinRTDebug -r MyApp_1.0.0.0_neutral_neutral_123456 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;Terminate package (look at the task manager): &lt;br&gt;
WinRTDebug -t MyApp_1.0.0.0_neutral_neutral_123456 &lt;br&gt;
&lt;/li&gt;&lt;li&gt;List all of the packages installed on the machine: &lt;br&gt;
WinRTDebug -v &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>raffaeler</author><pubDate>Tue, 27 Sep 2011 16:13:59 GMT</pubDate><guid isPermaLink="false">Updated Wiki: WinRTDebug examples 20110927041359P</guid></item><item><title>Updated Wiki: WinRTDebug examples</title><link>http://winrt.codeplex.com/wikipage?title=WinRTDebug examples&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;Here there are some WinRTDebug examples:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Debugging the activation using cdb debugger: &lt;br&gt;
WinRTDebug -d MyApp_1.0.0.0_neutral_neutral_123456 &amp;quot;C:\Program Files (x86)\Windows Kits\8.0\Debuggers\x64\cdb.exe&amp;quot;
&lt;/li&gt;&lt;li&gt;Disabling package debugging: &lt;br&gt;
WinRTDebug -u MyApp_1.0.0.0_neutral_neutral_123456 &lt;/li&gt;&lt;li&gt;List all of the packages installed on the machine: &lt;br&gt;
WinRTDebug -v &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>raffaeler</author><pubDate>Tue, 27 Sep 2011 16:09:19 GMT</pubDate><guid isPermaLink="false">Updated Wiki: WinRTDebug examples 20110927040919P</guid></item><item><title>Updated Wiki: Home</title><link>http://winrt.codeplex.com/wikipage?version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;This project host tools/utilities targeted to WinRT development &lt;br&gt;
WinRT is the new &lt;a href="http://msdn.microsoft.com/en-us/library/windows/apps/hh464942(v=vs.85).aspx" target="_blank"&gt;
Windows Runtime&lt;/a&gt; (Windows 8 or above required) that expose Operating System functionality in an object oriented fashion.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Current Utilities&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;WinRTDebug is a console application:
&lt;ul&gt;
&lt;li&gt;List all the packages installed on the Windows 8 machine &lt;/li&gt;&lt;li&gt;Enable/Disable debugging the package activation &lt;/li&gt;&lt;li&gt;Suspend/Resume a package loaded in memory &lt;/li&gt;&lt;li&gt;Terminate all the processes that host the specified package &lt;/li&gt;&lt;li&gt;Change the SessionId for package-debugging purposes &lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;Feedbacks and suggestions in the Discussion pages are always welcome.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Project created and mantained by Raffaele Rialdi&lt;/em&gt;&lt;/strong&gt;&amp;#160;&amp;#160;
&lt;/p&gt;
&lt;p&gt;English website: &lt;a href="http://www.iamraf.net&amp;nbsp; "&gt;http://www.iamraf.net&amp;#160;
&lt;/a&gt;&lt;a href="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286454"&gt;&lt;img title="logo2_mobile" border="0" alt="logo2_mobile" src="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286455" width="169" height="34" style="border-bottom:0px; border-left:0px; padding-left:0px; padding-right:0px; display:inline; border-top:0px; border-right:0px; padding-top:0px"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Italian blog website: &lt;a href="http://blogs.ugidotnet.org/raffaele"&gt;http://blogs.ugidotnet.org/raffaele&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Member of the board of &lt;a href="http://www.ugidotnet.org" target="_blank"&gt;UGIdotNET&lt;/a&gt; user group&lt;/p&gt;
&lt;p&gt;Founder of &lt;a href="http://www.dotnetliguria.net" target="_blank"&gt;DotNetLiguria&lt;/a&gt; user group
&lt;a href="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286456"&gt;
&lt;img title="Logo_H50" border="0" alt="Logo_H50" src="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286457" width="114" height="50" style="border-bottom:0px; border-left:0px; padding-left:0px; padding-right:0px; display:inline; border-top:0px; border-right:0px; padding-top:0px"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Proud member of the &lt;a href="https://mvp.support.microsoft.com" target="_blank"&gt;
MVP Community&lt;/a&gt; since 2003&lt;/p&gt;
&lt;p&gt;&lt;a href="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286458"&gt;&lt;img title="MVP_Horizontal_FullColor2" border="0" alt="MVP_Horizontal_FullColor2" src="http://download.codeplex.com/Download?ProjectName=winrt&amp;DownloadId=286459" width="162" height="68" style="border-bottom:0px; border-left:0px; padding-left:0px; padding-right:0px; display:inline; border-top:0px; border-right:0px; padding-top:0px"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>raffaeler</author><pubDate>Tue, 27 Sep 2011 16:08:47 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110927040847P</guid></item></channel></rss>