Learn AngularJS Hour 5: All about $scope object

In hour 1 , we learnt to get started with AngularJS. In hour 2 , we learnt about AngularJS Template. In hour 3 , we learnt about two way bindings and filter. On hour 4 , we learnt about $http service and making HTTP operations. In 5th hours of series, we will learn about $scopeContinueContinue reading “Learn AngularJS Hour 5: All about $scope object”

Learn AngularJS Hour 4: service in AngularJS and making HTTP call using $http

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 hour 3 of this series we learnt about two way bindings and filter. In this hour we will learn about, · Using Services in Angular · Calling remote service toContinueContinue reading “Learn AngularJS Hour 4: service in AngularJS and making HTTP call using $http”

Convert List to List using ConvertAll in C#

I see many developers convert one list to another list using foreach. It is ok and get the job done but there is better way to convert one list to another list using ConvertAll(); Just to explain you scenario better, let us assume you got two classes as below. InternalStudent class is representing Student classContinueContinue reading “Convert List to List using ConvertAll in C#”

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”