Year: 2011
-
SQL Azure to Developers: Some Basic Concepts
Objective In this post we will focus on overview of SQL Azure along with a first look on SQL Azure Management Portal. Essentially we will cover in this part What is Cloud Database What is SQL Azure Create and Manage Database in SQL Azure Fire Wall in SQL Azure What is Cloud Database? For a…
-
Consuming JSON in Windows 8 Metro style Application using WinJS
In this post I will discuss way of consuming JSON service in Windows 8 metro style application. In this post, Metro app is created using HTML 5 and Service is being consumed using WinJS Service is created service using WCF and REST is on service using webHttpBinding. Since creating simple REST Service returning JSON is…
-
How to consume WCF REST Service with JSON in Windows Phone 7
In this post I will show you the way to consume JSON WCF REST Service in Windows Phone 7. This post is divided into four parts. Creating simple WCF REST Service for ADD Consuming JSON REST Service in Windows Phone 7 application. Creating complex WCF REST Service with custom classes and types. Consuming complex JSON…
-
How to enable REST and SOAP both on the same WCF Service
In this post I will show you, how to create a WCF Service with both flavor of SOAP and REST paradigm . For purpose of this post , I am going to create a Calculator Service with following characteristics Serivice will have both SOAP and REST enabled REST Service will have JOSN Message format In…
-
New Microsoft Press Book: XAML Developer Reference by Mamta D
Book at Amazon XAML is everywhere. Whether you are developing for Windows Phone 7, WPF, Silverlight or Windows 8, you need to have sound understanding of XAML. If you are looking to learn XAML in a systematic way then this book is for you. This book is published by Microsoft Press and authored by Mamta…
-
Block Diagram on Windows Phone 7 Application Life Cycle Events
Below block diagram depicts the way various events get executed in Windows Phone 7 application lifecycle. Different events are as below. All events are written in App.Xaml.Cs Application Launching Application Activated Application Deactivated Application Closing As a developer it is must to have understanding of sequence of events get executed in Windows Phone 7 application…
-
Video on How to work with Live Tiles in Windows Phone 7
You can read more about Live Tiles in below articles Live Tiles in Windows Phone 7.5 or Mango phone Delete Secondary Tiles in Windows Phone 7.5 or Mango Phone Schedule the Tile update in Windows Phone 7.5 or Mango Phone