Creating First HTTP Service using ASP.NET Web API: Part1 of Many Consuming ASP.NET Web API Service using HttpClient: Part2 of Many How to Self-Host ASP.Net Web API: Part 3 of Many In this post we will consume ASP.Net Web API HTTP Service in Windows Phone Application. If you do not specify header information in HTTPContinueContinue reading “ASP.Net Web API Service in Windows Phone: Part 4 of Many”
Author Archives: Dhananjay Kumar
How to Self-Host ASP.Net Web API: Part 3 of Many
Creating First HTTP Service using ASP.NET Web API: Part1 of Many Consuming ASP.NET Web API Service using HttpClient: Part2 of Many In this post, we will step by step walkthrough that How to Self-Host ASP.Net Web API. We are going to host Web API in a console application. To do that creates a Console Application.ContinueContinue reading “How to Self-Host ASP.Net Web API: Part 3 of Many”
WCF 4.5 features: Simplified Generated Configuration Files
In this post we will discuss one of the most important feature of WCF 4.5. WCF 4.5 generates simplified configuration file at the client side. WCF 4.5 generates configuration file for basicHttpBinding as following, To understand simplified configuration file in better way take an example, Before WCF4.5 when you were adding aContinueContinue reading “WCF 4.5 features: Simplified Generated Configuration Files”
Configure Node.js for Windows
In this post we will walkthrough step by step to set up environment for node.js on windows. Very first navigate to Windows Azure Download page and select node.js for Windows to download Once you click on node.js download option for Windows you will get following confirmation windows. Click on Save File. After saving the fileContinueContinue reading “Configure Node.js for Windows”
Step by Step creating Virtual Machine in Windows Azure
In this post we will walkthrough step by step to create Virtual Machine in Windows Azure. To start with very first you need to login to Windows Azure Management Portal here and then click on Virtual Machines option in left panel. If you do not have any virtual machine created then you will get followingContinueContinue reading “Step by Step creating Virtual Machine in Windows Azure”
Video : ListBox Data Binding in Windows Phone
Video : Find which Panorma Item is selected in Windows Phone
Source Code
What is strict mode in JavaScript?
Have you ever noticed use of strict keyboard as shown in following image anywhere? When I start creating application for Windows Store (Metro App), I noticed this on the top of the default.js file. Well it is nothing but a way to tell JavaScript for better coding and error checking in JavaScript code. IfContinueContinue reading “What is strict mode in JavaScript?”
Create App Package for Windows Store
In this post we will follow step by step procedure to create app package for Windows Store. Let us suppose you have created a “Hello World “application for Windows Store and want to create an App Package for the same. To create that from menu select PROJECT From the POROJECT menu, selectContinueContinue reading “Create App Package for Windows Store”
Dilemma in choosing technology to create App for Windows Store?
When one start creating Applications for Windows Store, the first question come to mind is what technology should be used to create applications. In this post, I am trying to ease that decision to some extent. If you creating application form scratch then as of me you should rely on your existing skills.ContinueContinue reading “Dilemma in choosing technology to create App for Windows Store?”