Jan 6, 2013 — Azure and Package Deployment for Specific Roles Azure deployment — When a single Azure Subscription Service has multiple roles (Web and Worker) in it, updates to the role cannot be selective. Time and again I have had scenarios where I wanted to update the one role but did not want... Read more
Dec 15, 2012 — Angularjs and inplace edit directives html angularjs angular — AngularJS is an awesome framework and Angular Directives make this framework super awesome :)AngularJS directives help us extend the existing HTML DSL. You can create new tags, extend functionality using existing tag and create reusable component.I recently created a Inplace... Read more
Dec 2, 2012 — Integrate ASP.Net MVC + WebAPI with Autofac in 5 mins autofac MVC webapi Nuget ASP.Net — Recently i configured Autofac with ASP.Net MVC 4 and WebAPI. Here are the steps required to configure AutofacInstall package Autofac.MVC4Install package Autofac.WebApiAdd a class AutofacBootstrap. Use this class to configure the dependencies within your project. Open Global.asax file and add... Read more
Sep 16, 2012 — Appharbor build notification using Google Talk (XMPP) - Implementation Appharbor XMPP notifications webapi Azure Architecture Google Talk — In my last post about creating an Appharbor notification bot, I described about the problem domain, the solution approaches and how the end to end scenario works.This post would dig deeper into the implementation aspects of the solution.To start with... Read more
Jul 22, 2012 — Appharbor build notification using Google Talk (XMPP) Appharbor XMPP notifications Azure Gtalk Google Talk — Appharbor recently ran a contest to encourage developers to use their API and showcase the API capabilities.Based on some ideas floated by the Appharbor team I too decided to build something useful\interesting for Appharbor platform.I decided to create a desktop... Read more