Extension method is a feature in c# 3.0, which allows developer to add functionality in existing class without modifying the existing class or recompiling the existing class or extending the existing class. It is a new feature of c#3.0 Extension…
Extension method is a feature in c# 3.0, which allows developer to add functionality in existing class without modifying the existing class or recompiling the existing class or extending the existing class. It is a new feature of c#3.0 Extension…
Objective In this article I will give you walkthrough of creating a Picture Gallery for Windows 7 phone. I will show how to fetch images from server using WCF REST service. The final output would be like below Please read…
Objective In this article I am going to explain how to consume a REST service in windows 7 phone app. We will achieve this is two steps Create and Host REST based WCF service Consume service in W7 phone application.…
Objective In this article, I am going to show you a Country Application. User will select country from drop down and details of selected country will be displayed. Expected Output We will achieve this in three steps Create XML…
Objective This article will give step to step illustration of creating a simple Image Viewer for Windows 7 mobile. Step 1 Create a new Windows Phone Application. From Silverlight for Windows Phone tab select Windows Phone Application project type. …
Objective This article will give step to step illustration of creating a simple media application for Windows 7 mobile. Step 1 Create a new Windows Phone Application. From Silverlight for Windows Phone tab select Windows Phone Application project type. …