Working with github on Windows

In this post we will see step by step to configure github for windows and the way to sync the project from windows to github repository. To start with very first you need to create a repository on github. To create repository login to github and click on New repository option Once you click onContinueContinue reading “Working with github on Windows”

Share Text in between Windows 8 Metro Application using Share Contract

Two Metro applications can shared the content between them using Share Charm. Content can be as simple as text or may be image or a file. In content sharing, the application that shares content is called as Source Application and the application that receives content is called as Target Application. Source Application and Target ApplicationContinueContinue reading “Share Text in between Windows 8 Metro Application using Share Contract”

AdventureWorks database for SQL Azure

  In this post we will walkthrough step by step to create AdventureWorks database for SQL Azure. We will use AdventureWorks database for SQL Azure from codeplex. To create follow the step as below, Step 1 Go to http://msftdbprodsamples.codeplex.com/ Step 2 Download SQL Azure OLTP from the codeplex site Step 3 After downloading unzip theContinueContinue reading “AdventureWorks database for SQL Azure”

Netflix Movie Explorer a Metro Application: Creating Step by Step

Download source code of this article from here In this article we will follow step by step approach to create Netflix Movie Explorer Metro Application. We will use HTML and WinJS to create this application. See the video to understand expected behavior of the application. http://youtu.be/Q4Qjz9cdvJM?hd=1 Some of the features of application are as followingContinueContinue reading “Netflix Movie Explorer a Metro Application: Creating Step by Step”

Working with OData and WinJS ListView in Metro Application

In this post we will see how to consume Netflix OData feed in HTML based Metro Application. Movies information will be displayed as following. At the end of this post, we should have output as below, Netflix exposed all movies information as OData and that is publicly available to use. Netflix OData feed of moviesContinueContinue reading “Working with OData and WinJS ListView in Metro Application”

Create Windows Azure Website in 6 Steps

In this post we will create a Windows Azure Website in 6 simple steps. Windows Azure Website is a new feature of Windows Azure and got introduced on 7th June. Step 1 Very first you need to Login to Windows Azure Management Portal. After successful login from the left panel, click on WEB SITES. StepContinueContinue reading “Create Windows Azure Website in 6 Steps”

Joined Telerik India as Customer Advocate

Before I start this post a special thanks to Julie Lerman and Chris Eargle , for all their support in chasing my aspiration of Telerik. I am excited to share with you that I have joined Telerik India as Customer Advocate. I will be working from Delhi/NCR region. And I will be reporting to AbhishekContinueContinue reading “Joined Telerik India as Customer Advocate”

Consuming WCF SOAP Service in Windows 8 Metro Application

In this post we will consume WCF SOAP Service in C#/XAML based Metro Application. This is level 100 post showing basic steps to create simple WCF Service and consume that in Metro Application. Very first let us create a WCF Service using VS2012. Form File menu create a new project by choosing WCF Service ApplicationContinueContinue reading “Consuming WCF SOAP Service in Windows 8 Metro Application”

Presented in Pune User Group event

On 16th June 2012 , I got an opportunity to present on Windows 8 Metro Dev for Pune User Group .  It was a descent event with almost 100 audience. I presented on the topic “Windows 8 Metro Application Development using HTML and WinJS” . Please find slides of the session below, I hope you findContinueContinue reading “Presented in Pune User Group event”