<?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>Channel 9 - Discussions by AceHack</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/AceHack/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by AceHack</title>
		<link>http://channel9.msdn.com/Niners/AceHack/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/AceHack/Discussions</link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 19:12:49 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 19:12:49 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Coffeehouse - Cannot get &quot;Show Me The Cache&quot; Achievement to work</title>
		<description><![CDATA[<p>Hey got it.&nbsp; Thanks for all your help karstenj.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work/3d97b6950a1b42d39cd7a154015b8c78#3d97b6950a1b42d39cd7a154015b8c78</link>
		<pubDate>Mon, 28 Jan 2013 21:05:23 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work/3d97b6950a1b42d39cd7a154015b8c78#3d97b6950a1b42d39cd7a154015b8c78</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>25</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>Hey got it.&nbsp; Thanks for all your help.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/f8a52c5f08a946d1b3dba154015b488c#f8a52c5f08a946d1b3dba154015b488c</link>
		<pubDate>Mon, 28 Jan 2013 21:04:25 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/f8a52c5f08a946d1b3dba154015b488c#f8a52c5f08a946d1b3dba154015b488c</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>Still can't git it.&nbsp; Please Help!!!</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>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/cfe6c0f45443466b8f23a15101359ae3#cfe6c0f45443466b8f23a15101359ae3</link>
		<pubDate>Fri, 25 Jan 2013 18:47:14 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/cfe6c0f45443466b8f23a15101359ae3#cfe6c0f45443466b8f23a15101359ae3</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Cannot get &quot;Show Me The Cache&quot; Achievement to work</title>
		<description><![CDATA[<p>Still can't git it.&nbsp; Please Help!!!</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>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work/47fb6d6590924683a05fa1510135449f#47fb6d6590924683a05fa1510135449f</link>
		<pubDate>Fri, 25 Jan 2013 18:46:00 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work/47fb6d6590924683a05fa1510135449f#47fb6d6590924683a05fa1510135449f</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>25</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work#c583a10d5d27f4aada390a04d011c9dae">karstenj</a>:Okay so I've been able to get every other achievement including the new windows 8 ones but this one just will not work.&nbsp; Please someone help!!!&nbsp; Thanks.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/9180f23310624ae6a263a135007a8c1e#9180f23310624ae6a263a135007a8c1e</link>
		<pubDate>Fri, 28 Dec 2012 07:26:10 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/9180f23310624ae6a263a135007a8c1e#9180f23310624ae6a263a135007a8c1e</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Cannot get &quot;Show Me The Cache&quot; Achievement to work</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work#c583a10d5d27f4aada390a04d011c9dae">karstenj</a>:Okay so I've been able to get every other achievement including the new windows 8 ones but this one just will not work.&nbsp; Please someone help!!!&nbsp; Thanks.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work/0c6430e89bc04486af4fa135007a7719#0c6430e89bc04486af4fa135007a7719</link>
		<pubDate>Fri, 28 Dec 2012 07:25:52 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work/0c6430e89bc04486af4fa135007a7719#0c6430e89bc04486af4fa135007a7719</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>25</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>Okay I'm using version 3.0 and this Achievement still does not pop.&nbsp; What's the deal!!!</p><p>Using Azure SDK October 2012 and here is my code</p><p><pre class="brush: csharp">DataCache cache = new DataCache(&quot;default&quot;);
cache.Add(&quot;item&quot;, &quot;value&quot;);
var value = cache.Get(&quot;item&quot;);
cache.Remove(&quot;item&quot;); 
</pre></p><p>The code works.</p><p>PLEASE HELP!!!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/f71c647c78a649d09029a13500551969#f71c647c78a649d09029a13500551969</link>
		<pubDate>Fri, 28 Dec 2012 05:09:50 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/f71c647c78a649d09029a13500551969#f71c647c78a649d09029a13500551969</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Cannot get &quot;Show Me The Cache&quot; Achievement to work</title>
		<description><![CDATA[<p>Okay I'm using version 3.0 and this Achievement still does not pop.&nbsp; What's the deal!!!</p><p>Using Azure SDK October 2012 and here is my code</p><p><pre class="brush: csharp">DataCache cache = new DataCache(&quot;default&quot;);
cache.Add(&quot;item&quot;, &quot;value&quot;);
var value = cache.Get(&quot;item&quot;);
cache.Remove(&quot;item&quot;); 
</pre></p><p>The code works.</p><p>PLEASE HELP!!!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work/8a7be5ae728d42dfba71a13500543c3a#8a7be5ae728d42dfba71a13500543c3a</link>
		<pubDate>Fri, 28 Dec 2012 05:06:41 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work/8a7be5ae728d42dfba71a13500543c3a#8a7be5ae728d42dfba71a13500543c3a</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>25</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Erik Meijer keynote @ YOW! 2012: Actors and Cloud</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Erik-Meijer-keynote--YOW-2012-Actors-and-Cloud#c9c2a0116fc144f5b8888a12201862805">Charles</a>: I'm so ready to see a going deep on this.&nbsp; I've downloaded and started playing with it, I would love all the information I can get.&nbsp; Thanks.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Erik-Meijer-keynote--YOW-2012-Actors-and-Cloud/d1eb0fe1d1084e32b189a13400ed7670#d1eb0fe1d1084e32b189a13400ed7670</link>
		<pubDate>Thu, 27 Dec 2012 14:24:34 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Erik-Meijer-keynote--YOW-2012-Actors-and-Cloud/d1eb0fe1d1084e32b189a13400ed7670#d1eb0fe1d1084e32b189a13400ed7670</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Cannot get &quot;Show Me The Cache&quot; Achievement to work</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work#c0f318ad1da7c471d989ea0520120c639">karstenj</a>:Any update, thanks.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work/ccec2f11fc0342f9bcf5a0710147ad54#ccec2f11fc0342f9bcf5a0710147ad54</link>
		<pubDate>Fri, 15 Jun 2012 19:53:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work/ccec2f11fc0342f9bcf5a0710147ad54#ccec2f11fc0342f9bcf5a0710147ad54</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>25</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Cannot get &quot;Show Me The Cache&quot; Achievement to work</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work#c0f318ad1da7c471d989ea0520120c639">karstenj</a>:Any update on when the new release might come. &nbsp;I would like to get the last achievement. &nbsp;Thanks.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work/2af26b009b554e628c91a058016c8357#2af26b009b554e628c91a058016c8357</link>
		<pubDate>Mon, 21 May 2012 22:07:09 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work/2af26b009b554e628c91a058016c8357#2af26b009b554e628c91a058016c8357</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>25</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Cannot get &quot;Show Me The Cache&quot; Achievement to work</title>
		<description><![CDATA[<p>@maddus yes I did, recompile too and running the app.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work/4e924e82b9724a1ca2f7a056001f7f1f#4e924e82b9724a1ca2f7a056001f7f1f</link>
		<pubDate>Sat, 19 May 2012 01:54:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work/4e924e82b9724a1ca2f7a056001f7f1f#4e924e82b9724a1ca2f7a056001f7f1f</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>25</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Cannot get &quot;Show Me The Cache&quot; Achievement to work</title>
		<description><![CDATA[<p>@maddus I did that and it did not work. &nbsp;So I tried updating my hosts file to hasve the address point to the right ip address and still no luck. &nbsp;I'm assuming it needs to be a successful call or something.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work/9a058f5c594142eb90a0a05500ccbd21#9a058f5c594142eb90a0a05500ccbd21</link>
		<pubDate>Fri, 18 May 2012 12:25:25 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work/9a058f5c594142eb90a0a05500ccbd21#9a058f5c594142eb90a0a05500ccbd21</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>25</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Cannot get &quot;Show Me The Cache&quot; Achievement to work</title>
		<description><![CDATA[<p>@karstenj when is the next version comming out. &nbsp;I can't workaround the issues with a simple host file spoof or anything of that nature because of acs security. &nbsp;I'm really anxious to get this one since it's my last. &nbsp;Thanks.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work/8b7a1df893714cbc9af7a05401161fd8#8b7a1df893714cbc9af7a05401161fd8</link>
		<pubDate>Thu, 17 May 2012 16:52:37 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work/8b7a1df893714cbc9af7a05401161fd8#8b7a1df893714cbc9af7a05401161fd8</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>25</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>@karstenj Any suggestions?&nbsp; Thanks.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/31e96e0d24bb49a4bf7ca052011dc5d4#31e96e0d24bb49a4bf7ca052011dc5d4</link>
		<pubDate>Tue, 15 May 2012 17:20:28 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/31e96e0d24bb49a4bf7ca052011dc5d4#31e96e0d24bb49a4bf7ca052011dc5d4</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Cannot get &quot;Show Me The Cache&quot; Achievement to work</title>
		<description><![CDATA[<p>@karstenj Any suggestions?&nbsp; Thanks.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work/f88c875fc9944062a280a052011da954#f88c875fc9944062a280a052011da954</link>
		<pubDate>Tue, 15 May 2012 17:20:03 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work/f88c875fc9944062a280a052011da954#f88c875fc9944062a280a052011da954</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>25</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Cannot get &quot;Show Me The Cache&quot; Achievement to work</title>
		<description><![CDATA[<p>This is in my web.config of a Azure WCF Service Project.</p><p><pre class="brush: sql">&lt;dataCacheClient name=&quot;default&quot;&gt;
  &lt;hosts&gt;
    &lt;host name=&quot;***.cache.windows.net&quot; cachePort=&quot;22233&quot; /&gt;
  &lt;/hosts&gt;
  &lt;securityProperties mode=&quot;Message&quot;&gt;
    &lt;messageSecurity authorizationInfo=&quot;***&quot;&gt;&lt;/messageSecurity&gt;
  &lt;/securityProperties&gt;
&lt;/dataCacheClient&gt;</pre></p><p>Here is the use of it in code</p><p><pre class="brush: csharp">string GetCache()
{
    DataCacheFactory cacheFactory = new DataCacheFactory();
    DataCache cache = cacheFactory.GetDefaultCache();
    cache.Put(&quot;item&quot;, &quot;value&quot;);
    var r = (string)cache.Get(&quot;item&quot;);
    return r;
}</pre></p><p>Also this is the last achievement i need to have them all so please help. &nbsp;Thanks so much.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work/2ca798e128fd48489884a050000cf251#2ca798e128fd48489884a050000cf251</link>
		<pubDate>Sun, 13 May 2012 00:47:08 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work/2ca798e128fd48489884a050000cf251#2ca798e128fd48489884a050000cf251</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>25</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>Okay this is the last one I need to get and then I have all of them so please help. &nbsp; Thanks.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/c907329a1a474c16910ca050000bd144#c907329a1a474c16910ca050000bd144</link>
		<pubDate>Sun, 13 May 2012 00:43:01 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/c907329a1a474c16910ca050000bd144#c907329a1a474c16910ca050000bd144</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Tired Of Waiting In Line&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>Okay I kept messing around with this one and found even more timeout settings and finally got the achievement. &nbsp;No help needed here. &nbsp;Thanks.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Tired-Of-Waiting-In-Line-Azure-Achievement-to-work/1e05392573dc4128a707a050000ab718#1e05392573dc4128a707a050000ab718</link>
		<pubDate>Sun, 13 May 2012 00:39:00 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Tired-Of-Waiting-In-Line-Azure-Achievement-to-work/1e05392573dc4128a707a050000ab718#1e05392573dc4128a707a050000ab718</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Tired Of Waiting In Line&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>I've followed the guide here</p><p><a href="http://www.windowsazure.com/en-us/develop/net/how-to-guides/queue-service/">http&#58;&#47;&#47;www.windowsazure.com&#47;en-us&#47;develop&#47;net&#47;how-to-guides&#47;queue-service&#47;</a></p><p>Here is my storage connection string &quot;DefaultEndpointsProtocol=https;AccountName=***;AccountKey=***&quot;</p><p>And here is my code that i have successfully&nbsp;debugged locally and tested it works and also deployed to Azure.</p><p><pre class="brush: csharp">        int Queue()
        {
            CloudStorageAccount storageAccount = CloudStorageAccount.Parse(RoleEnvironment.GetConfigurationSettingValue(&quot;StorageConnectionString&quot;));
            CloudQueueClient queueClient = storageAccount.CreateCloudQueueClient();
            CloudQueue queue = queueClient.GetQueueReference(&quot;myqueue&quot;);
            queue.CreateIfNotExist();

            CloudQueueMessage message = new CloudQueueMessage(&quot;Hello, World&quot;);
            queue.AddMessage(message);

            CloudQueueMessage retrievedMessage = queue.GetMessage(TimeSpan.FromSeconds(1));
            Thread.Sleep(2);
            var msgs = queue.GetMessages(1, TimeSpan.FromSeconds(60));
            msgs.ToList().ForEach(msg =&gt; queue.DeleteMessage(msg));
            queue.Delete();
            return 0;
        }
</pre></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Tired-Of-Waiting-In-Line-Azure-Achievement-to-work/42c85acec59f45dd866ca04f0178e93d#42c85acec59f45dd866ca04f0178e93d</link>
		<pubDate>Sat, 12 May 2012 22:52:17 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Tired-Of-Waiting-In-Line-Azure-Achievement-to-work/42c85acec59f45dd866ca04f0178e93d#42c85acec59f45dd866ca04f0178e93d</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>Here is my code using the Cache that IS working</p><p><pre class="brush: csharp">        string GetCache()
        {
            DataCacheFactory cacheFactory = new DataCacheFactory();
            DataCache cache = cacheFactory.GetDefaultCache();
            cache.Put(&quot;item&quot;, &quot;value&quot;);
            var r = (string)cache.Get(&quot;item&quot;);
            return r;
        }
</pre></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/b975052af4964beb9795a04f0175558f#b975052af4964beb9795a04f0175558f</link>
		<pubDate>Sat, 12 May 2012 22:39:16 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/b975052af4964beb9795a04f0175558f#b975052af4964beb9795a04f0175558f</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p><pre class="brush: xml">    &lt;dataCacheClient name=&quot;default&quot;&gt;
      &lt;hosts&gt;
        &lt;host name=&quot;***.cache.windows.net&quot; cachePort=&quot;22233&quot; /&gt;
      &lt;/hosts&gt;
      &lt;securityProperties mode=&quot;Message&quot;&gt;
        &lt;messageSecurity authorizationInfo=&quot;***&quot;&gt;&lt;/messageSecurity&gt;
      &lt;/securityProperties&gt;
    &lt;/dataCacheClient&gt;
</pre></p><p>&nbsp;</p><p>And it's in my web.config of a WCF Cloud Service Project that is successfully&nbsp;hosted in Azure and working with the cache. &nbsp;I have also debugged locally this project and stepped over the lines that read and write to the cache and it is working as expected.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/ed496703380a44c0b228a04f016f7000#ed496703380a44c0b228a04f016f7000</link>
		<pubDate>Sat, 12 May 2012 22:17:47 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/ed496703380a44c0b228a04f016f7000#ed496703380a44c0b228a04f016f7000</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Cannot get &quot;Show Me The Cache&quot; Achievement to work</title>
		<description><![CDATA[<p>Any idea what's going on here?&nbsp; Thanks.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work/5adae8f3ab914abebfeca04d00e871d2#5adae8f3ab914abebfeca04d00e871d2</link>
		<pubDate>Thu, 10 May 2012 14:06:18 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Cannot-get-Show-Me-The-Cache-Achievement-to-work/5adae8f3ab914abebfeca04d00e871d2#5adae8f3ab914abebfeca04d00e871d2</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>25</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>Any idea what's going on here?&nbsp; Thanks.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/b09de4237dce48248bbca04d00e85db5#b09de4237dce48248bbca04d00e85db5</link>
		<pubDate>Thu, 10 May 2012 14:06:01 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/b09de4237dce48248bbca04d00e85db5#b09de4237dce48248bbca04d00e85db5</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Cannot get &quot;Show Me The Cache&quot; Azure Achievement to work</title>
		<description><![CDATA[<p>I followed the guide here:</p><p><a href="http://www.windowsazure.com/en-us/develop/net/how-to-guides/cache/">http://www.windowsazure.com/en-us/develop/net/how-to-guides/cache/</a></p><p>exactly and my cache is working as expected I am able to store and retrieve data so why has the achievement not shown up? &nbsp;The azure account I am connecting to is my companies and has been around for a while. &nbsp;I'm assuming there is something in VS that should be triggering this but it is not. &nbsp;Thanks.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/dcf8d043a49043aab02ca04c0034f644#dcf8d043a49043aab02ca04c0034f644</link>
		<pubDate>Wed, 09 May 2012 03:12:49 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/Cannot-get-Show-Me-The-Cache-Azure-Achievement-to-work/dcf8d043a49043aab02ca04c0034f644#dcf8d043a49043aab02ca04c0034f644</guid>
		<dc:creator>Aaron Stainback</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AceHack/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>