{"id":101,"date":"2012-07-23T19:57:53","date_gmt":"2012-07-23T23:57:53","guid":{"rendered":"http:\/\/binaryworld.net\/blogs\/?p=101"},"modified":"2013-08-13T14:44:22","modified_gmt":"2013-08-13T18:44:22","slug":"creating-your-first-windows-phone-app-step-by-step-tutorial","status":"publish","type":"post","link":"https:\/\/binaryworld.net\/blogs\/creating-your-first-windows-phone-app-step-by-step-tutorial\/","title":{"rendered":"Creating your first Windows Phone App &#8211; Step By Step Tutorial"},"content":{"rendered":"<p>Creating apps for windows phone is fun. In this blog post I will cover step by step tutorial to get started with windows phone application development.<\/p>\n<div id=\"toc_container\" class=\"no_bullets\"><p class=\"toc_title\">Contents<\/p><ul class=\"toc_list\"><li><a href=\"#Step-1_Download_and_Install_Windows_Phone_SDK\"><span class=\"toc_number toc_depth_1\">1<\/span> Step-1: Download and Install Windows Phone SDK<\/a><\/li><li><a href=\"#Step-2Unlock_your_phoneOptional\"><span class=\"toc_number toc_depth_1\">2<\/span> Step-2:\u00a0Unlock your phone\u00a0(Optional)<\/a><\/li><li><a href=\"#Step-3_Creating_Hello_World_Windows_Phone_App\"><span class=\"toc_number toc_depth_1\">3<\/span> Step-3: Creating Hello World Windows Phone App<\/a><\/li><li><a href=\"#Step-4_Verifying_Project_Files\"><span class=\"toc_number toc_depth_1\">4<\/span> Step-4: Verifying Project Files<\/a><\/li><li><a href=\"#Step-5_Add_some_controls_on_the_MainPage\"><span class=\"toc_number toc_depth_1\">5<\/span> Step-5: Add some controls on the MainPage<\/a><\/li><li><a href=\"#Step-6_Write_Some_Code\"><span class=\"toc_number toc_depth_1\">6<\/span> Step-6: Write Some Code<\/a><\/li><li><a href=\"#Step-7_Do_some_action_8211_Hit_F5_To_Deploy_and_Test_your_app\"><span class=\"toc_number toc_depth_1\">7<\/span> Step-7: Do some action &#8211; Hit F5 To Deploy and Test your app<\/a><\/li><\/ul><\/div>\n<h2><span id=\"Step-1_Download_and_Install_Windows_Phone_SDK\">Step-1: Download and Install Windows Phone SDK<\/span><\/h2>\n<p>You can get entire windows phone SDK from the following URL<br \/>\n<a href=\"http:\/\/www.microsoft.com\/en-us\/download\/details.aspx?displaylang=en&amp;id=27570\">http:\/\/www.microsoft.com\/en-us\/download\/details.aspx?displaylang=en&amp;id=27570<\/a><\/p>\n<p>For Visual Basic.net Support Download and extra install following file from below URL<br \/>\n<a href=\"http:\/\/www.microsoft.com\/en-us\/download\/details.aspx?displaylang=en&amp;id=9930\">http:\/\/www.microsoft.com\/en-us\/download\/details.aspx?displaylang=en&amp;id=9930<\/a><\/p>\n<h2><span id=\"Step-2Unlock_your_phoneOptional\">Step-2:\u00a0Unlock your phone\u00a0(Optional)<\/span><\/h2>\n<p>This step can be\u00a0skipped unless you are planning to test apps on real device rather than inbuilt emulator.\u00a0By default windows phone device is locked so you can only install\u00a0programs which are available in Market Place.<\/p>\n<p>If you are really want to test App and serious about testing and publishing Apps on Market place then &#8230; it will only cost you $99 to get started with one Developer Account&#8230; It will allow you to <span style=\"text-decoration: underline;\">Unlock and Test upto 3<\/span> Windows Phone Devices. This is yearly subscription so I guess you will have to renew each year.<\/p>\n<p>To purachse \u00a0your subscription simply goto <a href=\"http:\/\/create.msdn.com\">http:\/\/create.msdn.com<\/a> and login using Windows Live account and pay for subscription. Once you are done with payment you can perform Phone Unlock Process explained in the below URL<\/p>\n<p><a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/ff769508(v=VS.92).aspx\">http:\/\/msdn.microsoft.com\/en-us\/library\/ff769508(v=VS.92).aspx<\/a><\/p>\n<h2><span id=\"Step-3_Creating_Hello_World_Windows_Phone_App\">Step-3: Creating Hello World Windows Phone App<\/span><\/h2>\n<p>Now launch \u00a0Visual Studio 2010 Express for Windows Phone.<br \/>\nClick Files -&gt; New Projects -&gt; Visual Basic Projects -&gt; Windows Phone Application<br \/>\nIf you dont see Visaul Basic Templates for Windows Phone try under\u00a0\u00a0C# Projects -&gt; Windows Phone Application<\/p>\n<p><a href=\"http:\/\/binaryworld.net\/blogs\/wp-content\/uploads\/2012\/07\/windows-phone-new-project.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-102\" title=\"windows-phone-new-project\" src=\"http:\/\/binaryworld.net\/blogs\/wp-content\/uploads\/2012\/07\/windows-phone-new-project.jpg\" alt=\"\" width=\"797\" height=\"350\" srcset=\"https:\/\/binaryworld.net\/blogs\/wp-content\/uploads\/2012\/07\/windows-phone-new-project.jpg 797w, https:\/\/binaryworld.net\/blogs\/wp-content\/uploads\/2012\/07\/windows-phone-new-project-300x131.jpg 300w\" sizes=\"(max-width: 797px) 100vw, 797px\" \/><\/a><\/p>\n<h2><span id=\"Step-4_Verifying_Project_Files\">Step-4: Verifying Project Files<\/span><\/h2>\n<p>After creating new Windwows Phone Project you will see 3 Image files and 2 XAML files. XAML is a special Markup language like HTML but it has code behind file attached where you can write VB or C# code.<\/p>\n<p><a href=\"http:\/\/binaryworld.net\/blogs\/wp-content\/uploads\/2012\/07\/windows-phone-designer.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone  wp-image-103\" title=\"windows-phone-designer\" src=\"http:\/\/binaryworld.net\/blogs\/wp-content\/uploads\/2012\/07\/windows-phone-designer.jpg\" alt=\"\" width=\"579\" height=\"478\" \/><\/a><\/p>\n<p><strong>App.xaml :<\/strong> This file contains Application Level Settings<br \/>\n<strong>MainPage.xaml :<\/strong> This file contains Main frame defination (Main frame\u00a0 acts like your very first Form in the WinForm application). In windows phone\u00a0there is no concept of Forms but its called Pages like web pages which you can navigate back and forth or launch any specific page. If you add new Item in the windows phone project you will see what I am talking about (See below: Different types of pages you can add to your wp app)<\/p>\n<p><a href=\"http:\/\/binaryworld.net\/blogs\/wp-content\/uploads\/2012\/07\/windows-phone-page-types.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-105\" title=\"windows-phone-page-types\" src=\"http:\/\/binaryworld.net\/blogs\/wp-content\/uploads\/2012\/07\/windows-phone-page-types.jpg\" alt=\"\" width=\"239\" height=\"364\" srcset=\"https:\/\/binaryworld.net\/blogs\/wp-content\/uploads\/2012\/07\/windows-phone-page-types.jpg 239w, https:\/\/binaryworld.net\/blogs\/wp-content\/uploads\/2012\/07\/windows-phone-page-types-196x300.jpg 196w\" sizes=\"(max-width: 239px) 100vw, 239px\" \/><\/a><\/p>\n<h2><span id=\"Step-5_Add_some_controls_on_the_MainPage\">Step-5: Add some controls on the MainPage<\/span><\/h2>\n<p>Double click on MainPage.xaml node in Solution Explorer Treeview and drag\u00a0button and textbox control on MainPage designer from ToolBox. You will see your XAML file updated as you make some changes in designer.\u00a0(See above Image)<\/p>\n<h2><span id=\"Step-6_Write_Some_Code\">Step-6: Write Some Code<\/span><\/h2>\n<p>Now write some code to interact with controls as below.<\/p>\n<p>To write code expand MainPage.xaml and double click on MainPage.xaml.vb (or *.cs) file or you can right click on\u00a0\u00a0MainPage.xaml and click &#8220;View Code&#8221; option<\/p>\n<pre class=\"brush: vbnet; gutter: true; first-line: 1\">Partial Public Class MainPage\r\n    Inherits PhoneApplicationPage\r\n\r\n    &#039; Constructor\r\n    Public Sub New()\r\n        InitializeComponent()\r\n    End Sub\r\n\r\n    Private Sub Button1_Click(sender As System.Object, e As System.Windows.RoutedEventArgs) Handles Button1.Click\r\n        MessageBox.Show(&quot;Hello...&quot; &amp; TextBox1.Text)\r\n    End Sub\r\nEnd Class<\/pre>\n<h2><span id=\"Step-7_Do_some_action_8211_Hit_F5_To_Deploy_and_Test_your_app\">Step-7: Do some action &#8211; Hit F5 To Deploy and Test your app<\/span><\/h2>\n<p>Now we are ready to test our app in Emulator. Before we do that lets make sure our project target is set to &#8220;Windows Phone Emulator&#8221; as below<\/p>\n<p><a href=\"http:\/\/binaryworld.net\/blogs\/wp-content\/uploads\/2012\/07\/windows-phone-project-target.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-106\" title=\"windows-phone-project-target\" src=\"http:\/\/binaryworld.net\/blogs\/wp-content\/uploads\/2012\/07\/windows-phone-project-target.jpg\" alt=\"windows-phone-project-target\" width=\"268\" height=\"42\" \/><\/a><\/p>\n<p>Now hit F5 or Click on Green Play button to Compile and Deploy Project<\/p>\n<p>This process may take few seconds or minutes\u00a0to load\/restart Phone Emulator &#8230; Deploy App &#8230; Launch app in Emulator<\/p>\n<p>Once our app is loaded in Emulator it may look like below. (If app doesnt load automatically in emulator then Just go to app list and click it manually on the emulator screen)<\/p>\n<p><a href=\"http:\/\/binaryworld.net\/blogs\/wp-content\/uploads\/2012\/07\/wp-phone-app-1.jpg\"><img loading=\"lazy\" decoding=\"async\" title=\"wp-phone-app-1\" src=\"http:\/\/binaryworld.net\/blogs\/wp-content\/uploads\/2012\/07\/wp-phone-app-1.jpg\" alt=\"\" width=\"299\" height=\"549\" \/><\/a><\/p>\n<p>Now lets click on Button&#8230; and see some action<\/p>\n<p><a href=\"http:\/\/binaryworld.net\/blogs\/wp-content\/uploads\/2012\/07\/wp-phone-app-2.jpg\"><img loading=\"lazy\" decoding=\"async\" title=\"wp-phone-app-2\" src=\"http:\/\/binaryworld.net\/blogs\/wp-content\/uploads\/2012\/07\/wp-phone-app-2.jpg\" alt=\"\" width=\"299\" height=\"549\" \/><\/a><\/p>\n<p>Thats is we are done with our very first <strong>hello world windows phone app<\/strong> &#8230; Hope you enjoy this tutorial Stay tuned for more articles<\/p>\n<p>Here is <strong>Step By Step Video Tutorial<\/strong><br \/>\n<iframe loading=\"lazy\" style=\"width: 512px; height: 288px;\" src=\"http:\/\/channel9.msdn.com\/Series\/Windows-Phone-7-Development-for-Absolute-Beginners\/Writing-your-First-Windows-Phone-7-Application\/player?w=512&amp;h=288\" frameborder=\"0\" scrolling=\"no\" width=\"320\" height=\"240\"><\/iframe><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Creating apps for windows phone is fun. In this blog post I will cover step by step tutorial to get started with windows phone application development. Contents1 Step-1: Download and Install Windows Phone SDK2 Step-2:\u00a0Unlock your phone\u00a0(Optional)3 Step-3: Creating Hello &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"more-link\" href=\"https:\/\/binaryworld.net\/blogs\/creating-your-first-windows-phone-app-step-by-step-tutorial\/\"> <span class=\"screen-reader-text\">Creating your first Windows Phone App &#8211; Step By Step Tutorial<\/span> Read More &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":102,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[28,26],"tags":[40,39,34,38,32,31,24],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>Creating your first Windows Phone App - Step By Step Tutorial - BinaryWorld Blog<\/title>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/binaryworld.net\/blogs\/creating-your-first-windows-phone-app-step-by-step-tutorial\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Creating your first Windows Phone App - Step By Step Tutorial - BinaryWorld Blog\" \/>\r\n<meta property=\"og:description\" content=\"Creating apps for windows phone is fun. In this blog post I will cover step by step tutorial to get started with windows phone application development. Contents1 Step-1: Download and Install Windows Phone SDK2 Step-2:\u00a0Unlock your phone\u00a0(Optional)3 Step-3: Creating Hello &hellip; Creating your first Windows Phone App &#8211; Step By Step Tutorial Read More &raquo;\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/binaryworld.net\/blogs\/creating-your-first-windows-phone-app-step-by-step-tutorial\/\" \/>\r\n<meta property=\"og:site_name\" content=\"BinaryWorld Blog\" \/>\r\n<meta property=\"article:published_time\" content=\"2012-07-23T23:57:53+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2013-08-13T18:44:22+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/binaryworld.net\/blogs\/wp-content\/uploads\/2012\/07\/windows-phone-new-project.jpg\" \/>\r\n\t<meta property=\"og:image:width\" content=\"797\" \/>\r\n\t<meta property=\"og:image:height\" content=\"350\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\r\n<meta name=\"author\" content=\"Binary World\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Binary World\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/binaryworld.net\/blogs\/creating-your-first-windows-phone-app-step-by-step-tutorial\/\",\"url\":\"https:\/\/binaryworld.net\/blogs\/creating-your-first-windows-phone-app-step-by-step-tutorial\/\",\"name\":\"Creating your first Windows Phone App - Step By Step Tutorial - BinaryWorld Blog\",\"isPartOf\":{\"@id\":\"https:\/\/binaryworld.net\/blogs\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/binaryworld.net\/blogs\/creating-your-first-windows-phone-app-step-by-step-tutorial\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/binaryworld.net\/blogs\/creating-your-first-windows-phone-app-step-by-step-tutorial\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/binaryworld.net\/blogs\/wp-content\/uploads\/2012\/07\/windows-phone-new-project.jpg\",\"datePublished\":\"2012-07-23T23:57:53+00:00\",\"dateModified\":\"2013-08-13T18:44:22+00:00\",\"author\":{\"@id\":\"https:\/\/binaryworld.net\/blogs\/#\/schema\/person\/77cf0a9a512dd22bff93c6a1b6374fe0\"},\"breadcrumb\":{\"@id\":\"https:\/\/binaryworld.net\/blogs\/creating-your-first-windows-phone-app-step-by-step-tutorial\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/binaryworld.net\/blogs\/creating-your-first-windows-phone-app-step-by-step-tutorial\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/binaryworld.net\/blogs\/creating-your-first-windows-phone-app-step-by-step-tutorial\/#primaryimage\",\"url\":\"https:\/\/binaryworld.net\/blogs\/wp-content\/uploads\/2012\/07\/windows-phone-new-project.jpg\",\"contentUrl\":\"https:\/\/binaryworld.net\/blogs\/wp-content\/uploads\/2012\/07\/windows-phone-new-project.jpg\",\"width\":\"797\",\"height\":\"350\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/binaryworld.net\/blogs\/creating-your-first-windows-phone-app-step-by-step-tutorial\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/binaryworld.net\/blogs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Creating your first Windows Phone App &#8211; Step By Step Tutorial\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/binaryworld.net\/blogs\/#website\",\"url\":\"https:\/\/binaryworld.net\/blogs\/\",\"name\":\"BinaryWorld Blog\",\"description\":\"Tips and Tutorials for Microsoft SQL Server, SSIS, SSAS, Business Intelligence, C#, .net\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/binaryworld.net\/blogs\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/binaryworld.net\/blogs\/#\/schema\/person\/77cf0a9a512dd22bff93c6a1b6374fe0\",\"name\":\"Binary World\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/binaryworld.net\/blogs\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/eaea47799daa577835eb53e64dfd3e13?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/eaea47799daa577835eb53e64dfd3e13?s=96&d=mm&r=g\",\"caption\":\"Binary World\"},\"description\":\"Binary World is a Software Development company located in Atlanta, USA (since 2007). Binary World specialized in Business Intelligence, mobile, cloud computing and .Net Application Development.\",\"url\":\"https:\/\/binaryworld.net\/blogs\/author\/admin\/\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Creating your first Windows Phone App - Step By Step Tutorial - BinaryWorld Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/binaryworld.net\/blogs\/creating-your-first-windows-phone-app-step-by-step-tutorial\/","og_locale":"en_US","og_type":"article","og_title":"Creating your first Windows Phone App - Step By Step Tutorial - BinaryWorld Blog","og_description":"Creating apps for windows phone is fun. In this blog post I will cover step by step tutorial to get started with windows phone application development. Contents1 Step-1: Download and Install Windows Phone SDK2 Step-2:\u00a0Unlock your phone\u00a0(Optional)3 Step-3: Creating Hello &hellip; Creating your first Windows Phone App &#8211; Step By Step Tutorial Read More &raquo;","og_url":"https:\/\/binaryworld.net\/blogs\/creating-your-first-windows-phone-app-step-by-step-tutorial\/","og_site_name":"BinaryWorld Blog","article_published_time":"2012-07-23T23:57:53+00:00","article_modified_time":"2013-08-13T18:44:22+00:00","og_image":[{"width":"797","height":"350","url":"https:\/\/binaryworld.net\/blogs\/wp-content\/uploads\/2012\/07\/windows-phone-new-project.jpg","type":"image\/jpeg"}],"author":"Binary World","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Binary World","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/binaryworld.net\/blogs\/creating-your-first-windows-phone-app-step-by-step-tutorial\/","url":"https:\/\/binaryworld.net\/blogs\/creating-your-first-windows-phone-app-step-by-step-tutorial\/","name":"Creating your first Windows Phone App - Step By Step Tutorial - BinaryWorld Blog","isPartOf":{"@id":"https:\/\/binaryworld.net\/blogs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/binaryworld.net\/blogs\/creating-your-first-windows-phone-app-step-by-step-tutorial\/#primaryimage"},"image":{"@id":"https:\/\/binaryworld.net\/blogs\/creating-your-first-windows-phone-app-step-by-step-tutorial\/#primaryimage"},"thumbnailUrl":"https:\/\/binaryworld.net\/blogs\/wp-content\/uploads\/2012\/07\/windows-phone-new-project.jpg","datePublished":"2012-07-23T23:57:53+00:00","dateModified":"2013-08-13T18:44:22+00:00","author":{"@id":"https:\/\/binaryworld.net\/blogs\/#\/schema\/person\/77cf0a9a512dd22bff93c6a1b6374fe0"},"breadcrumb":{"@id":"https:\/\/binaryworld.net\/blogs\/creating-your-first-windows-phone-app-step-by-step-tutorial\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/binaryworld.net\/blogs\/creating-your-first-windows-phone-app-step-by-step-tutorial\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/binaryworld.net\/blogs\/creating-your-first-windows-phone-app-step-by-step-tutorial\/#primaryimage","url":"https:\/\/binaryworld.net\/blogs\/wp-content\/uploads\/2012\/07\/windows-phone-new-project.jpg","contentUrl":"https:\/\/binaryworld.net\/blogs\/wp-content\/uploads\/2012\/07\/windows-phone-new-project.jpg","width":"797","height":"350"},{"@type":"BreadcrumbList","@id":"https:\/\/binaryworld.net\/blogs\/creating-your-first-windows-phone-app-step-by-step-tutorial\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/binaryworld.net\/blogs\/"},{"@type":"ListItem","position":2,"name":"Creating your first Windows Phone App &#8211; Step By Step Tutorial"}]},{"@type":"WebSite","@id":"https:\/\/binaryworld.net\/blogs\/#website","url":"https:\/\/binaryworld.net\/blogs\/","name":"BinaryWorld Blog","description":"Tips and Tutorials for Microsoft SQL Server, SSIS, SSAS, Business Intelligence, C#, .net","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/binaryworld.net\/blogs\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/binaryworld.net\/blogs\/#\/schema\/person\/77cf0a9a512dd22bff93c6a1b6374fe0","name":"Binary World","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/binaryworld.net\/blogs\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/eaea47799daa577835eb53e64dfd3e13?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/eaea47799daa577835eb53e64dfd3e13?s=96&d=mm&r=g","caption":"Binary World"},"description":"Binary World is a Software Development company located in Atlanta, USA (since 2007). Binary World specialized in Business Intelligence, mobile, cloud computing and .Net Application Development.","url":"https:\/\/binaryworld.net\/blogs\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/binaryworld.net\/blogs\/wp-json\/wp\/v2\/posts\/101"}],"collection":[{"href":"https:\/\/binaryworld.net\/blogs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/binaryworld.net\/blogs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/binaryworld.net\/blogs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/binaryworld.net\/blogs\/wp-json\/wp\/v2\/comments?post=101"}],"version-history":[{"count":0,"href":"https:\/\/binaryworld.net\/blogs\/wp-json\/wp\/v2\/posts\/101\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/binaryworld.net\/blogs\/wp-json\/wp\/v2\/media\/102"}],"wp:attachment":[{"href":"https:\/\/binaryworld.net\/blogs\/wp-json\/wp\/v2\/media?parent=101"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/binaryworld.net\/blogs\/wp-json\/wp\/v2\/categories?post=101"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/binaryworld.net\/blogs\/wp-json\/wp\/v2\/tags?post=101"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}