<?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 - Visual Studio Achievements For Windows Store Apps</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Achievements-For-Windows-8-App-Development/RSS"></atom:link>
	<image>
		<url>http://media.ch9.ms/ch9/7d2d/a62407d5-babd-462b-8d31-0400829d7d2d/VSToolbox58_220.jpg</url>
		<title>Channel 9 - Visual Studio Achievements For Windows Store Apps</title>
		<link></link>
	</image>
	<description>In this episode, Karsten Januszewski joins us to talk about the latest version of the Visual Studio Achievements extension. Once you install this extension, you can unlock achievements based on things you do in Visual Studio. The latest version adds nineteen new achievements oriented toward Windows&amp;nbsp;Store app development. These new achievements can be earned in JavaScript, C#, VB, and C&amp;#43;&amp;#43;. Some examples include:&amp;nbsp;I Like To Move It Move It,&amp;nbsp;which is earned by using the accelerometer, and&amp;nbsp;The Play Is The Thing,&amp;nbsp;which is earned by using the AutoPlay contract. </description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 19 Jun 2013 08:13:51 GMT</pubDate>
	<lastBuildDate>Wed, 19 Jun 2013 08:13:51 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Visual Studio Achievements For Windows Store Apps</title>
		<description>
			<![CDATA[<p>Hey it's nice to have these new achievements but there is still a bug in one of the Azure Acheivements.&quot;Show Me The Cache&quot;</p><p><pre class="brush: xml">&lt;dataCacheClients&gt;
    &lt;dataCacheClient name=&quot;default&quot;&gt;
      &lt;hosts&gt;
        &lt;host name=&quot;xxx.cache.windows.net&quot; cachePort=&quot;22233&quot; /&gt;
      &lt;/hosts&gt;
      &lt;securityProperties mode=&quot;Message&quot;&gt;
        &lt;messageSecurity authorizationInfo=&quot;[xxx]&quot;&gt;&lt;/messageSecurity&gt;
      &lt;/securityProperties&gt;
    &lt;/dataCacheClient&gt;
    &lt;dataCacheClient name=&quot;SslEndpoint&quot;&gt;
      &lt;hosts&gt;
        &lt;host name=&quot;xxx.cache.windows.net&quot; cachePort=&quot;22243&quot; /&gt;
      &lt;/hosts&gt;
      &lt;securityProperties mode=&quot;Message&quot; sslEnabled=&quot;true&quot;&gt;
        &lt;messageSecurity authorizationInfo=&quot;[xxx]&quot;&gt;&lt;/messageSecurity&gt;
      &lt;/securityProperties&gt;
    &lt;/dataCacheClient&gt;
  &lt;/dataCacheClients&gt;
</pre></p><p><pre class="brush: csharp">DataCacheFactoryConfiguration config = new DataCacheFactoryConfiguration(&quot;default&quot;);
DataCacheFactory cacheFactory = new DataCacheFactory(config);
DataCache defaultCache = cacheFactory.GetDefaultCache();

defaultCache.Put(&quot;testkey&quot;, &quot;testobject&quot;);
string strObject = (string)defaultCache.Get(&quot;testkey&quot;);
defaultCache.Remove(&quot;testkey&quot;);
</pre></p><p>&nbsp;</p><p>With the above code It seems I should get the acheivement but it does not unlock.&nbsp; Please help.&nbsp; Thanks.</p><p>posted by AceHack</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Achievements-For-Windows-8-App-Development#c634947371144151632</link>
		<pubDate>Fri, 25 Jan 2013 18:58:34 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Achievements-For-Windows-8-App-Development#c634947371144151632</guid>
		<dc:creator>AceHack</dc:creator>
	</item>
	<item>
		<title>Re: Visual Studio Achievements For Windows Store Apps</title>
		<description>
			<![CDATA[<p>Hey AceHack -</p><p>I see the problem in the achievements extension: at some point, there was no dataCacheClients node, just the dataCacheClient node (no plural) so our code looks for the path: /configuration/dataCacheClient/hosts/host</p><p>&nbsp;At some point, the configuration schema changed.&nbsp; So, if you want to get the achievement before we push a fix to the extension (which could be awhile) , make your config match that pattern and it should unlock...</p><p>Karsten</p><p>posted by karstenj</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Achievements-For-Windows-8-App-Development#c634949936535658636</link>
		<pubDate>Mon, 28 Jan 2013 18:14:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Achievements-For-Windows-8-App-Development#c634949936535658636</guid>
		<dc:creator>karstenj</dc:creator>
	</item>
	<item>
		<title>Re: Visual Studio Achievements For Windows Store Apps</title>
		<description>
			<![CDATA[<p>Hey got it.&nbsp; Thanks for all your help.</p><p>posted by AceHack</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Achievements-For-Windows-8-App-Development#c634950038390321206</link>
		<pubDate>Mon, 28 Jan 2013 21:03:59 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-Achievements-For-Windows-8-App-Development#c634950038390321206</guid>
		<dc:creator>AceHack</dc:creator>
	</item>
</channel>
</rss>