Windows Azure Management Tool
An excellent release which somehow missed getting its due attention is the Windows azure Management Tool!! This tool can be used to manage not only… Read More »Windows Azure Management Tool
An excellent release which somehow missed getting its due attention is the Windows azure Management Tool!! This tool can be used to manage not only… Read More »Windows Azure Management Tool
This next blog covers a very trivial but important problem. Important because i think almost everyone would want to override this default behavior of WPF… Read More »(WPF ListView/ TreeView)Get rid of that default (blue) selection colour!!
Silverlight streaming seems to have caught the fancy of many and a lot of sites are now streaming Silverlight videos.. however very few are making… Read More »Monetize your Silverlight Videos!!
Wanna navigate to Google.com from your Silverlight application?? Just put the following code HtmlPage.Window.Navigate(new Uri("http://www.google.co.in/") We all know THAT…so what’s this blog all about??.Now lets… Read More »Silverlight:- Browsing without a Browser??
Microsoft seems to have realized that the true utilization of Cloud Computing atleast in the beginning is going to be in Hybrid deployment models. Keeping… Read More »Microsoft Strengthens its hold on the Private Cloud
During a recent assignment we were trying to set an xml string in the browser cookie. The string actually being a security token had a… Read More »💡Setting a Dangerous Cookie on the Browser!!
While reading up on Prism 4…the integrated Prism which ships in .NET 4.0, i saw people still wondering on how MEF and Prism compare…are they… Read More »MEF ,Prism and the Surrounding Confusion!!
I feel the importance of Queues as a communication medium between Web and worker roles is quite a bit under-glorified…apart from acting as reliable messengers… Read More »Azure Scalability:- Use “Queues” as your bridges..
Azure queue takes either an array of bytes or a string as an input. While working on a web role- worker role interaction , i… Read More »💡Azure Message Queues-Passing objects
Azure holds a lot of promise for applications with 1. Spikes in usage 2. Requirement for low set up cost 3.Huge storage requirements Out of… Read More »Programming Table Storage in Azure…Choosing your Keys!!