<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2588810754188806843</id><updated>2024-09-16T16:43:13.636-07:00</updated><category term="Developer Licence"/><category term="Renew Developer Licence"/><category term="hello world window 8 app"/><category term="windows 8 application"/><category term="windows 8 store app"/><title type='text'>SubramanyamRaju WindowsStore Apps  Tutorials(C#-XAML)</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://bsubramanyamrajuwp8.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2588810754188806843/posts/default'/><link rel='alternate' type='text/html' href='http://bsubramanyamrajuwp8.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Subramanyam Raju</name><uri>http://www.blogger.com/profile/16975295624164991768</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2588810754188806843.post-5866486307968250325</id><published>2014-02-26T04:24:00.000-08:00</published><updated>2014-02-27T21:12:32.385-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="hello world window 8 app"/><category scheme="http://www.blogger.com/atom/ns#" term="windows 8 application"/><category scheme="http://www.blogger.com/atom/ns#" term="windows 8 store app"/><title type='text'>Hello World Windows Store app c#</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;firstpara&quot; style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; max-width: none; padding-bottom: 5px; padding-top: 5px;&quot;&gt;
&lt;div style=&quot;background-color: white; color: #111111; font-family: &#39;Segoe UI&#39;, Arial, sans-serif; font-size: 14px; letter-spacing: normal; line-height: normal;&quot;&gt;
&amp;nbsp;In order to&amp;nbsp;complete Windows 8 metro style app, our machine need following things:&lt;/div&gt;
&lt;ul style=&quot;background-color: white; border: 0px; color: #111111; font-family: &#39;Segoe UI&#39;, Arial, sans-serif; font-size: 14px; letter-spacing: normal; line-height: normal; margin: 10px 0px; padding: 0px 0px 0px 40px;&quot;&gt;
&lt;li style=&quot;border: 0px; margin: 0px; padding: 0px;&quot;&gt;You need &lt;a href=&quot;http://www.microsoft.com/en-in/download/details.aspx?id=30664&quot; target=&quot;_blank&quot;&gt;Windows 8 with Microsoft Visual Studio Express 2012&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;border: 0px; margin: 0px; padding: 0px;&quot;&gt;&lt;a href=&quot;http://bsubramanyamrajuwp8.blogspot.com/2014/02/how-to-get-developer-license-for.html&quot; target=&quot;_blank&quot;&gt;You need developer license&amp;nbsp;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
In Visual Studio 2012, there are many templates for developing windows apps using c# and XAML. Let&#39;s start with Blank App (XAML) template with c#. First of all create a new Windows Store project with Blank App template with in your VS 2012 as shown below:&lt;/div&gt;
&lt;div class=&quot;span9&quot; style=&quot;box-sizing: border-box; float: left; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 20px; margin-bottom: 5px; margin-right: 20px; min-height: 1px; width: 670px;&quot;&gt;
&lt;img class=&quot;img&quot; contextmenu=&quot;return false;&quot; src=&quot;http://www.windowsappstutorial.com/Content/images/cswinapps/hellowindowsapp.png&quot; style=&quot;-webkit-box-shadow: rgb(157, 157, 157) 0px 0px 10px; border: 0px; box-shadow: rgb(157, 157, 157) 0px 0px 10px; box-sizing: border-box; height: auto; margin: 20px 0px; max-width: 100%; min-width: 100%; text-align: center;&quot; /&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
Before going to modify this template, let&#39;s have look into the structure and elements of this project.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;span9&quot; style=&quot;box-sizing: border-box; float: left; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 20px; margin-bottom: 5px; margin-right: 20px; min-height: 1px; width: 670px;&quot;&gt;
&lt;div class=&quot;span4&quot; style=&quot;box-sizing: border-box; float: left; margin-bottom: 5px; margin-right: 0px; min-height: 1px; width: 300px;&quot;&gt;
&lt;img class=&quot;img&quot; contextmenu=&quot;return false;&quot; src=&quot;http://www.windowsappstutorial.com/Content/images/cswinapps/hellowindowsapp1.png&quot; style=&quot;-webkit-box-shadow: rgb(157, 157, 157) 0px 0px 10px; border: 0px; box-shadow: rgb(157, 157, 157) 0px 0px 10px; box-sizing: border-box; height: auto; margin: 20px 0px; max-width: 100%; min-width: 100%; text-align: center;&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h2 style=&quot;border: 0px; box-sizing: border-box; color: #007acc; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 20pt; font-weight: 500; letter-spacing: 0.01em; line-height: 1.1em; margin: 5px 0px; padding: 0px; width: 670px;&quot;&gt;
The Reference&lt;/h2&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
As you already know, this folder contains the references of the assembly used in the project.&lt;/div&gt;
&lt;h2 style=&quot;border: 0px; box-sizing: border-box; color: #007acc; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 20pt; font-weight: 500; letter-spacing: 0.01em; line-height: 1.1em; margin: 5px 0px; padding: 0px; width: 670px;&quot;&gt;
The Assets&lt;/h2&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
This folder contains the images used in your projects. By default, when you create a new project, the four images are included and each image has its own importance. I have changed the default images with colorful images as shown in the fig.&lt;/div&gt;
&lt;h3 style=&quot;border: 0px; box-sizing: border-box; color: #009e49; font-family: museo-sans-rounded-n1, museo-sans-rounded, sans-serif; font-size: 18pt; font-weight: 100; letter-spacing: 0.01em; line-height: 1.1em; margin: 5px 0px; padding: 0px; width: 670px;&quot;&gt;
Logo&lt;/h3&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
This is the most common image used by your apps. It is of size 150 x 150 pixels. This is also the default background image for your application’s tile on the user’s Start screen.&lt;/div&gt;
&lt;h3 style=&quot;border: 0px; box-sizing: border-box; color: #009e49; font-family: museo-sans-rounded-n1, museo-sans-rounded, sans-serif; font-size: 18pt; font-weight: 100; letter-spacing: 0.01em; line-height: 1.1em; margin: 5px 0px; padding: 0px; width: 670px;&quot;&gt;
SmallLogo&lt;/h3&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
This image is used by your apps when a list of application is shown. It is of size 30 X 30 pixels. For example, when you do a search for an apps in windows 8, then a list of related apps will be shown.&lt;/div&gt;
&lt;div class=&quot;span9&quot; style=&quot;box-sizing: border-box; float: left; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 20px; margin-bottom: 5px; margin-right: 20px; min-height: 1px; width: 670px;&quot;&gt;
&lt;img class=&quot;img&quot; contextmenu=&quot;return false;&quot; src=&quot;http://www.windowsappstutorial.com/Content/images/cswinapps/hellowindowsapp2.png&quot; style=&quot;-webkit-box-shadow: rgb(157, 157, 157) 0px 0px 10px; border: 0px; box-shadow: rgb(157, 157, 157) 0px 0px 10px; box-sizing: border-box; height: auto; margin: 20px 0px; max-width: 100%; min-width: 100%; text-align: center;&quot; /&gt;&lt;/div&gt;
&lt;h3 style=&quot;border: 0px; box-sizing: border-box; color: #009e49; font-family: museo-sans-rounded-n1, museo-sans-rounded, sans-serif; font-size: 18pt; font-weight: 100; letter-spacing: 0.01em; line-height: 1.1em; margin: 5px 0px; padding: 0px; width: 670px;&quot;&gt;
SplashScreen&lt;/h3&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
This image is shown when your windows app starts. It is of size 620 x 300 pixels.&lt;/div&gt;
&lt;h3 style=&quot;border: 0px; box-sizing: border-box; color: #009e49; font-family: museo-sans-rounded-n1, museo-sans-rounded, sans-serif; font-size: 18pt; font-weight: 100; letter-spacing: 0.01em; line-height: 1.1em; margin: 5px 0px; padding: 0px; width: 670px;&quot;&gt;
StoreLogo&lt;/h3&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
This image is used to represent your app in the Windows Store. It is of size 50 x 50 pixels.&lt;/div&gt;
&lt;h2 style=&quot;border: 0px; box-sizing: border-box; color: #007acc; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 20pt; font-weight: 500; letter-spacing: 0.01em; line-height: 1.1em; margin: 5px 0px; padding: 0px; width: 670px;&quot;&gt;
Assemblyinfo.cs&lt;/h2&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
This file contains all of the assembly information for your app like AssemblyVersion, AssemblyCopyright, AssemblyTitle etc. means all the public information used for your app.&lt;/div&gt;
&lt;h2 style=&quot;border: 0px; box-sizing: border-box; color: #007acc; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 20pt; font-weight: 500; letter-spacing: 0.01em; line-height: 1.1em; margin: 5px 0px; padding: 0px; width: 670px;&quot;&gt;
Package.appmanifest&lt;/h2&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
This is the most important file of your windows app that contains all of the configuration, settings, and declarations for your apps. It also defines default background colors, orientations, and specific capabilities that your app required, like access to Location.&lt;/div&gt;
&lt;div class=&quot;span9&quot; style=&quot;box-sizing: border-box; float: left; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 20px; margin-bottom: 5px; margin-right: 20px; min-height: 1px; width: 670px;&quot;&gt;
&lt;div class=&quot;span5&quot; style=&quot;box-sizing: border-box; float: left; margin-bottom: 5px; margin-right: 20px; min-height: 1px; width: 380px;&quot;&gt;
&lt;img class=&quot;img&quot; contextmenu=&quot;return false;&quot; src=&quot;http://www.windowsappstutorial.com/Content/images/cswinapps/hellowindowsapp3.png&quot; style=&quot;-webkit-box-shadow: rgb(157, 157, 157) 0px 0px 10px; border: 0px; box-shadow: rgb(157, 157, 157) 0px 0px 10px; box-sizing: border-box; height: auto; margin: 20px 0px; max-width: 100%; min-width: 100%; text-align: center;&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;span3&quot; style=&quot;box-sizing: border-box; float: left; margin-bottom: 5px; margin-right: 0px; min-height: 1px; width: 250px;&quot;&gt;
&lt;img class=&quot;img&quot; contextmenu=&quot;return false;&quot; src=&quot;http://www.windowsappstutorial.com/Content/images/cswinapps/hellowindowsapp4.png&quot; style=&quot;-webkit-box-shadow: rgb(157, 157, 157) 0px 0px 10px; border: 0px; box-shadow: rgb(157, 157, 157) 0px 0px 10px; box-sizing: border-box; height: auto; margin: 20px 0px; max-width: 100%; min-width: 100%; text-align: center;&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h2 style=&quot;border: 0px; box-sizing: border-box; color: #007acc; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 20pt; font-weight: 500; letter-spacing: 0.01em; line-height: 1.1em; margin: 5px 0px; padding: 0px; width: 670px;&quot;&gt;
The Common&lt;/h2&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
This folder contains the common resources for all the pages with in your apps, like StandardStyle.xml to define styles for app controls like text boxes, radio buttons, application bar icons, and more.&lt;/div&gt;
&lt;h2 style=&quot;border: 0px; box-sizing: border-box; color: #007acc; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 20pt; font-weight: 500; letter-spacing: 0.01em; line-height: 1.1em; margin: 5px 0px; padding: 0px; width: 670px;&quot;&gt;
App.xaml&lt;/h2&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
When your windows app starts then first of all App.xaml file is loaded and it contains all of the app-level resources and settings. By default, this has StandardStyles.xaml file as a ResourceDictionary and loads the StandardStyles.xaml file for making the styles available to every page of our app.&lt;/div&gt;
&lt;pre class=&quot;prettyprint lang-html linenums prettyprinted&quot; style=&quot;background-color: #f9f9f9; border-color: rgba(0, 0, 0, 0.14902) rgba(0, 0, 0, 0.14902) rgba(0, 0, 0, 0.14902) rgb(232, 77, 68); border-style: solid; border-width: 1px 1px 1px 2px; box-sizing: border-box; color: #525252; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 14pt; margin-bottom: 10px; margin-top: 10px; padding: 1px 5px 5px 10px; white-space: pre-wrap; width: 670px; word-break: break-all; word-wrap: break-word;&quot;&gt;&lt;ol class=&quot;linenums&quot; style=&quot;box-sizing: border-box; color: #9d9d9d; list-style-position: inside; margin: 0px; padding: 0px;&quot;&gt;
&lt;li class=&quot;L0&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;&amp;lt;Application.Resources&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;L1&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;&amp;lt;ResourceDictionary&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;L2&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;&amp;lt;ResourceDictionary.MergedDictionaries&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;L3&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;com&quot; style=&quot;box-sizing: border-box; color: #4e9b00; font-style: italic;&quot;&gt;&amp;lt;!-- &lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;L4&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;com&quot; style=&quot;box-sizing: border-box; color: #4e9b00; font-style: italic;&quot;&gt; Styles that define common aspects of the platform look and feel&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;L5&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;com&quot; style=&quot;box-sizing: border-box; color: #4e9b00; font-style: italic;&quot;&gt; Required by Visual Studio project and item templates&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;L6&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;com&quot; style=&quot;box-sizing: border-box; color: #4e9b00; font-style: italic;&quot;&gt; --&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;L7&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;&amp;lt;ResourceDictionary&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;box-sizing: border-box; color: red;&quot;&gt;Source&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;box-sizing: border-box; color: #0026bf;&quot;&gt;&quot;Common/StandardStyles.xaml&quot;&lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;/&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;L8&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;&amp;lt;/ResourceDictionary.MergedDictionaries&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;L9&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;&amp;lt;/ResourceDictionary&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;L0&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;&amp;lt;/Application.Resources&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/pre&gt;
&lt;h3 style=&quot;border: 0px; box-sizing: border-box; color: #009e49; font-family: museo-sans-rounded-n1, museo-sans-rounded, sans-serif; font-size: 18pt; font-weight: 100; letter-spacing: 0.01em; line-height: 1.1em; margin: 5px 0px; padding: 0px; width: 670px;&quot;&gt;
App.xaml.cs&lt;/h3&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
This file is like as Global.asax file in Asp.Net and Asp.Net MVC where all of the start-up methods define, like OnLaunched(), OnSuspending() and much more. This is the code behind file of App.xaml.&lt;/div&gt;
&lt;h2 style=&quot;border: 0px; box-sizing: border-box; color: #007acc; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 20pt; font-weight: 500; letter-spacing: 0.01em; line-height: 1.1em; margin: 5px 0px; padding: 0px; width: 670px;&quot;&gt;
MainPage.xaml&lt;/h2&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
This file acts as the default &quot;home page&quot; for your windows app. This is the page that will be shown to the user after the splash screen has loaded. You can modify this page acc. to your need to make it home page of your app.&lt;/div&gt;
&lt;h3 style=&quot;border: 0px; box-sizing: border-box; color: #009e49; font-family: museo-sans-rounded-n1, museo-sans-rounded, sans-serif; font-size: 18pt; font-weight: 100; letter-spacing: 0.01em; line-height: 1.1em; margin: 5px 0px; padding: 0px; width: 670px;&quot;&gt;
MainPage.xaml.cs&lt;/h3&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
This is the code behind file of MainPage.xaml file and contains the event handler method like OnNavigatedTo() for MainPage.xaml.&lt;/div&gt;
&lt;h2 style=&quot;border: 0px; box-sizing: border-box; color: #007acc; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 20pt; font-weight: 500; letter-spacing: 0.01em; line-height: 1.1em; margin: 5px 0px; padding: 0px; width: 670px;&quot;&gt;
HelloWindowsApp_TemporaryKey.pfx&lt;/h2&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
This is the certificate for your windows app. Each Windows Store app is signed by a certificate. When you first create a new project in Visual Studio it will create a new test certificate automatically. You can also create a new certificates there, if needed.&lt;/div&gt;
&lt;h2 style=&quot;border: 0px; box-sizing: border-box; color: #007acc; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 20pt; font-weight: 500; letter-spacing: 0.01em; line-height: 1.1em; margin: 5px 0px; padding: 0px; width: 670px;&quot;&gt;
Modify your start page MainPage.xaml&lt;/h2&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
In the MainPage.xaml file you can define the UI for your app. You can add elements directly using XAML markup, or you can use the design tools provided by Visual Studio. I have added it to one textbox, button and textblock for displaying message as shown below:&lt;/div&gt;
&lt;pre class=&quot;prettyprint lang-html linenums prettyprinted&quot; style=&quot;background-color: #f9f9f9; border-color: rgba(0, 0, 0, 0.14902) rgba(0, 0, 0, 0.14902) rgba(0, 0, 0, 0.14902) rgb(232, 77, 68); border-style: solid; border-width: 1px 1px 1px 2px; box-sizing: border-box; color: #525252; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 14pt; margin-bottom: 10px; margin-top: 10px; padding: 1px 5px 5px 10px; white-space: pre-wrap; width: 670px; word-break: break-all; word-wrap: break-word;&quot;&gt;&lt;ol class=&quot;linenums&quot; style=&quot;box-sizing: border-box; color: #9d9d9d; list-style-position: inside; margin: 0px; padding: 0px;&quot;&gt;
&lt;li class=&quot;L0&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;&amp;lt;Grid&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;box-sizing: border-box; color: red;&quot;&gt;Background&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;box-sizing: border-box; color: #0026bf;&quot;&gt;&quot;{StaticResource ApplicationPageBackgroundThemeBrush}&quot;&lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;L1&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;&amp;lt;StackPanel&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;box-sizing: border-box; color: red;&quot;&gt;Margin&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;box-sizing: border-box; color: #0026bf;&quot;&gt;&quot;151,99,0,0&quot;&lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;L2&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;&amp;lt;TextBlock&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;box-sizing: border-box; color: red;&quot;&gt;Text&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;box-sizing: border-box; color: #0026bf;&quot;&gt;&quot;Welcome to Windows Apps Tutorial&quot;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;box-sizing: border-box; color: red;&quot;&gt;Style&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;box-sizing: border-box; color: #0026bf;&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;StaticResource BasicTextStyle&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;box-sizing: border-box; color: #0026bf;&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;box-sizing: border-box; color: red;&quot;&gt;FontSize&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;box-sizing: border-box; color: #0026bf;&quot;&gt;&quot;36&quot;&lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;/&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;L3&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;&amp;lt;StackPanel&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;box-sizing: border-box; color: red;&quot;&gt;Orientation&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;box-sizing: border-box; color: #0026bf;&quot;&gt;&quot;Horizontal&quot;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;box-sizing: border-box; color: red;&quot;&gt;Margin&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;box-sizing: border-box; color: #0026bf;&quot;&gt;&quot;0,20,0,20&quot;&lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;L4&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;&amp;lt;TextBox&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;box-sizing: border-box; color: red;&quot;&gt;x:Name&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;box-sizing: border-box; color: #0026bf;&quot;&gt;&quot;nameInput&quot;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;box-sizing: border-box; color: red;&quot;&gt;Width&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;box-sizing: border-box; color: #0026bf;&quot;&gt;&quot;421&quot;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;box-sizing: border-box; color: red;&quot;&gt;HorizontalAlignment&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;box-sizing: border-box; color: #0026bf;&quot;&gt;&quot;Left&quot;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;box-sizing: border-box; color: red;&quot;&gt;Height&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;box-sizing: border-box; color: #0026bf;&quot;&gt;&quot;46&quot;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;box-sizing: border-box; color: red;&quot;&gt;FontSize&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;box-sizing: border-box; color: #0026bf;&quot;&gt;&quot;24&quot;&lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;/&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;L5&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;&amp;lt;Button&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;box-sizing: border-box; color: red;&quot;&gt;Content&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;box-sizing: border-box; color: #0026bf;&quot;&gt;&quot;Say &quot;&lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;box-sizing: border-box; color: red;&quot;&gt;Hello&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;box-sizing: border-box; color: #0026bf;&quot;&gt;&quot;&quot;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;box-sizing: border-box; color: red;&quot;&gt;Click&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;box-sizing: border-box; color: #0026bf;&quot;&gt;&quot;Button_Click&quot;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;box-sizing: border-box; color: red;&quot;&gt;FontSize&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;box-sizing: border-box; color: #0026bf;&quot;&gt;&quot;24&quot;&lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;/&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;L6&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;&amp;lt;/StackPanel&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;L7&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;&amp;lt;TextBlock&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;box-sizing: border-box; color: red;&quot;&gt;x:Name&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;box-sizing: border-box; color: #0026bf;&quot;&gt;&quot;greetingOutput&quot;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;box-sizing: border-box; color: red;&quot;&gt;Style&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;box-sizing: border-box; color: #0026bf;&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;StaticResource BasicTextStyle&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;box-sizing: border-box; color: #0026bf;&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;box-sizing: border-box; color: red;&quot;&gt;FontSize&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;box-sizing: border-box; color: #0026bf;&quot;&gt;&quot;24&quot;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;atn&quot; style=&quot;box-sizing: border-box; color: red;&quot;&gt;Foreground&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;atv&quot; style=&quot;box-sizing: border-box; color: #0026bf;&quot;&gt;&quot;#DEEA510A&quot;&lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;/&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;L8&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;&amp;lt;/StackPanel&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;L9&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;tag&quot; style=&quot;box-sizing: border-box; color: #c60000;&quot;&gt;&amp;lt;/Grid&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/pre&gt;
&lt;h2 style=&quot;border: 0px; box-sizing: border-box; color: #007acc; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 20pt; font-weight: 500; letter-spacing: 0.01em; line-height: 1.1em; margin: 5px 0px; padding: 0px; width: 670px;&quot;&gt;
Create an event handler for button click&lt;/h2&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
Create an event handler for handling the button click event and showing the message entered with in the textbox as shown below:&lt;/div&gt;
&lt;pre class=&quot;prettyprint lang-c linenums prettyprinted&quot; style=&quot;background-color: #f9f9f9; border-color: rgba(0, 0, 0, 0.14902) rgba(0, 0, 0, 0.14902) rgba(0, 0, 0, 0.14902) rgb(232, 77, 68); border-style: solid; border-width: 1px 1px 1px 2px; box-sizing: border-box; color: #525252; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 14pt; margin-bottom: 10px; margin-top: 10px; padding: 1px 5px 5px 10px; white-space: pre-wrap; width: 670px; word-break: break-all; word-wrap: break-word;&quot;&gt;&lt;ol class=&quot;linenums&quot; style=&quot;box-sizing: border-box; color: #9d9d9d; list-style-position: inside; margin: 0px; padding: 0px;&quot;&gt;
&lt;li class=&quot;L0&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;kwd&quot; style=&quot;box-sizing: border-box; color: #ff0080;&quot;&gt;private&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;box-sizing: border-box; color: #ff0080;&quot;&gt;void&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;typ&quot; style=&quot;box-sizing: border-box; color: #5353a6;&quot;&gt;Button_Click&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;object sender&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;typ&quot; style=&quot;box-sizing: border-box; color: #5353a6;&quot;&gt;RoutedEventArgs&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; e&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;)&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;L1&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;{&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;L2&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; greetingOutput&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;typ&quot; style=&quot;box-sizing: border-box; color: #5353a6;&quot;&gt;Text&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;box-sizing: border-box; color: #ff6820;&quot;&gt;&quot;Hello, &quot;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;+&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; nameInput&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;typ&quot; style=&quot;box-sizing: border-box; color: #5353a6;&quot;&gt;Text&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;+&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;str&quot; style=&quot;box-sizing: border-box; color: #ff6820;&quot;&gt;&quot;!&quot;&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;L3&quot; style=&quot;box-sizing: border-box; font-size: 14px; line-height: 20px;&quot;&gt;&lt;span class=&quot;pun&quot; style=&quot;box-sizing: border-box; color: #393124;&quot;&gt;}&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/pre&gt;
&lt;h2 style=&quot;border: 0px; box-sizing: border-box; color: #007acc; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 20pt; font-weight: 500; letter-spacing: 0.01em; line-height: 1.1em; margin: 5px 0px; padding: 0px; width: 670px;&quot;&gt;
Run Windows App&lt;/h2&gt;
&lt;span style=&quot;font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 20px;&quot;&gt;For running your windows apps you have to deploy your apps to one of the three options - local machine, remote machine, simulator. If you have windows store license, you can upload your app to local machine or remote machine. If you don&#39;t have the windows store license, you can deploy it to simulator. In this article, I am using Simulator.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;span9&quot; style=&quot;box-sizing: border-box; float: left; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 20px; margin-bottom: 5px; margin-right: 20px; min-height: 1px; width: 670px;&quot;&gt;
&lt;div class=&quot;span3&quot; style=&quot;box-sizing: border-box; float: left; margin-bottom: 5px; margin-right: 0px; min-height: 1px; width: 250px;&quot;&gt;
&lt;img class=&quot;img&quot; contextmenu=&quot;return false;&quot; src=&quot;http://www.windowsappstutorial.com/Content/images/cswinapps/hellowindowsapp5.png&quot; style=&quot;-webkit-box-shadow: rgb(157, 157, 157) 0px 0px 10px; border: 0px; box-shadow: rgb(157, 157, 157) 0px 0px 10px; box-sizing: border-box; height: auto; margin: 20px 0px; max-width: 100%; min-width: 100%; text-align: center;&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;span style=&quot;font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 20px;&quot;&gt;Press F5 to build and run the app. After splash screen the home page will be open. Enter your name and press button. Now you have seen the output as shown below:&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;span9&quot; style=&quot;box-sizing: border-box; float: left; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 20px; margin-bottom: 5px; margin-right: 20px; min-height: 1px; width: 670px;&quot;&gt;
&lt;img class=&quot;img&quot; contextmenu=&quot;return false;&quot; src=&quot;http://www.windowsappstutorial.com/Content/images/cswinapps/hellowindowsapp6.png&quot; style=&quot;-webkit-box-shadow: rgb(157, 157, 157) 0px 0px 10px; border: 0px; box-shadow: rgb(157, 157, 157) 0px 0px 10px; box-sizing: border-box; height: auto; margin: 20px 0px; max-width: 100%; min-width: 100%; text-align: center;&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://bsubramanyamrajuwp8.blogspot.com/feeds/5866486307968250325/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bsubramanyamrajuwp8.blogspot.com/2014/02/hello-world-windows-store-app-c.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2588810754188806843/posts/default/5866486307968250325'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2588810754188806843/posts/default/5866486307968250325'/><link rel='alternate' type='text/html' href='http://bsubramanyamrajuwp8.blogspot.com/2014/02/hello-world-windows-store-app-c.html' title='Hello World Windows Store app c#'/><author><name>Subramanyam Raju</name><uri>http://www.blogger.com/profile/16975295624164991768</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2588810754188806843.post-7719827073718577932</id><published>2014-02-26T02:42:00.000-08:00</published><updated>2014-02-27T21:13:01.913-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Developer Licence"/><category scheme="http://www.blogger.com/atom/ns#" term="Renew Developer Licence"/><title type='text'>How to Get Developer License for Windows 8 App Development</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; letter-spacing: 0.29333335161209106px; line-height: 22px;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Introduction&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;span style=&quot;font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 22px;&quot;&gt;Before developing your windows 8 apps in Visual Studio 2012, you need to have windows 8 developer license, other wise you will not be able to develop your windows 8 apps. In this article, I will demonstrate how can you get developer license for windows 8 apps development.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 22px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;h3 style=&quot;border: 0px; box-sizing: border-box; color: #009e49; font-family: museo-sans-rounded-n1, museo-sans-rounded, sans-serif; font-size: 18pt; font-weight: 100; letter-spacing: 0.01em; line-height: 1.1em; margin: 5px 0px; padding: 0px; width: 670px;&quot;&gt;
Step 1 : Make your first Windows App in Visual Studio 2012&lt;/h3&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
Open your visual studio and create your first windows app like as below:&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;span9&quot; style=&quot;box-sizing: border-box; float: left; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 20px; margin-bottom: 5px; margin-right: 20px; min-height: 1px; width: 670px;&quot;&gt;
&lt;img class=&quot;img&quot; contextmenu=&quot;return false;&quot; src=&quot;http://www.windowsappstutorial.com/Content/images/cswinapps/hellowindowsapp.png&quot; style=&quot;-webkit-box-shadow: rgb(157, 157, 157) 0px 0px 10px; border: 0px; box-shadow: rgb(157, 157, 157) 0px 0px 10px; box-sizing: border-box; height: auto; margin: 20px 0px; max-width: 100%; min-width: 100%; text-align: center;&quot; /&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
Now to get developer license, go to&amp;nbsp;&lt;code style=&quot;background-color: #f7f7f9; border: 1px solid rgb(225, 225, 232); box-sizing: border-box; color: #dd1144; font-family: &#39;Segoe UI&#39;, &#39;Open Sans&#39;, Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; letter-spacing: 0.02em; line-height: 20px; padding: 2px 4px;&quot;&gt;Project&lt;/code&gt;&amp;nbsp;menu and navigate to the&amp;nbsp;&lt;code style=&quot;background-color: #f7f7f9; border: 1px solid rgb(225, 225, 232); box-sizing: border-box; color: #dd1144; font-family: &#39;Segoe UI&#39;, &#39;Open Sans&#39;, Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; letter-spacing: 0.02em; line-height: 20px; padding: 2px 4px;&quot;&gt;store-&amp;gt;Acquire Developer License&lt;/code&gt;sub menus as show below:&lt;/div&gt;
&lt;div class=&quot;span9&quot; style=&quot;box-sizing: border-box; float: left; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 20px; margin-bottom: 5px; margin-right: 20px; min-height: 1px; width: 670px;&quot;&gt;
&lt;div class=&quot;span7&quot; style=&quot;box-sizing: border-box; float: left; margin-bottom: 5px; margin-right: 0px; min-height: 1px; width: 540px;&quot;&gt;
&lt;img class=&quot;img&quot; contextmenu=&quot;return false;&quot; src=&quot;http://www.windowsappstutorial.com/Content/images/cswinapps/license0.png&quot; style=&quot;-webkit-box-shadow: rgb(157, 157, 157) 0px 0px 10px; border: 0px; box-shadow: rgb(157, 157, 157) 0px 0px 10px; box-sizing: border-box; height: auto; margin: 20px 0px; max-width: 100%; min-width: 100%; text-align: center;&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h3 style=&quot;border: 0px; box-sizing: border-box; color: #009e49; font-family: museo-sans-rounded-n1, museo-sans-rounded, sans-serif; font-size: 18pt; font-weight: 100; letter-spacing: 0.01em; line-height: 1.1em; margin: 5px 0px; padding: 0px; width: 670px;&quot;&gt;
Step 2 : Accept the Terms &amp;amp; Conditions&lt;/h3&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
Now you will get a prompt box for asking you to get the developer license as shown below:&lt;/div&gt;
&lt;div class=&quot;span9&quot; style=&quot;box-sizing: border-box; float: left; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 20px; margin-bottom: 5px; margin-right: 20px; min-height: 1px; width: 670px;&quot;&gt;
&lt;div class=&quot;span5&quot; style=&quot;box-sizing: border-box; float: left; margin-bottom: 5px; margin-right: 0px; min-height: 1px; width: 380px;&quot;&gt;
&lt;img class=&quot;img&quot; contextmenu=&quot;return false;&quot; src=&quot;http://www.windowsappstutorial.com/Content/images/cswinapps/license1.png&quot; style=&quot;-webkit-box-shadow: rgb(157, 157, 157) 0px 0px 10px; border: 0px; box-shadow: rgb(157, 157, 157) 0px 0px 10px; box-sizing: border-box; height: auto; margin: 20px 0px; max-width: 100%; min-width: 100%; text-align: center;&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
Now to be agree the developer terms by clicking the&amp;nbsp;&lt;code style=&quot;background-color: #f7f7f9; border: 1px solid rgb(225, 225, 232); box-sizing: border-box; color: #dd1144; font-family: &#39;Segoe UI&#39;, &#39;Open Sans&#39;, Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; letter-spacing: 0.02em; line-height: 20px; padding: 2px 4px;&quot;&gt;I Agree&lt;/code&gt;&amp;nbsp;option.&lt;/div&gt;
&lt;h3 style=&quot;border: 0px; box-sizing: border-box; color: #009e49; font-family: museo-sans-rounded-n1, museo-sans-rounded, sans-serif; font-size: 18pt; font-weight: 100; letter-spacing: 0.01em; line-height: 1.1em; margin: 5px 0px; padding: 0px; width: 670px;&quot;&gt;
Step 3 : Contacting License Server through your Internet Connection&lt;/h3&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
Now, you will see the next screen for contacting license server to get a developer license. Wait for few moments while it connects to the server.&lt;/div&gt;
&lt;div class=&quot;span9&quot; style=&quot;box-sizing: border-box; float: left; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 20px; margin-bottom: 5px; margin-right: 20px; min-height: 1px; width: 670px;&quot;&gt;
&lt;div class=&quot;span5&quot; style=&quot;box-sizing: border-box; float: left; margin-bottom: 5px; margin-right: 0px; min-height: 1px; width: 380px;&quot;&gt;
&lt;img class=&quot;img&quot; contextmenu=&quot;return false;&quot; src=&quot;http://www.windowsappstutorial.com/Content/images/cswinapps/license1.png&quot; style=&quot;-webkit-box-shadow: rgb(157, 157, 157) 0px 0px 10px; border: 0px; box-shadow: rgb(157, 157, 157) 0px 0px 10px; box-sizing: border-box; height: auto; margin: 20px 0px; max-width: 100%; min-width: 100%; text-align: center;&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h3 style=&quot;border: 0px; box-sizing: border-box; color: #009e49; font-family: museo-sans-rounded-n1, museo-sans-rounded, sans-serif; font-size: 18pt; font-weight: 100; letter-spacing: 0.01em; line-height: 1.1em; margin: 5px 0px; padding: 0px; width: 670px;&quot;&gt;
Step 4 : Windows Developer sign in&lt;/h3&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
After few moments, the process will show you the Windows Live Sign-In page as shown below. Now, Login with your Windows Live ID and Password to get the license. If you don’t have a Windows Live ID then get the same by clicking the&amp;nbsp;&lt;code style=&quot;background-color: #f7f7f9; border: 1px solid rgb(225, 225, 232); box-sizing: border-box; color: #dd1144; font-family: &#39;Segoe UI&#39;, &#39;Open Sans&#39;, Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; letter-spacing: 0.02em; line-height: 20px; padding: 2px 4px;&quot;&gt;Sign up&lt;/code&gt;&amp;nbsp;link as shown below:&lt;/div&gt;
&lt;div class=&quot;span9&quot; style=&quot;box-sizing: border-box; float: left; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 20px; margin-bottom: 5px; margin-right: 20px; min-height: 1px; width: 670px;&quot;&gt;
&lt;div class=&quot;span7&quot; style=&quot;box-sizing: border-box; float: left; margin-bottom: 5px; margin-right: 0px; min-height: 1px; width: 540px;&quot;&gt;
&lt;img class=&quot;img&quot; contextmenu=&quot;return false;&quot; src=&quot;http://www.windowsappstutorial.com/Content/images/cswinapps/license2.png&quot; style=&quot;-webkit-box-shadow: rgb(157, 157, 157) 0px 0px 10px; border: 0px; box-shadow: rgb(157, 157, 157) 0px 0px 10px; box-sizing: border-box; height: auto; margin: 20px 0px; max-width: 100%; min-width: 100%; text-align: center;&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h3 style=&quot;border: 0px; box-sizing: border-box; color: #009e49; font-family: museo-sans-rounded-n1, museo-sans-rounded, sans-serif; font-size: 18pt; font-weight: 100; letter-spacing: 0.01em; line-height: 1.1em; margin: 5px 0px; padding: 0px; width: 670px;&quot;&gt;
Step 5 : Got Developer License for Windows 8&lt;/h3&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
Once you logged-in with your Windows Live ID credential, it will show you a confirmation message box with Developer license expiration date as shown below:&lt;/div&gt;
&lt;div class=&quot;span9&quot; style=&quot;box-sizing: border-box; float: left; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 20px; margin-bottom: 5px; margin-right: 20px; min-height: 1px; width: 670px;&quot;&gt;
&lt;div class=&quot;span5&quot; style=&quot;box-sizing: border-box; float: left; margin-bottom: 5px; margin-right: 0px; min-height: 1px; width: 380px;&quot;&gt;
&lt;img class=&quot;img&quot; contextmenu=&quot;return false;&quot; src=&quot;http://www.windowsappstutorial.com/Content/images/cswinapps/license3.png&quot; style=&quot;-webkit-box-shadow: rgb(157, 157, 157) 0px 0px 10px; border: 0px; box-shadow: rgb(157, 157, 157) 0px 0px 10px; box-sizing: border-box; height: auto; margin: 20px 0px; max-width: 100%; min-width: 100%; text-align: center;&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
Now you have got the windows 8 developer license and you can build your windows 8 app until the license expires.&lt;/div&gt;
&lt;h3 style=&quot;border: 0px; box-sizing: border-box; color: #009e49; font-family: museo-sans-rounded-n1, museo-sans-rounded, sans-serif; font-size: 18pt; font-weight: 100; letter-spacing: 0.01em; line-height: 1.1em; margin: 5px 0px; padding: 0px; width: 670px;&quot;&gt;
Renew the developer license for Windows 8&lt;/h3&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
This developer license is valid only for 30 days and before or after the expiration of this license, we can renew it again for 30 days.&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; max-width: none;&quot;&gt;
To renew your license, follow the same steps as shown above. Now you will get the&amp;nbsp;&lt;code style=&quot;background-color: #f7f7f9; border: 1px solid rgb(225, 225, 232); box-sizing: border-box; color: #dd1144; font-family: &#39;Segoe UI&#39;, &#39;Open Sans&#39;, Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; letter-spacing: 0.02em; line-height: 20px; padding: 2px 4px;&quot;&gt;Renew Developer License&lt;/code&gt;&amp;nbsp;window as shown below:&lt;/div&gt;
&lt;div class=&quot;span9&quot; style=&quot;box-sizing: border-box; float: left; font-family: museo-sans-rounded-n5, museo-sans-rounded, sans-serif; font-size: 15px; letter-spacing: 0.29333335161209106px; line-height: 20px; margin-bottom: 5px; margin-right: 20px; min-height: 1px; width: 670px;&quot;&gt;
&lt;div class=&quot;span5&quot; style=&quot;box-sizing: border-box; float: left; margin-bottom: 5px; margin-right: 0px; min-height: 1px; width: 380px;&quot;&gt;
&lt;img class=&quot;img&quot; contextmenu=&quot;return false;&quot; src=&quot;http://www.windowsappstutorial.com/Content/images/cswinapps/license4.png&quot; style=&quot;-webkit-box-shadow: rgb(157, 157, 157) 0px 0px 10px; border: 0px; box-shadow: rgb(157, 157, 157) 0px 0px 10px; box-sizing: border-box; height: auto; margin: 20px 0px; max-width: 100%; min-width: 100%; text-align: center;&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://bsubramanyamrajuwp8.blogspot.com/feeds/7719827073718577932/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bsubramanyamrajuwp8.blogspot.com/2014/02/how-to-get-developer-license-for.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2588810754188806843/posts/default/7719827073718577932'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2588810754188806843/posts/default/7719827073718577932'/><link rel='alternate' type='text/html' href='http://bsubramanyamrajuwp8.blogspot.com/2014/02/how-to-get-developer-license-for.html' title='How to Get Developer License for Windows 8 App Development'/><author><name>Subramanyam Raju</name><uri>http://www.blogger.com/profile/16975295624164991768</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry></feed>