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…
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…
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…
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…
As a developer I see a great potential in the direction of mobile and device application development. It is evident that the platforms like IOS, Android and Windows Phone are making themselves better with each passing days such that…
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…
In this post we will learn to create a JavaScript type using a constructor. Let us suppose we was to create a type called Product. We can create that as following, Above we have created a type called Product. Now…
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…