<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:series="http://organizeseries.com/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Chris Koenig</title>
	
	<link>http://chriskoenig.net</link>
	<description>Microsoft Technical Evangelist</description>
	<lastBuildDate>Wed, 06 Feb 2013 03:13:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ChrisKoenig" /><feedburner:info uri="chriskoenig" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>33.143792</geo:lat><geo:long>-96.839386</geo:long><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license><image><link>http://feeds.feedburner.com/ChrisKoenig</link><url>http://www.feedburner.com/fb/images/pub/fb_pwrd.gif</url><title>Chris Koenig</title></image><feedburner:emailServiceId>ChrisKoenig</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FChrisKoenig" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FChrisKoenig" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/ChrisKoenig" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FChrisKoenig" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.live.com/?add=http%3A%2F%2Ffeeds.feedburner.com%2FChrisKoenig" src="http://tkfiles.storage.msn.com/x1piYkpqHC_35nIp1gLE68-wvzLZO8iXl_JMledmJQXP-XTBOLfmQv4zhj4MhcWEJh_GtoBIiAl1Mjh-ndp9k47If7hTaFno0mxW9_i3p_5qQw">Subscribe with Live.com</feedburner:feedFlare><feedburner:feedFlare href="http://www.addtoany.com/?linkname=Chris%20Koenig&amp;linkurl=http%3A%2F%2Ffeeds.feedburner.com%2FChrisKoenig&amp;type=feed" src="http://www.addtoany.com/addfr-b.gif">Add to Any Feed Reader</feedburner:feedFlare><item>
		<title>Windows Phone 8 Starter Kit for WordPress</title>
		<link>http://feedproxy.google.com/~r/ChrisKoenig/~3/rnYEK4KtQPE/</link>
		<comments>http://chriskoenig.net/2013/02/05/windows-phone-8-starter-kit-wordpress/#comments</comments>
		<pubDate>Wed, 06 Feb 2013 03:13:38 +0000</pubDate>
		<dc:creator>Chris Koenig</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Product Announcements]]></category>
		<category><![CDATA[WP8]]></category>

		<guid isPermaLink="false">http://chriskoenig.net/?p=15265</guid>
		<description><![CDATA[After many emails, and much procrastination, I finally had a chance tonight to update the Windows Phone Starter Kit for WordPress over to Windows Phone 8 and update it to support WordPress 3.5.1. For those of you running the old WP7 version, the changes you need to make to support WordPress 3.5.1 are pretty simple, [...]]]></description>
				<content:encoded><![CDATA[<p>After many emails, and much procrastination, I finally had a chance tonight to update the Windows Phone Starter Kit for WordPress over to Windows Phone 8 and update it to support WordPress 3.5.1.</p>
<p>For those of you running the old WP7 version, the changes you need to make to support WordPress 3.5.1 are pretty simple, but do require a bit of code writing.  To make it as easy as possible, this set of steps *should* work for a simple update:</p>
<ol>
<li>Open your Starter Kit in Visual Studio 2012 (this is now a Windows Phone 8 project, not a Windows Phone 7 project, so Visual Studio 2012 is now <strong>required</strong>).</li>
<li>Copy all the code from https://github.com/ChrisKoenig/Windows-Phone-Starter-Kit-for-WordPress/blob/master/Networking/WordPressPlugInReader.cs and paste over the top of the existing code in your Visual Studio project.</li>
<li>Recompile and test locally</li>
</ol>
<p>Basically what I had to do was add a variable parameter to each of the query strings on the URIs requesting data from the WordPress site as it seems that WP3.5+ is caching the data based on the query string parameters now, which it didn&#8217;t used to do before.</p>
<p>If this doesn&#8217;t work, let me know and I&#8217;ll try to help walk you through it.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=rnYEK4KtQPE:qvCu4OmI-aE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=rnYEK4KtQPE:qvCu4OmI-aE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?i=rnYEK4KtQPE:qvCu4OmI-aE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=rnYEK4KtQPE:qvCu4OmI-aE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?i=rnYEK4KtQPE:qvCu4OmI-aE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=rnYEK4KtQPE:qvCu4OmI-aE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ChrisKoenig/~4/rnYEK4KtQPE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://chriskoenig.net/2013/02/05/windows-phone-8-starter-kit-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://chriskoenig.net/2013/02/05/windows-phone-8-starter-kit-wordpress/</feedburner:origLink></item>
		<item>
		<title>CowTown Code Camp</title>
		<link>http://feedproxy.google.com/~r/ChrisKoenig/~3/jIQz-tAZT5s/</link>
		<comments>http://chriskoenig.net/2013/01/07/cowtown-code-camp/#comments</comments>
		<pubDate>Mon, 07 Jan 2013 14:04:03 +0000</pubDate>
		<dc:creator>Chris Koenig</dc:creator>
				<category><![CDATA[CodeCamp]]></category>
		<category><![CDATA[Dallas]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Fort Worth]]></category>
		<category><![CDATA[Texas]]></category>

		<guid isPermaLink="false">http://chriskoenig.net/?p=15258</guid>
		<description><![CDATA[Cory, Teresa, and the folks over at the Fort Worth .NET User Group have finally realized a lifelong dream &#8211; a code camp based in Fort Worth for the Fort Worth .NET Community! Announcing the CowTown Code Camp! Those of you in the North Dallas area, please be advised that the CowTown Code Camp is [...]]]></description>
				<content:encoded><![CDATA[<p>Cory, Teresa, and the folks over at the <a href="http://fwdnug.com">Fort Worth .NET User Group</a> have finally realized a lifelong dream &#8211; a code camp based in Fort Worth for the Fort Worth .NET Community!</p>
<p>Announcing the <a href="http://cowtowncodecamp.com">CowTown Code Camp</a>!</p>
<p>Those of you in the North Dallas area, please be advised that the CowTown Code Camp is officially scheduled and ready for registrations! Festivities occur on March 16th at the Pier One headquarters in downtown Fort Worth. In addition to standard sessions, there will be an &#8220;experts room&#8221; setup where technical experts will be on hand to answer any questions you may have and to have mini sessions to go through short labs or demos. This room will have it&#8217;s own schedule and activities to be posted by Feb 3rd.</p>
<p>If you&#8217;re interested in speaking at the Code Camp, the call for speakers is still open &#8211; just send your information in to the <a href="http://cowtowncodecamp.azurewebsites.net/speakers-and-topics/2013/1/4/call-for-speakers.aspx">Speaker Submission page</a> on their website.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=jIQz-tAZT5s:rm0pfN6HMEs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=jIQz-tAZT5s:rm0pfN6HMEs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?i=jIQz-tAZT5s:rm0pfN6HMEs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=jIQz-tAZT5s:rm0pfN6HMEs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?i=jIQz-tAZT5s:rm0pfN6HMEs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=jIQz-tAZT5s:rm0pfN6HMEs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ChrisKoenig/~4/jIQz-tAZT5s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://chriskoenig.net/2013/01/07/cowtown-code-camp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://chriskoenig.net/2013/01/07/cowtown-code-camp/</feedburner:origLink></item>
		<item>
		<title>Want to be a Microsoft Evangelist?</title>
		<link>http://feedproxy.google.com/~r/ChrisKoenig/~3/5ogwCOdDMXY/</link>
		<comments>http://chriskoenig.net/2013/01/01/microsoft-evangelist/#comments</comments>
		<pubDate>Wed, 02 Jan 2013 03:58:15 +0000</pubDate>
		<dc:creator>Chris Koenig</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://chriskoenig.net/?p=15249</guid>
		<description><![CDATA[Once in a great while, a job opening on our team will come available. As this doesn&#8217;t happen that often, I wanted to make sure to share that news with everyone so that we get a good sampling of candidates submitting for the position. As many of you know, I&#8217;ve been with Microsoft for almost [...]]]></description>
				<content:encoded><![CDATA[<p>Once in a great while, a job opening on our team will come available. As this doesn&#8217;t happen that often, I wanted to make sure to share that news with everyone so that we get a good sampling of candidates submitting for the position.</p>
<p>As many of you know, I&#8217;ve been with Microsoft for almost 6 years, all of that time in a Technical Evangelist role. An opportunity has become available for me to move into Management within our team, which opens up my old position for a new, fresh face.  If you think that fresh face should be you, I&#8217;d encourage you to fill out the online recruiting form and send in your resume using the following link:</p>
<p style="font-size: 16pt;"><a href="http://aka.ms/TechnicalEvangelist">http://aka.ms/TechnicalEvangelist</a></p>
<p>What we&#8217;re looking for is summed up nicely in the job description there &#8211; it&#8217;s a technical role for experienced developers to drive adoption of Microsoft developer technologies &#8211; specifically Windows 8, Windows Azure and Windows Phone &#8211; in the broad developer community across Texas, Oklahoma, Arkansas and Louisiana. You&#8217;ll get to flex a combination of technical, sales, marketing and business management skills as well as work closely with teammates across the district, the region and the US to deliver high-quality outcomes against a challenging scorecard.  It&#8217;s not an easy job, but can be a very rewarding one &#8211; I should know, as I&#8217;ve been doing that job for almost 6 years!</p>
<p>If you have any questions about the position, please send me mail at <a href="mailto:chris.koenig@microsoft.com">chris.koenig@microsoft.com</a> and I&#8217;ll do my best to answer your questions. Please don&#8217;t post comments here as I want to keep our conversations private. I expect we&#8217;ll be moving forward soon to identify a set of candidates to do technical screening, so make sure to get your application in quickly!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=5ogwCOdDMXY:JowfDYVGAHo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=5ogwCOdDMXY:JowfDYVGAHo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?i=5ogwCOdDMXY:JowfDYVGAHo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=5ogwCOdDMXY:JowfDYVGAHo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?i=5ogwCOdDMXY:JowfDYVGAHo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=5ogwCOdDMXY:JowfDYVGAHo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ChrisKoenig/~4/5ogwCOdDMXY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://chriskoenig.net/2013/01/01/microsoft-evangelist/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://chriskoenig.net/2013/01/01/microsoft-evangelist/</feedburner:origLink></item>
		<item>
		<title>Rock Paper Azure Redux</title>
		<link>http://feedproxy.google.com/~r/ChrisKoenig/~3/tEirAh6VZW0/</link>
		<comments>http://chriskoenig.net/2012/12/18/rock-paper-azure-redux/#comments</comments>
		<pubDate>Tue, 18 Dec 2012 22:48:22 +0000</pubDate>
		<dc:creator>Chris Koenig</dc:creator>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[ITPro]]></category>
		<category><![CDATA[Product Announcements]]></category>
		<category><![CDATA[USCloud]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://chriskoenig.net/?p=15225</guid>
		<description><![CDATA[Have you heard the news? We&#8217;ve recently raised the stakes with Rock Paper Azure game. This cloud-based coding challenge is back for just six weeks &#8211; and anyone can win! Simply get your Windows Azure account, and build and upload a bot (or re-boot your existing bot if you&#8217;ve already built one). Tweet about it [...]]]></description>
				<content:encoded><![CDATA[<p>Have you heard the news? We&#8217;ve recently raised the stakes with <a href="http://rockpaperazure.com">Rock Paper Azure</a> game. This cloud-based coding challenge is back for just <strong>six weeks</strong> &#8211; and <i>anyone</i> can win! Simply get your Windows Azure account, and build and upload a bot (or re-boot your existing bot if you&#8217;ve already built one). Tweet about it with <strong>#AzureRPS</strong> to <strong><a href="http://twitter.com/rockpaperazure">@RockPaperAzure</a></strong> and you&#8217;ll be automatically entered to win one of five weekly prizes. When the dust settles, we&#8217;ll enter each week&#8217;s top 10 bots (60 total) in a random draw for one of three grand prizes.</p>
<ul>
<li>1st Prize: A Surface tablet.</li>
<li>2nd Prize: A 4GB Xbox 360 with Kinect.</li>
<li>3rd Prize: A Kinect Sensor for Xbox 360.</li>
</ul>
<p><strong>Don&#8217;t have an azure account?</strong> Get a <strong>FREE</strong> 90-day trial at <a href="http://chriskoenig.net/go/azure/">http://aka.ms/thecloud</a>.</p>
<p><strong>Don&#8217;t have an existing bot?</strong> Build a new one by visiting the <a href="http://rockpaperazure.com/gettingstarted.aspx">Getting Started</a> page on the Rock Paper Azure website.</p>
<p>Full details can be found at the Rock Paper Azure website, located at <a href="http://www.rockpaperazure.com/">http://www.rockpaperazure.com/</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=tEirAh6VZW0:8ZQ-tuZind4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=tEirAh6VZW0:8ZQ-tuZind4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?i=tEirAh6VZW0:8ZQ-tuZind4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=tEirAh6VZW0:8ZQ-tuZind4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?i=tEirAh6VZW0:8ZQ-tuZind4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=tEirAh6VZW0:8ZQ-tuZind4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ChrisKoenig/~4/tEirAh6VZW0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://chriskoenig.net/2012/12/18/rock-paper-azure-redux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://chriskoenig.net/2012/12/18/rock-paper-azure-redux/</feedburner:origLink></item>
		<item>
		<title>WNS Badge, Toast and Tile Reference</title>
		<link>http://feedproxy.google.com/~r/ChrisKoenig/~3/3naJaLV-KyI/</link>
		<comments>http://chriskoenig.net/2012/12/13/wns-badge-toast-tile-reference/#comments</comments>
		<pubDate>Thu, 13 Dec 2012 17:57:29 +0000</pubDate>
		<dc:creator>Chris Koenig</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[USCloud]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Windows Azure Mobile Services]]></category>
		<category><![CDATA[WP8]]></category>

		<guid isPermaLink="false">http://chriskoenig.net/?p=15207</guid>
		<description><![CDATA[Using WNS as part of your Windows 8 Store app? Digging into Windows Azure Mobile Services?  The Windows Notification Service is a key part of the Windows 8 platform and really great apps know how to use Push Notifications to make their great apps awesome. Here&#8217;s a reference I got from my teammate Nick Harris [...]]]></description>
				<content:encoded><![CDATA[<p>Using <a href="http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh913756.aspx">WNS</a> as part of your Windows 8 Store app? Digging into <a href="http://www.windowsazure.com/en-us/develop/mobile/">Windows Azure Mobile Services</a>?  The Windows Notification Service is a key part of the Windows 8 platform and really great apps know how to use Push Notifications to make their great apps awesome.</p>
<p>Here&#8217;s a reference I got from my teammate <a href="http://www.nickharris.net/" target="_blank">Nick Harris</a> showing off all the variations of Push Notification messages you can send to a Windows 8 machine, either manually from your own code, or from node.js scripts in your Windows Azure Mobile Services.</p>
<p>Toast variants: <a href="http://aka.ms/wnstoast" target="_blank">http://aka.ms/wnstoast</a></p>
<p>Tile variants: <a href="http://aka.ms/wnstile" target="_blank">http://aka.ms/wnstile</a></p>
<p>Badge variants: <a href="http://aka.ms/wnsbadge" target="_blank">http://aka.ms/wnsbadge</a></p>
<p>For the Mobile Services developer, these manifest themselves in the node javascript code something like this:</p>
<pre class="brush:javascript">var parms = {
    image1src: 'http://link.to/myimage.jpg',
    image1alt: 'Alt tag for my image',
    text1: 'Text to put into the notification'
};
push.wns.sendToastImageAndText01(channel, parms);</pre>
<p>Check out these links to learn what badge, tile or toast message options are available, and choose the one that makes the most sense for you and your app.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=3naJaLV-KyI:285ZewQ0hN8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=3naJaLV-KyI:285ZewQ0hN8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?i=3naJaLV-KyI:285ZewQ0hN8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=3naJaLV-KyI:285ZewQ0hN8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?i=3naJaLV-KyI:285ZewQ0hN8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=3naJaLV-KyI:285ZewQ0hN8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ChrisKoenig/~4/3naJaLV-KyI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://chriskoenig.net/2012/12/13/wns-badge-toast-tile-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://chriskoenig.net/2012/12/13/wns-badge-toast-tile-reference/</feedburner:origLink></item>
		<item>
		<title>Activating your BizSpark MSDN Azure Benefits</title>
		<link>http://feedproxy.google.com/~r/ChrisKoenig/~3/___ElrXcK9M/</link>
		<comments>http://chriskoenig.net/2012/12/12/activating-bizspark-msdn-azure-benefits-2/#comments</comments>
		<pubDate>Wed, 12 Dec 2012 19:24:49 +0000</pubDate>
		<dc:creator>Chris Koenig</dc:creator>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[ITPro]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Startup]]></category>
		<category><![CDATA[USCloud]]></category>

		<guid isPermaLink="false">http://chriskoenig.net/?p=15201</guid>
		<description><![CDATA[Every BizSpark member has a set of Azure benefits that come with their MSDN subscriptions. These benefits are outlined in the graphic below: Activating your Azure Benefits is a simple process requiring just 3 steps: Activate Windows Azure Subscription Sign into your MSDN Benefits page at http://aka.ms/ActivateMSDN Use the Windows Azure Platform link from MyAccount [...]]]></description>
				<content:encoded><![CDATA[<p>Every BizSpark member has a set of Azure benefits that come with their MSDN subscriptions. These benefits are outlined in the graphic below:</p>
<p><a href="http://chriskoenig.net/wp-content/uploads/2012/12/azure-msdn-benefits.png"><img class="alignnone  wp-image-15195" alt="azure msdn benefits" src="http://chriskoenig.net/wp-content/uploads/2012/12/azure-msdn-benefits.png" width="371" height="250" /></a></p>
<p>Activating your Azure Benefits is a simple process requiring just 3 steps:</p>
<ol>
<li><strong>Activate Windows Azure Subscription</strong>
<ul>
<li>Sign into your MSDN Benefits page at <a href="http://aka.ms/ActivateMSDN">http://aka.ms/ActivateMSDN</a></li>
<li>Use the <strong>Windows Azure Platform</strong> link from <strong>MyAccount</strong> and follow the steps to &#8220;Activate&#8221; your MSDN benefits.</li>
<li>Access Windows Azure features through the developer portal at <a href="http://manage.windowsazure.com">http://manage.windowsazure.com</a></li>
</ul>
</li>
<li><strong>Download the Developer Tools:</strong> Windows Azure is an open and scalable platform for building amazing applications in the cloud. To that end, we have multiple Open Source SDKs for various platforms and technologies. Here are some convenience links to getting all the tools you&#8217;ll need:
<ul>
<li><a href="http://aka.ms/GetAzureNow">Visual Studio 2010/2012</a></li>
<li><a href="http://www.windowsazure.com/en-us/develop/php/">PHP</a></li>
<li><a href="http://www.windowsazure.com/en-us/develop/java/">Java</a></li>
<li><a href="http://www.windowsazure.com/en-us/develop/nodejs/">Node.js</a></li>
<li><a href="http://www.windowsazure.com/en-us/develop/python/">Python</a></li>
<li><a href="http://www.windowsazure.com/en-us/develop/mobile/">Windows Azure Mobile Services</a>: Develop scalable mobile applications for Windows 8, Windows Phone 8, iOS and Android with this powerful SDK</li>
</ul>
</li>
<li><strong>Get the Training:</strong> The Windows Azure Training Kit includes a comprehensive set of technical content to help you learn how to use Windows Azure and SQL Azure. The training kit has updated content for folks using either Visual Studio 2012 or Visual Studio 2010 tool sets. It also contains plenty of content to help you learn features currently in preview such as Windows Azure Virtual Machine, Windows Azure Virtual Networks and Windows Azure Media Services.
<ul>
<li>Windows Azure Training Kit (<a href="http://aka.ms/watk">Download</a>, <a href="http://aka.ms/watk-git">Source @ GitHub</a>)</li>
<li><a href="http://channel9.msdn.com/shows/Cloud+Cover/">Channel 9 Cloud Cover Show</a></li>
<li><a href="http://go.microsoft.com/fwlink/p/?linkid=235195&amp;clcid=0x409">Windows Azure Forums</a></li>
<li><a href="http://code.msdn.microsoft.com/windowsazure/">Windows Azure Code Samples</a></li>
</ul>
</li>
</ol>
<p>Simple, right? BizSpark members &#8211; follow these steps and get your benefits activated today. Once activated, download your favorite SDK and get busy building amazing applications in the cloud!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=___ElrXcK9M:Nf-_M2mSrbk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=___ElrXcK9M:Nf-_M2mSrbk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?i=___ElrXcK9M:Nf-_M2mSrbk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=___ElrXcK9M:Nf-_M2mSrbk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?i=___ElrXcK9M:Nf-_M2mSrbk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=___ElrXcK9M:Nf-_M2mSrbk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ChrisKoenig/~4/___ElrXcK9M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://chriskoenig.net/2012/12/12/activating-bizspark-msdn-azure-benefits-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://chriskoenig.net/2012/12/12/activating-bizspark-msdn-azure-benefits-2/</feedburner:origLink></item>
		<item>
		<title>Microsoft DevRadio: Community Corner – Why I Switched to Windows Azure</title>
		<link>http://feedproxy.google.com/~r/ChrisKoenig/~3/TA_Oyu7DA3s/</link>
		<comments>http://chriskoenig.net/2012/12/06/microsoft-devradio-community-corner-switched-windows-azure/#comments</comments>
		<pubDate>Fri, 07 Dec 2012 01:53:02 +0000</pubDate>
		<dc:creator>Chris Koenig</dc:creator>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Startup]]></category>
		<category><![CDATA[USCloud]]></category>
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://chriskoenig.net/?p=15182</guid>
		<description><![CDATA[This entry is part 3 of 3 in the series Dev Radio: Community CornerI recently had the opportunity to chat with Principal Architect for Excolo Group, Casey Watson on how Casey recently made the switch from Amazon EC2 Cloud Services to Windows Azure. Tune in to hear us chat about the reasons why he moved [...]]]></description>
				<content:encoded><![CDATA[<div class="seriesmeta">This entry is part 3 of 3 in the series <a href="http://chriskoenig.net/series/dev-radio-community-corner/" class="series-145" title="Dev Radio: Community Corner">Dev Radio: Community Corner</a></div><p>I recently had the opportunity to chat with Principal Architect for Excolo Group, <a href="http://caseyinpoint.tumblr.com/" target="_blank">Casey Watson</a> on how Casey recently made the switch from Amazon EC2 Cloud Services to <a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200154482" target="_blank">Windows Azure</a>. Tune in to hear us chat about the reasons why he moved over to Azure as they discuss IaaS (Infrastructure as a Service) and PaaS (Platform as a Service) key differences and benefits.</p>
<p><iframe style="width: 512px; height: 288px;" src="http://channel9.msdn.com/Blogs/DevRadio/Microsoft-DevRadio-Community-CornerWhy-I-Switched-to-Windows-Azure/player?w=512&amp;h=288" frameborder="0" scrolling="no" width="320" height="240"></iframe></p>
<p><strong>Next Steps:</strong> <strong></strong></p>
<ul>
<li><a href="http://chriskoenig.net/go/azure/">Try Windows Azure: No cost. No Obligation. 90-day FREE trial.</a></li>
<li><a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200114878" target="_blank">Download Visual Studio Express for Windows 8</a></li>
<li><a href="http://aka.ms/MyGreatIdea">Start building your own Apps for Windows 8</a></li>
</ul>
<p>Subscribe to the podcast via <a href="http://itunes.apple.com/us/podcast/devradio-mp4-channel-9/id544163838">iTunes</a>, <a href="http://social.zune.net/podcast/DevRadio-(Video)-Channel-9/9c81fe03-fee0-4902-b2cc-61339d607af6">Zune</a>, or <a href="http://channel9.msdn.com/Blogs/DevRadio/feed/mp4">RSS</a></p>
<p><strong>Register for our Windows Azure Hands-on Lab Online (HOLO) events today!</strong></p>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/jj618399">Windows Azure Hands-on Labs Online</a></li>
</ul>
<p><strong>Virtual Labs:</strong></p>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/dd540819.aspx">MSDN Virtual Labs: Windows Azure</a></li>
</ul>
<p><strong>Download</strong></p>
<ul>
<li><a href="http://media.ch9.ms/ch9/1a2f/2f365c2e-43c0-42bc-8ebc-56034e6d1a2f/DevRadioCommunityCornerWinAzure.mp3">MP3</a> (Audio only)</li>
<li><a href="http://media.ch9.ms/ch9/1a2f/2f365c2e-43c0-42bc-8ebc-56034e6d1a2f/DevRadioCommunityCornerWinAzure.mp4">MP4</a> (iPod, Zune HD)</li>
<li><a href="http://media.ch9.ms/ch9/1a2f/2f365c2e-43c0-42bc-8ebc-56034e6d1a2f/DevRadioCommunityCornerWinAzure_high.mp4">High Quality MP4</a> (iPad, PC)</li>
<li><a href="http://media.ch9.ms/ch9/1a2f/2f365c2e-43c0-42bc-8ebc-56034e6d1a2f/DevRadioCommunityCornerWinAzure_mid.mp4">Mid Quality MP4</a> (WP7, HTML5)</li>
<li><a href="http://media.ch9.ms/ch9/1a2f/2f365c2e-43c0-42bc-8ebc-56034e6d1a2f/DevRadioCommunityCornerWinAzure_Source.wmv">High Quality WMV</a> (PC, Xbox, MCE)</li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=TA_Oyu7DA3s:tV4aWyl9ziI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=TA_Oyu7DA3s:tV4aWyl9ziI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?i=TA_Oyu7DA3s:tV4aWyl9ziI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=TA_Oyu7DA3s:tV4aWyl9ziI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?i=TA_Oyu7DA3s:tV4aWyl9ziI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=TA_Oyu7DA3s:tV4aWyl9ziI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ChrisKoenig/~4/TA_Oyu7DA3s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://chriskoenig.net/2012/12/06/microsoft-devradio-community-corner-switched-windows-azure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.ch9.ms/ch9/1a2f/2f365c2e-43c0-42bc-8ebc-56034e6d1a2f/DevRadioCommunityCornerWinAzure.mp3" length="17395886" type="audio/mpeg" />
<enclosure url="http://media.ch9.ms/ch9/1a2f/2f365c2e-43c0-42bc-8ebc-56034e6d1a2f/DevRadioCommunityCornerWinAzure.mp4" length="104177943" type="video/mp4" />
<enclosure url="http://media.ch9.ms/ch9/1a2f/2f365c2e-43c0-42bc-8ebc-56034e6d1a2f/DevRadioCommunityCornerWinAzure_high.mp4" length="227796558" type="video/mp4" />
<enclosure url="http://media.ch9.ms/ch9/1a2f/2f365c2e-43c0-42bc-8ebc-56034e6d1a2f/DevRadioCommunityCornerWinAzure_mid.mp4" length="159801965" type="video/mp4" />
<enclosure url="http://media.ch9.ms/ch9/1a2f/2f365c2e-43c0-42bc-8ebc-56034e6d1a2f/DevRadioCommunityCornerWinAzure_Source.wmv" length="568340227" type="video/asf" />
	
		<series:name><![CDATA[Dev Radio: Community Corner]]></series:name>
	<feedburner:origLink>http://chriskoenig.net/2012/12/06/microsoft-devradio-community-corner-switched-windows-azure/</feedburner:origLink></item>
		<item>
		<title>BizSpark for Startups</title>
		<link>http://feedproxy.google.com/~r/ChrisKoenig/~3/HoivqGBvTro/</link>
		<comments>http://chriskoenig.net/2012/12/05/bizspark-startups/#comments</comments>
		<pubDate>Thu, 06 Dec 2012 05:57:56 +0000</pubDate>
		<dc:creator>Chris Koenig</dc:creator>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[ITPro]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Students]]></category>
		<category><![CDATA[USCloud]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[WP7]]></category>
		<category><![CDATA[WP8]]></category>

		<guid isPermaLink="false">http://chriskoenig.net/?p=15171</guid>
		<description><![CDATA[My good friend and colleague Taylor Cowan has begun working on a blog post series entitled &#8220;25 Ways Software Startups can use BizSpark&#8221;.  Even if you haven&#8217;t already formed a company around your latest great idea, Taylor&#8217;s series will help you understand how startups can take the best advantage of all the amazing features that BizSpark has to [...]]]></description>
				<content:encoded><![CDATA[<p>My good friend and colleague <a href="http://taylorcowanonline.com">Taylor Cowan </a>has begun working on a blog post series entitled &#8220;25 Ways Software Startups can use BizSpark&#8221;.  Even if you haven&#8217;t already formed a company around your latest great idea, Taylor&#8217;s series will help you understand how startups can take the best advantage of all the amazing features that BizSpark has to offer. Today was Day 6 (I know, I&#8217;m a little behind) but there are still 19 more days to come!</p>
<p>Tune into 25 Ways Software Startups can use BizSpark at <a href="http://taylorcowanonline.com">http://taylorcowanonline.com</a></p>
<p><a href="http://bizspark.com">BizSpark</a>, for those that don&#8217;t know, Microsoft® BizSpark® is a global program that helps software startups succeed by giving them access to software development tools, connecting them with key industry players, and providing marketing visibility.  The program also includes access to Windows Azure, a flexible, comprehensive, and powerful cloud platform for the creation of web applications and services.  In addition, BizSpark offers technical support, business training and a network of over 2,000 partners to connect members with incubators, investors, advisors, government agencies and hosters.  Since it was established in 2008, more than 45,000 companies in over 100 countries have joined BizSpark.</p>
<p>Here is the BizSpark membership critera:</p>
<ol>
<li>Privately-held company</li>
<li>Less than 5 years old</li>
<li>Earns less than $1M US per year</li>
<li>In the business of developing software (on any platform, with any language, for any type of device)</li>
</ol>
<p>That means, if you are building a Windows 8 or Windows Phone 8 application that you intend to sell on in their respective marketplaces, you qualify for <a href="http://bizspark.com" target="_blank">BizSpark</a> and can get access to ALL of those amazing benefits!  Contact Taylor today via his blog at <a href="http://taylorcowanonline.com">http://taylorcowanonline.com</a> to find out more about joining the BizSpark family today!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=HoivqGBvTro:F_liVI-3aDY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=HoivqGBvTro:F_liVI-3aDY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?i=HoivqGBvTro:F_liVI-3aDY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=HoivqGBvTro:F_liVI-3aDY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?i=HoivqGBvTro:F_liVI-3aDY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=HoivqGBvTro:F_liVI-3aDY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ChrisKoenig/~4/HoivqGBvTro" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://chriskoenig.net/2012/12/05/bizspark-startups/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://chriskoenig.net/2012/12/05/bizspark-startups/</feedburner:origLink></item>
		<item>
		<title>Solving Real-world Problems with Windows Azure Web Sites</title>
		<link>http://feedproxy.google.com/~r/ChrisKoenig/~3/jv1dVRbydlk/</link>
		<comments>http://chriskoenig.net/2012/11/26/solving-real-world-problems-with-windows-azure-web-sites/#comments</comments>
		<pubDate>Mon, 26 Nov 2012 21:44:24 +0000</pubDate>
		<dc:creator>Chris Koenig</dc:creator>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[USCloud]]></category>

		<guid isPermaLink="false">http://chriskoenig.net/?p=15165</guid>
		<description><![CDATA[One of my peers, Brady Gaster, has released a blog post series on solving real-world problems with Windows Azure Web Sites. Windows Azure Web Sites, as I&#8217;m sure by now you already know, is our hosting platform for web applications in Windows Azure. With three levels of service, WAWS offers a number of ways to [...]]]></description>
				<content:encoded><![CDATA[<p>One of my peers, Brady Gaster, has released a blog post series on solving real-world problems with Windows Azure Web Sites. Windows Azure Web Sites, as I&#8217;m sure by now you already know, is our hosting platform for web applications in Windows Azure. With three levels of service, WAWS offers a number of ways to quickly and easily deploy web sites to the Azure cloud. You can start small and scale as your application needs change and traffic increases.</p>
<p>You can see a list of the posts on Brady&#8217;s web site at the following URL, but I&#8217;ve copied down some abstracts for each post to make it easy for you (and me) to find them later.</p>
<p><a href="http://www.bradygaster.com/solving-real-world-problems-with-windows-azure-web-sites">http://www.bradygaster.com/solving-real-world-problems-with-windows-azure-web-sites</a></p>
<p>And here&#8217;s that list of articles:</p>
<p><a href="http://www.bradygaster.com/multiple-environments-with-windows-azure-web-sites" target="_blank">Multiple Environments with Windows Azure Web Sites</a><br />
In this post I demonstrate how to have production and staging sites set up for your web site so that you can test your changes in a sandbox site before pushing your production site and potentially causing damage to it (and your reputation). If you’ve wondered how to gate your deployments using Windows Azure Web Sites, this is a good place to start. You’ll learn how to use Windows Azure Web Sites with a GitHub.com repository and some creative branching strategies to maintain multiple environments for a site.</p>
<p><a href="http://www.bradygaster.com/managing-multiple-windows-azure-web-site-environments-using-visual-studio-publishing-profiles" target="_blank">Managing Multiple Windows Azure Web Site Environments using Visual Studio Publishing Profiles</a><br />
This post takes the same sort of scenario as presented in the first article. Rather than use GitHub.com as a means to executing a series of gated environment deployments it focuses on the awesome features within Visual Studio for web publishing. Specifically, you’ll see how to use publishing profiles to deploy to multiple Windows Azure Web Sites, so that a team of peers responsible for releasing a site can do so without ever needing to leave Visual Studio.</p>
<p>This post also takes a look at the idea of release management and how this solution answers the question of doing proper release management with a cloud-hosted web site. If you’ve wondered how your SDLC could fit in the idea of continuously maintaining a series of environments for gating your releases using Visual Studio’s super-simple publishing features, this is a great place to start.</p>
<p><a href="http://www.bradygaster.com/windowsazurewebsites-onprem-servicebus" target="_blank">Connecting Windows Azure Web Sites to On-Premises Databases Using Windows Azure Storage Bus</a><br />
This post introduces the idea creating a hybrid cloud setup using a Windows Azure Web Site and the Windows Azure Service Bus, to demonstrate how a web site hosted in Windows Azure can connect to your on-premises enterprise database. If you’ve been wondering how to save data from your Windows Azure Web Site into your local database but didn’t know how to do it, or if you’re thinking of taking baby steps in your move toward cloud computing, this post could provide some good guidance on how to get started.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=jv1dVRbydlk:4U0IipEgk88:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=jv1dVRbydlk:4U0IipEgk88:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?i=jv1dVRbydlk:4U0IipEgk88:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=jv1dVRbydlk:4U0IipEgk88:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?i=jv1dVRbydlk:4U0IipEgk88:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=jv1dVRbydlk:4U0IipEgk88:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ChrisKoenig/~4/jv1dVRbydlk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://chriskoenig.net/2012/11/26/solving-real-world-problems-with-windows-azure-web-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://chriskoenig.net/2012/11/26/solving-real-world-problems-with-windows-azure-web-sites/</feedburner:origLink></item>
		<item>
		<title>Windows 8 Certification Tips</title>
		<link>http://feedproxy.google.com/~r/ChrisKoenig/~3/dh9lbgQEzBw/</link>
		<comments>http://chriskoenig.net/2012/11/19/windows-8-certification-tips/#comments</comments>
		<pubDate>Mon, 19 Nov 2012 19:13:48 +0000</pubDate>
		<dc:creator>Chris Koenig</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://chriskoenig.net/?p=15159</guid>
		<description><![CDATA[My teammate in Ann Arbor, Jennifer Marsman, recently published a blog series on tips for getting your Windows 8 application through the certification process. In the series, she the common problems developers run into when submitting their applications to the Windows 8 Store for certification, and gives some great tips on how to avoid them all together. [...]]]></description>
				<content:encoded><![CDATA[<p>My teammate in Ann Arbor, Jennifer Marsman, recently published a blog series on tips for getting your Windows 8 application through the certification process. In the series, she the common problems developers run into when submitting their applications to the Windows 8 Store for certification, and gives some great tips on how to avoid them all together.</p>
<p><a href="http://blogs.msdn.com/b/jennifer/archive/2012/11/12/common-certification-errors-when-submitting-to-the-windows-store.aspx" target="_blank">Common certification errors when submitting to the Windows Store</a></p>
<p><a href="http://blogs.msdn.com/b/jennifer/archive/2012/11/13/common-windows-store-certification-errors-1-2-app-must-be-fully-functional.aspx" target="_blank">1.2 App must be fully functional</a></p>
<p><a href="http://blogs.msdn.com/b/jennifer/archive/2012/11/14/common-windows-store-certification-errors-3-8-app-must-meet-the-basic-performance-criteria-on-a-low-power-computer.aspx">3.8 App must meet the basic performance criteria</a></p>
<p><a href="http://blogs.msdn.com/b/jennifer/archive/2012/11/15/common-windows-store-certification-errors-4-1-your-app-must-comply-with-privacy-requirements.aspx">4.1 App must comply with privacy requirements</a></p>
<p><a href="http://blogs.msdn.com/b/jennifer/archive/2012/11/16/common-windows-store-certification-errors-6-5-app-must-be-localized.aspx">6.5 App must be localized</a></p>
<p>If you read these, and follow her suggestions, you&#8217;ll have a much easier time getting your app through the certification process and out onto the Windows Store!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=dh9lbgQEzBw:e-hbU3vyYyI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=dh9lbgQEzBw:e-hbU3vyYyI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?i=dh9lbgQEzBw:e-hbU3vyYyI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=dh9lbgQEzBw:e-hbU3vyYyI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?i=dh9lbgQEzBw:e-hbU3vyYyI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ChrisKoenig?a=dh9lbgQEzBw:e-hbU3vyYyI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ChrisKoenig?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ChrisKoenig/~4/dh9lbgQEzBw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://chriskoenig.net/2012/11/19/windows-8-certification-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://chriskoenig.net/2012/11/19/windows-8-certification-tips/</feedburner:origLink></item>
	</channel>
</rss>
