In this post I will discuss how could be read XML file using LINQ. We will see some tips as well. Let us say we have XML file as below, this file is stored on D drive. This XML contains information about books. Data.Xml Fetching all the Books To fetch all the Books,ContinueContinue reading “Reading XML file through LINQ: few Tips”
Author Archives: Dhananjay Kumar
Presented Demo on Mango Phone in Ahmedabad Community Tech Days on Road
On 11th June 2011 I presented a demo on various new features of Mango Phone. It was a great time presenting there in front of more than 500 audiences. Session details are as follows Topic New Features of Windows Phone 7.1 Duration 20 minutes Venue Ahmedabad Number of Audiences Around 500 Below are the linksContinueContinue reading “Presented Demo on Mango Phone in Ahmedabad Community Tech Days on Road”
Consuming OData in Windows Phone 7.1 or Mango Phone
Background If you would have read my posts discussing WCF Data Service and Windows Phone 7, there were many steps involved in consuming WCF Data Service in Windows Phone 7 Download OData client for Windows Phone 7 and add as reference in Windows Phone 7 project Create Proxy of WCF Data Service using svcutil.exe AddContinueContinue reading “Consuming OData in Windows Phone 7.1 or Mango Phone”
Photo Viewer in Windows Phone 7.1 or Mango Phone
In this post I will show you how to create a simple Photo Viewer? Before I start, I would like to inform you about a gray part of this post that all the Images are attached as a resource in the phone application and this is not recommended. We should have either image in IsolatedContinueContinue reading “Photo Viewer in Windows Phone 7.1 or Mango Phone”
Fetching Mobile Operator Name in Windows 7.1 Phone [Mango]
In this quick post I will show you, How to fetch Mobile operator name in Windows 7 Phone? Design the page In content Grid, I have put a button. On click event of button, in message box we will display Mobile Operator Name Write Code Behind Add Namespace On the click event of Button weContinueContinue reading “Fetching Mobile Operator Name in Windows 7.1 Phone [Mango]”
Get Address from Contact in Windows Phone 7.1 [Mango]
In this post I will show you, how you could get Address from contact and Display it. Expected Output On running of application you will get a button On click of button Contact list will be open On selection of a contact . address of that contact will be displayed in label. Design the pageContinueContinue reading “Get Address from Contact in Windows Phone 7.1 [Mango]”