Learn AngularJS: Hour 3

In hour 1 of this series we learnt to get started with AngularJS. In hour 2 of this series we learnt about AngularJS Template. In this hour we will learn about, Filter orderBy Two way binding Now filter can be applied to repeater directive by providing option filter. In filter we need to set valueContinueContinue reading “Learn AngularJS: Hour 3”

Store and Retrieve JSON data from Local storage in Windows Store App

In this tutorial step by step we will learn to save and Retrieve JSON data in Local folder of Windows Store App. Follow following steps to save and retrieve JSON data in local storage. Step 1 Right click on project and add Nuget package and add package of Json.NET. Step 2 Let us assume thatContinueContinue reading “Store and Retrieve JSON data from Local storage in Windows Store App”

Thank you ‘Yourstory’ for covering my story

I have always been in a continuous race to learn and let people learn by my work and experience. Though getting recognized is just another way to boost the confidence of the rising talents. I thank the team of ‘YourStory’ and Ms. Shraddha Sharma @sharmashradha for covering my unsung background and struggle. It was indeedContinueContinue reading “Thank you ‘Yourstory’ for covering my story”

How to create watermark Textbox in Windows Phone 8

In this tutorial in step by step manner we will learn to create watermark textbox in Windows Phone 8. Watermark textbox looks like below. You use watermark textbox in your app if you want to display readable text to user such that they can enter desired information in that particular textbox. In below app theseContinueContinue reading “How to create watermark Textbox in Windows Phone 8”

No Data tab in portal in Azure Mobile Services: Solved

Azure Mobile Service supports two platform for the backend. They are .NET backend JavaScript backend I worked with JavaScript backend many times but with .NET backend it was my first attempt. So while creating Azure Mobile Service, I selected .NET platform as backend. To my surprise there is no Data tab available when you chooseContinueContinue reading “No Data tab in portal in Azure Mobile Services: Solved”

Learn AngularJS: Hour 2

In hour 1 of this series we learnt to get started with AngularJS. In this hour we will see Angular Templates and how AngularJS app can be embraced into a pattern. Let us start with writing a simple web application with static template. In below application we are printing name of the authors in HTMLContinueContinue reading “Learn AngularJS: Hour 2”

Learn AngularJS : Hour 1

Who is not talking about Angular.JS? Undoubtedly it is most powerful framework (Not Library) to create Single Page Applications (SPA). In this Learn AngularJS series, I will focus on basics of Angular. This series will help you in getting started with AngularJS. In first hour we will write first AngularJS Apps and understand bootstrapping ofContinueContinue reading “Learn AngularJS : Hour 1”

Fault Contract’1 was unhandled by user code: Solved

For a training purpose I was trying a basic demo on fault contract in WCF and to be surprised I Got below error while throwing FaultException. It’s not that 1st time I was working on Fault Contract but this error was irritating. After some investigation I found there was some issue in visual studio 2013ContinueContinue reading “Fault Contract’1 was unhandled by user code: Solved”

Publish WCF Service in Local IIS on Visual Studio 2013

Long back I wrote a blog post Step by Step hosting WCF Service in IIS 7.5 . In this post I used Visual Studio 2012 as I remember. Today I was trying to host WCF in local IIS in Visual Studio 2013 and found it is surprisingly easy to host WCF Service in IIS 2013ContinueContinue reading “Publish WCF Service in Local IIS on Visual Studio 2013”

Solved Access-Control-Allow-Origin Error in WCF REST Service

  Recently I was working on a JSON based WCF REST Service. It was a simple service performing CRUD operation. When I tried to consume service from a web based client, got following errors in browser console. Error message was, No Access-Control-Allow-Origin header is present on the required resource. Since service was running on differentContinueContinue reading “Solved Access-Control-Allow-Origin Error in WCF REST Service”