Got Microsoft Most Valuable Professional award 4th times in a row

Read more about MVP award program here Since 2010 1st April is very important day for me. I wait for this day to recreate my trust in saying “Good work does not go unnoticed”. I work with developers, write blogs, and speak in user groups, conferences whole years. Being a human I feel happy andContinueContinue reading “Got Microsoft Most Valuable Professional award 4th times in a row”

Binding Image with Picture Library Images in Windows Store Application using FileOpenPicker

In this post we will take a look on binding image with Picture Library Images in Windows Store. In this post we will follow following steps User will click on a button On button click user will be select an image from Picture Library Selected image will be bind to image control on the pageContinueContinue reading “Binding Image with Picture Library Images in Windows Store Application using FileOpenPicker”

Presented in C-Sharp Corner MVP Summit

View Event Photos here It was electrifying, high on energy and absolute impeccable event. I love each second spent at C-Sharp Corner MVP SUMMIT. This three days event was in Country Inn and Suites from 21st March 2013 to 23rd March 2013. All participants was indulged for all three days in this very successful event.ContinueContinue reading “Presented in C-Sharp Corner MVP Summit”

5 Basic Rules of Speaking

They say speaking is an Art, I say speaking is a science. A good speaking is combination of various basic rules. We can deliver a good speaking on applying basic rules collectively. I have been attending many presentations on various topics from different speaker. I found some of them extremely entertaining and interactive and forContinueContinue reading “5 Basic Rules of Speaking”

Completed 5 years as professional

On 24th March 2013 I have completed 5 years as professional in Software industry. It has been an exciting journey for me. I moved from one city to another, worked on different kind of projects, with different kinds of teams. I learnt and explored lot in these 5 years. So far my 5 years ofContinueContinue reading “Completed 5 years as professional”

Create Flickr Photo Search Windows Store App in XAML

In this post we will create application shown in below video. Essentially we will see how we can work with GridView and ListView in Windows 8 Application Consuming REST Service in Windows 8 Application Share Contract in Windows 8 Application http://youtu.be/-tnuFWxeIqQ To create on Flickr based application you need API Key from Flickr. You canContinueContinue reading “Create Flickr Photo Search Windows Store App in XAML”

Working with Knockout.js Part 6: Working with text binding

Working with Knockout.js Part 5: Working with visible binding Working with Knockout.js Part 4: Observable Arrays Working with Knockout.js Part 3: Working with Observables Working with Knockout.js part 2: Understanding MVVM Working with Knockout.js Part 1: Getting started with Knockoutjs In last post we started learning about bindings. We had a look on visible bindingContinueContinue reading “Working with Knockout.js Part 6: Working with text binding”

Thanks Julia Lerman for wonderful gift

This is one of the most excited day of my life. I got a gift from one of my ever inspiration Julia Lerman. She sent book authored by her with her autograph on that. I am simply happy. I thank Julie and Rowan for their love. This is surely a motivation for me. You canContinueContinue reading “Thanks Julia Lerman for wonderful gift”

What is Method Invocation Pattern in JavaScript

In this post we will take a look on “Method Invocation Pattern” in JavaScript. In JavaScript when function is defined as property of object then it is known as Method Assume we have a JavaScript object as following. In studentObject object property findgrade is a function. So we can say findgrade is a method. InvocationContinueContinue reading “What is Method Invocation Pattern in JavaScript”

How to find index of an item in JavaScript Object Array?

Recently while working I came across a scenario. I had to find index of a particular item on given condition from a JavaScript object array. In this post we will see how to find index of object from JavaScript array of object. Let us assume we have a JavaScript array as following, Now if weContinueContinue reading “How to find index of an item in JavaScript Object Array?”