You can read more here
Author Archives: Dhananjay Kumar
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 isContinueContinue reading “Consuming JSON in Windows 8 Metro style Application using WinJS”
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 JSONContinueContinue reading “How to consume WCF REST Service with JSON in Windows Phone 7”
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 InContinueContinue reading “How to enable REST and SOAP both on the same WCF Service”
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 MamtaContinueContinue reading “New Microsoft Press Book: XAML Developer Reference by Mamta D”
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 applicationContinueContinue reading “Block Diagram on Windows Phone 7 Application Life Cycle Events”
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
Windows Phone Camp coming to Pune and Chennai on 20th and 22nd December
I am excited Windows Phone camp is coming to Pune and Chennai. I will be there to learn latest of Windows Phone development from the experts. Are you joining me? I want to promote myself from novice Windows Phone developer to a professional developer. I have many queries to be clarified and Windows Phone campContinueContinue reading “Windows Phone Camp coming to Pune and Chennai on 20th and 22nd December”
How to check application returning from dormant state in Windows Phone 7
What is Fast Application Switching (FAS)? Imagine application “A” is running and user launches a new application “B”. On pressing hardware back button user can return back to application “A”. If application “A” gets activated without “resuming “ screen then it can be termed as “ Fast Application Switching “ What is dormant state? InContinueContinue reading “How to check application returning from dormant state in Windows Phone 7”
How to work with ToggleSwitch in Windows Phone 7
In this post I will discuss Toggle Switch Button. This comes as part of Silverlight toolkit for Windows Phone 7 and you get it from here To work with Toggle Switch, you need to add namespace You can use ToggleSwitch as below, You can set Header and Content of the Toggleswitch. IfContinueContinue reading “How to work with ToggleSwitch in Windows Phone 7”