Year: 2012
-
Thanks to Student created Windows 8 App of my Blog
I am very pleased to write here that one student Akrita Agarwal has shown her love to my blog and voluntarily created Windows 8 Application of my blog. I am very touched by this kind effort. You can get that app from App Store from here Link to download Application from Store This is…
-
Presented: Windows 8 App Development for web Developer
I had an opportunity to present on “Windows 8 App Development for Web Developers” at Microsoft Gurgaon on 13th October 2012. It was nice experience presenting in front of more than 125 enthusiast audiences. I presented on the topic “Windows 8 App Development for Web Developers” and shown demos on Migrating CSS based HTML Web…
-
ASP.Net Web API Service in Windows Phone: Part 4 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 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 HTTP…
-
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.…
-
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 a…
-
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 file…
-
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 following…
-
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. If…