<?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 - Application Restart and Recovery on Windows 7 in Managed Code</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/posts/Application-Restart-and-Recovery-on-Windows-7-in-Managed-Code/rss"></atom:link>
	<image>
		<url>http://ak.channel9.msdn.com/ch9/7C52/72255387-25B0-43E3-83B3-9E6E01887C52/ApplicationRestartAndRecoveryOnWindows7_100_ch9.jpg</url>
		<title>Channel 9 - Application Restart and Recovery on Windows 7 in Managed Code</title>
		<link></link>
	</image>
	<description> Application Recovery and Restart (ARR) technologies enable developers to customize an application&#39;s behavior when Windows Error Reporting (WER) terminates the application due to an unrecoverable error. For example, it enables an application to perform data recovery and cleanup operations such as capturing application state and releasing resources before termination. It also allows developers to specify that WER should automatically restart an application that it has terminated. In this screencast, Kate Gregory (@gregcons) provides an overview of ARR on Windows 7 via the Windows API Code Pack, a source code library that can be used to access some features of Windows 7 and Windows Vista from managed code. Kate also demonstrates just how easy it is to integrate ARR into your managed applications through a few lines of C#. Update (March 22, 2011 - 5:40 PM): The&amp;nbsp;Windows Restart and Recovery Recipe&amp;nbsp;is now available to download. </description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 15:51:40 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 15:51:40 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Application Restart and Recovery on Windows 7 in Managed Code</title>
		<description>
			<![CDATA[I like the tools but would strongly disagree that this replaces the need to auto-save.  These handle all cases when the OS has a chance to notify the application, but what about sudden power outages or OS level crashes?  I know we like to think neither of those ever happen, but they do.  This may however allow a developer to be comfortable with longer auto-save intervals though since it handles many of the more frequent application termination scenarios.  <br /><br />What would be really nice would be a method to use this code for our auto-save also.  Perhaps a function to SaveNow(), or pass in an interval to be used by a built in timer for auto-saving and then handle it internally as if an event caused a save.<p>posted by Damon Achey</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Application-Restart-and-Recovery-on-Windows-7-in-Managed-Code#c634363381960000000</link>
		<pubDate>Mon, 21 Mar 2011 21:03:16 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Application-Restart-and-Recovery-on-Windows-7-in-Managed-Code#c634363381960000000</guid>
		<dc:creator>Damon Achey</dc:creator>
	</item>
	<item>
		<title>Re: Application Restart and Recovery on Windows 7 in Managed Code</title>
		<description>
			<![CDATA[Even visual studio uses auto saving. That feature is really nice thought. Too bad earlier os versions can't use it. Too many xp are still installed in companies.<p>posted by etil</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Application-Restart-and-Recovery-on-Windows-7-in-Managed-Code#c634371617210000000</link>
		<pubDate>Thu, 31 Mar 2011 09:48:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Application-Restart-and-Recovery-on-Windows-7-in-Managed-Code#c634371617210000000</guid>
		<dc:creator>etil</dc:creator>
	</item>
</channel>
</rss>