GIDS Presentation 2013: Revisiting

In GIDS 2013 I presented on topic Cross Platform Mobile Application with Data in the Cloud. It was great experience presenting in front of esteem audience. In my session I talked about working with data in cloud and hybrid application. I demoed on fetching SQL Azure data from KendoUI mobile based Hybrid Application. Presentation consistContinueContinue reading “GIDS Presentation 2013: Revisiting”

Can we implement Inheritance in WCF ServiceContract : WCF Interview Series #2

Can we implement Inheritance in WCF ServiceContract? YES we can have Contract Inheritance in WCF. In other words in WCF one ServiceContract can inherit other ServiceContract. Let us take an example that you have a ServiceContract named IParentService as given below, Another ServiceContract named IChildService can inherit IParentService as following, Next you need to decideContinueContinue reading “Can we implement Inheritance in WCF ServiceContract : WCF Interview Series #2”

Method Overloading in WCF: WCF Interview Series #1

How to do Method Overloading in WCF? Method or Operation overloading is one of the most important feature of OOPS. In programming languages like C, C++ and C#, this feature is heavily used by developers. While writing Service definition you may come across when you need to overload operations. Let us go ahead and writeContinueContinue reading “Method Overloading in WCF: WCF Interview Series #1”

Presented in Barcamp9 and Global Windows Azure Boot camp

On Saturday 27th April 2013 I presented in two different events in Gurgaon India. Cross Platform Mobile App Development This was my first session of day. It was in SAP lab Gurgaon. To be honest this event surprised me lot. There was around 200+ audience. My session was in Track 2. I had around 100+ContinueContinue reading “Presented in Barcamp9 and Global Windows Azure Boot camp”

Solved: WWAHost.exe remote endpoint was not reachable error in JavaScript Windows Store App

I was working on my office machine. While working I opened a JavaScript based Windows Store Application. When I tried to run application I got following exception, I was baffled due to this exception. After sort of research I found that I was on VPN. I have no idea why on VPN this exception occurred.ContinueContinue reading “Solved: WWAHost.exe remote endpoint was not reachable error in JavaScript Windows Store App”

Solved Exception in Passing Relative URI to Windows Runtime

While working today on a Windows Store Application I had a requirement to work with URI. Business class was as follows,   And I created instance of Product class in usual way setting values for both properties. I had put all images in ProductImages folder.     On running application I got following exception thatContinueContinue reading “Solved Exception in Passing Relative URI to Windows Runtime”

Four Steps to create first WCF Service: Beginners Series

This post is for beginners who are starting in WCF. I will be focused and help you to create and consume first WCF Service in simplest steps. We will follow steps as following, At the end of this post you should able to create first WCF Service and consume that in a Console Application. IContinueContinue reading “Four Steps to create first WCF Service: Beginners Series”

Windows Azure Blog Posts 100 Not Out

I love Windows Azure. I have been growing as professional with Windows Azure. I am excited as kid writing this and informing you that yea I have blogged more than 100 posts on Windows Azure. Read All Windows Azure Blog Posts here I wrote first blog posts on Windows Azure back on 16th November 2009ContinueContinue reading “Windows Azure Blog Posts 100 Not Out”

Fetching Windows Azure Mobile Services Data in XAML based Windows Store Application

In last post we started learning about Windows Azure Mobile Service in XAML based Windows Store Application. Read it here In last post we learnt Configuring Window Azure Mobile Service in portal Consuming Windows Azure Mobile Service in Windows Store Application Insert a record from application in Windows Azure Mobile Service data table. In thisContinueContinue reading “Fetching Windows Azure Mobile Services Data in XAML based Windows Store Application”

Multiple WCF EndPoints are not only about having Multiple Addresses Dude!

I read astronomical blogs on Multiple EndPoints in WCF. As a reader I find some way of ambiguity in author’s explanation to this relatively easy topic. In this post my agenda is very simple. I will not use any code or jargon to explain you multiple EndPoints. I am trying to let you understand MultipleContinueContinue reading “Multiple WCF EndPoints are not only about having Multiple Addresses Dude!”