Monthly Archives: March 2010

Mini Browser for Windows 7 Mobile

Objective This article will give step to step illustration of creating a simple browser for Windows 7 mobile. Step 1Create a new Windows Phone Application. From Silverlight for Windows Phone tab select Windows Phone Application project type. Step 2 Right

Posted in Windows Phone Dev

A Silverlight Twitter Client for Windows 7 Mobile Part #1

Objective In this article I will show how to make a basic twitter client for Windows 7 mobile. This is part 1 of the series. In this part, I will show only how to read statues of given user. In

Tagged with:
Posted in Windows Phone Dev

Touch events in Silverlight for Windows 7 mobile application Part #2

Objective This article will explain how to work with Touch events in Silverlight for Windows 7 mobile application. This is part 2 of the touch events. Read my first article on touch events before going through this article. Background We

Posted in Windows Phone Dev

Touch events in Silverlight for Windows 7 mobile application

Objective This article will explain how to work with Touch events in Silverlight for Windows 7 mobile application. Background On real device touch screen get sensed by users figure. But on the Emulator Mouse movement works as input for touch

Posted in Windows Phone Dev

Get an Image using WCF REST service

Objective This article will give a very simple and basic explanation of , how to fetch an image using WCF REST service. Step 1 Create a WCF application. To create a new application File -> New -> Web-> WCF Service

Posted in REST Services, Silververlight, WCF

Creating first Windows 7 mobile application in Silverlight

  Objective This is a pictorial tutorial on how to create first Silverlight mobile application for Windows 7. This is very simple article giving you introduction how to setup the environment and run and debug the application. Since everyone is

Posted in Windows Phone Dev

Creating IPL Photo gallery using AccordionControl in Silverlight 3.0: Part #1

Objective This article will explain Basic use of Accordion control in Silverlight 3.0 Binding Accordion items with properties of entity class. Creating an Imagesource from Image URL provided. Background This article is first part of 3 or 4 parts IPL

Posted in Silververlight

Reading RSS feed in Silverlight 3.0

Objective This article is going to explain; how we can read RSS feeds in Silverlight 3.0. Expected output User will enter RSS URL in text box. On click of Fetch Feed button ; RSS items will get populated On Clear

Tagged with:
Posted in Silververlight

LINQ to Object Part #4: Querying Non- IEnumerable collections

Objective In this article, I am going to show, how we could apply LINQ to query non-IEnumerable<T> Collections. I have created a class for my explanation purpose. Student class is having details of students.  Student.cs     1 using System;     2 using System.Collections.Generic;     3 using

Posted in LINQ

Demystifying CLR Part #1

Objective This is a fully theoretical article. In this article, I am going to explain fundamentals of CLR. How CLR executes codes written in different languages. I am going to explain various components of MANAGED MODULES also. Note: I have

Posted in Miscellaneous

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Categories
Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my current or previous employer's view in anyway. © Copyright 2013
Follow

Get every new post delivered to your Inbox.

Join 2,121 other followers