While working today on a Windows Store Application I had a requirement to work with URI. Business class was as follows, And I created instance of Product class in usual way setting values for both properties. I had put…
While working today on a Windows Store Application I had a requirement to work with URI. Business class was as follows, And I created instance of Product class in usual way setting values for both properties. I had put…
In last post we started learning about Windows Azure Mobile Service in XAML based Windows Store Application. Read it here In last post we learnt Configuring Window Azure Mobile Service in portal Consuming Windows Azure Mobile Service in Windows Store…
In my last post I discussed Step by Step working with Windows Azure Mobile Service Data in XAML based Windows Store Apps . In this post we will have a look on working with JavaScript based Windows Store Apps. Last…
In this post we will take a look on working with Windows Azure Mobile Service in XAML based Windows Store Application. We will follow step by step approach to learn goodness of Windows Azure Mobile Service. In first part of…
In this post we will take a look on binding image with Picture Library Images in Windows Store. In this post we will follow following steps User will click on a button On button click user will be select an…
View Event Photos here It was electrifying, high on energy and absolute impeccable event. I love each second spent at C-Sharp Corner MVP SUMMIT. This three days event was in Country Inn and Suites from 21st March 2013 to 23rd…
In this post we will create application shown in below video. Essentially we will see how we can work with GridView and ListView in Windows 8 Application Consuming REST Service in Windows 8 Application Share Contract in Windows 8 Application…
I was busy working with other stuff and after long time today I resumed my working with Windows 8 development. I opened an old project and directly press F5 to run the application on local machine. While I tried to…
Let us first try to understand, why we need Namespace? I will try to explain you with an example, let us suppose you have a function named GreetingMessage in JS file named Library.js Now you need to use this function…