Start working with INFRAGISTICS NETADVANTAGE for WPF : Part 1 of Many

This is first post of many on INFRAGISTICS NETADVANTGE for WPF. In this post we will start from installation to exploration of some of the controls. You can download trial version after product registration from here Following WPF controls are available in INFRAGISTICS NETADVATANGE. I have put images corresponding to controls such that you getContinueContinue reading “Start working with INFRAGISTICS NETADVANTAGE for WPF : Part 1 of Many”

Creating First HTTP Service using ASP.NET Web API: Part1 of Many

In this post I will give you basic understating of creating HTTP Services using ASP.NET Web API. Here I am assuming that you are aware of basic ASP.NET MVC. To work with ASP.NET Web API, you need to install ASP.NET MVC 4.0. Download ASP.NET Web API from here and install it from Web Installer. AfterContinueContinue reading “Creating First HTTP Service using ASP.NET Web API: Part1 of Many”

How to Create Bootable USB for Windows 8 Consumer Preview

In this post I will share screens to create Bootable USB for Windows 8 Consumer Preview. Windows 8 Consumer Preview is available to Download After downloading Windows 8 Consumer Preview you need to download Windows 7 USB/DVD Download Tool After downloading unzip and start running the setup. Follow the screens as below, After installing makesContinueContinue reading “How to Create Bootable USB for Windows 8 Consumer Preview”

Windows 8 Consumer Preview is available to Download

Folks on the leap day of lap year 2012 are you feeling Metrofied ? Certainly I am , Eventually we have got what we have been waiting since BUILD. Windows 8 Consumer Preview is available to download. Download ISO image of Windows 8 Consumer Preview from here Image taken from web. As they are sayingContinueContinue reading “Windows 8 Consumer Preview is available to Download”

How to create WCF REST Service and host in Windows Azure

In this post, we will create a WCF REST Service and host in Windows Azure. We will learn following things in this post Working with WCF Web Role Enabling REST on WCF Web Role Returning XML and JSON from REST service Deploying WCF Service Web Role to Windows Azure We need to host WCF ServiceContinueContinue reading “How to create WCF REST Service and host in Windows Azure”

Step by Step Guide to Create First Windows Azure Application

Target audience: Beginners in Windows Azure or Level 100 One can argue that why this step by step guide after so many years of Windows Azure? and why I wrote this article after my more than 80 articles on Azure? Answer is, when I started writing this article, my objective was very much clear inContinueContinue reading “Step by Step Guide to Create First Windows Azure Application”

Select ListBox Item on the Hold event in Windows Phone

I was working on an application and I had to select a List Box Item on the hold event. My List Box was as below, You see in the List Box, I have put an Image control and binding Source and Tag dependency property of the image to the data source. At the code behind,ContinueContinue reading “Select ListBox Item on the Hold event in Windows Phone”

Reviewing Programming Entity Framework : Code First by Julie Lerman and Rowan Miller

Title: Programming Entity Framework: Code First Number of Pages < 200 Price: $9.99 Kindle Edition       $21.59 Paperback Buy here I got an opportunity to get a copy of book Programming Entity Framework: Code First from well-known author, speaker and an authority on Entity Framework Julie Lerman . I was very excited to get bookContinueContinue reading “Reviewing Programming Entity Framework : Code First by Julie Lerman and Rowan Miller”

CSharp Interview Question: What is Action in CSharp

One of my friends called me after his interview as for a developer role in an esteemed organization. One of the question, interviewer asked him, After talking to him, I thought why not to blog about it? I am trying here to use minimum words and optimum code samples can be discussed with interviewer asContinueContinue reading “CSharp Interview Question: What is Action in CSharp”

Page Stack in Windows Phone

In your application there may be many pages and you will come across requirement to navigate between pages. Windows Phone navigation model allows you to navigate between pages. Windows Phone navigation model is same as web based page navigation model. Even though name suggests in Windows Phone, pages are not windows. In your application, youContinueContinue reading “Page Stack in Windows Phone”