Fetching selected value from List Box in Silverlight

Let us say you have a list box as below. You have a requirement that on click of button fetch value of the same row button belongs to. For example if you are clicking second cross, you should able to fetch value Pinal, SqlServer , 500 from the list box. In above list box ThereContinueContinue reading “Fetching selected value from List Box in Silverlight”

Adding message in a Windows Azure Queue

In this post I will show you code snippet to add message in azure queue. I have written a function returning Boolean value and taking string input parameter to add as message in queue. Create instance of cloud storage account Create a client of azure queue Get the reference of particular queue. Create queue ifContinueContinue reading “Adding message in a Windows Azure Queue”

Creating Deep Zoom Images through c# code

In this quick post, I will show you the creation of deep zoom images from Image in Azure BLOB. You may come with a requirement where you need to create deep zoom images using code. If you need deep zoom images for Pivot Viewer you can very much create it using several tools available. HoweverContinueContinue reading “Creating Deep Zoom Images through c# code”

ROSLYN: Complier as Service ?

As a developer I see [rather forced to see] Compiler as a black box. It takes certain input and gives respective output. If I remember my college days classical definition of compiler was, “Compiler is system software which converts high level language in machine instructions line by line “ Compilation process follows certain steps, AndContinueContinue reading “ROSLYN: Complier as Service ?”

Windows Phone 7.5 or Mango Phone Application Performance analysis

When you create an application along with killer user interface, you ought to consider various performance parameters of your application as well. There are certain eligibility performances criteria, your application must pass to be accepted in the Marketplace. These criteria may check your application 1. For maximum memory usage 2. Launching time of your applicationContinueContinue reading “Windows Phone 7.5 or Mango Phone Application Performance analysis”

Upload Image from Silverlight to Azure BLOB using WCF

Working with Azure Blob is very common task you must be doing. Sometime you may come with requirement to upload an image from Silverlight client to Azure BLOB. In this post I am trying to help you in achieving this. In this post I will show you below three stuffs. Uploading Image to Azure BOLBContinueContinue reading “Upload Image from Silverlight to Azure BLOB using WCF”

Step by step installation guide to install Windows 8 Developer Preview on Virtual Box

In Microsoft Build conference all we got an opporunity to have a first look on most awaited Windows 8 . Microsoft revealed Developer Preview of Windows 8 on 13th september 2011. Windows 8 is adhering Metro Design Gudielines. Without going much into deep technical discussions on features of Windows 8 , in this post IContinueContinue reading “Step by step installation guide to install Windows 8 Developer Preview on Virtual Box”

Announcement for Windows Azure at Build : What is new ?

In Build couple of interesting stuff on Windows Azure got announced. They are as below,   Windows Azure Toolkit for Windows 8 Download: http://watwindows8.codeplex.com/     It helps to create Metro style applications that may harness capability of Windows Azure . This toolkit contains Application creation guidance Tooling support for Visual studio project template CodeContinueContinue reading “Announcement for Windows Azure at Build : What is new ?”

Silverlight 5 Multi Column and Linked Text

If you are designer of text and love to play around text formatting’s, then you would love to use Multi Columns and Link text in Rich Text Box. This feature gives your ability to display overflowed content in next box or column rather than using scroll bar to read through all the content. While workingContinueContinue reading “Silverlight 5 Multi Column and Linked Text”

Context switching in Windows Phone 7

Note : This post has not adhered to the  best practice to acheive  Context Switching….. This is not best practice Very first let us understand what I mean by word “Context Switching “here? Context switching in context of this post is essentially, navigate back to the page from where application got deactivated. There are threeContinueContinue reading “Context switching in Windows Phone 7”