In this post I will walkthrough you on performing basic CRUD operation using ADO.Net Entity framework. Database design I am going to use School Database. You can find School database script here . To be precise, I am going perform CRUD operation on only one table Person. Schema of Person table is as below. IContinueContinue reading “Learn ADO.Net Entity Framework: Performing basic CRUD Operation”
Author Archives: Dhananjay Kumar
Tracing in WCF: Understanding basic steps
Theory behind WCF Tracing is not an exception of classical definition of Tracing. Through Tracing an application provides information about itself. Information may vary from internal state of object to passed input parameter to method. This information should be logged, persisted or saved somewhere. WCF Tracing can be used for the instrumentation of the WCFContinueContinue reading “Tracing in WCF: Understanding basic steps”
Viewing Flickr Images on Windows 7.1 Phone or Mango Phone
In this post I will show you how you can create a Photo Viewer from images of the Flickr Service. Flickr Service Flickr expose a REST based feed to access images. You can find information about Flickr public feed at below link. http://www.flickr.com/services/feeds/docs/photos_public/ Public images feed can be find at http://api.flickr.com/services/feeds/photos_public.gne Expected Output Approach CallContinueContinue reading “Viewing Flickr Images on Windows 7.1 Phone or Mango Phone”
Reading XML file through LINQ: few Tips
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”
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”