Feb 25, 2012 — Porting Nerddinner on IronFoundry PaaS IronFoundry Azure Cloud Computing Nerddinner Cloud — One of the new entrants in the .Net PaaS space is IronFoundry. Tier 3 an enterprise cloud platform for mid-tier, large enterprise and SaaS have come up with Iron Foundry(IF) a port of Cloud Foundry(CF) that is targeted towards Microsoft... Read more
Mar 31, 2011 — The cloud billing mess Azure Billing Cloud — "with great power comes great responsibility" - Spiderman MovieNothing can be more true than this statement when it comes to Cloud. Spinning up a new server is effortless, scaling up and down even easier. While building a cloud based solution... Read more
Mar 15, 2011 — Developer to Client Representative ratio — From the time I started software development, time and again I have faced one issue which hinders with the progress of software execution cycle. The scenario goes like this. There are n people in a team generating result at a... Read more
Mar 11, 2011 — Namespace aliasing and extension methods Namespace c# alias — One of the interesting thing that i learned today is, namespace aliasing can break extension methods declared in the name space.To safeguard against this situation add the same namespace again without alias. For exampleusing alias=X.Y.Z;should be changed tousing alias=X.Y.Z;using X.Y.Zand... Read more
Mar 10, 2011 — Assigning Icon to a file type by tweaking registry File Type Icon Registry — On our recent project we had an requirement for assigning a icon to a file type which is not associated with any executable. Visual Studio installer project does a great job of creating such association if there is a executable... Read more