Monthly Archives: August 2011

Creating and updating EXCEL file in Windows Azure Web Role using Open XML SDK

Problem Statement You need to create and upload EXCEL file in Windows Azure Web Role. Since there is no MS Office present on AZURE VM so you cannot use Office InterOP Dll. So you are left with option of Open

Tagged with: , , ,
Posted in AZURE

Charts in Windows Phone 7

Today morning I got a call from SQL Server Guru  Pinal Dave and conversation was as below.       So, I started working on this. I decided to go ahead with hard coded data as below,   And function

Tagged with: , , ,
Posted in Silververlight, Windows Phone Dev

Fetching Web Roles details using Windows Azure Management API

If you are writing some tool to manage Windows Azure portal then fetching information about Roles may be frequent requirement for you. In this post, we will discuss the way to Fetch below information about a Web Role or Worker

Tagged with: , , , ,
Posted in AZURE

Nested ListBox binding in Silverlight and Windows Phone 7

While creating an application I came across a requirement when I had to put a listbox inside a list box and then I had bind that nested listbox dynamically. For example say, entity class called Roles as below, And you

Tagged with: , ,
Posted in Silververlight, Windows Phone Dev

Downloading file as byte array from AZURE BLOB storage in WCF Service

In this post I will show you how you can download a file from AZURE BLOB storage as byte array. Contract To download file client will have to provide ContainerName and filename to be downloaded. Service Implementation Very first you

Tagged with: , , ,
Posted in AZURE, WCF

Creating X.509 certificate from Windows Azure BLOB

Sometime you may have to create X.509 certificate on the fly. Imagine you are writing a WCF Service to be hosted in App Fabric or creating a WCF Service Web Role to be hosted in Microsoft Data center. In these

Tagged with: , , , , ,
Posted in AZURE

Fetching Hosting Services Name using Windows Azure Management API

Windows Azure Management API enables you to manage Azure subscription through codes. In this post, I will show, how you could list hosted services inside your subscription through code ? Windows Azure Management API is REST based API and allows

Tagged with: , , ,
Posted in AZURE

Uploading management certificate in Windows Azure subscription

To work with Service Management API client has to authenticate itself to the Azure portal. You need to upload X.509 certificate to the portal. There are many ways and several tools available to crate X.509 certificates. Easiest way I find

Tagged with: , ,
Posted in AZURE

Error Inspection using Telerik JustCode

Learn More about JUST CODE at Telerik site In this post, let us have a look on different ways of error inspection using Telerik Just Code. List of inspection can be performed are as follows. Identical if and else clauses

Tagged with:
Posted in Telerik

Learn WCF RIA Service: Day 5

Learn WCF RIA Service: Day 1 Learn WCF RIA Service: Day 2 Learn WCF RIA Service: Day 3 Learn WCF RIA Service: Day 4 Using the Silverlight Business Application Template Till Day 4, we have discussed various primary but important

Tagged with: , ,
Posted in Silververlight, WCF

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Categories
Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my current or previous employer's view in anyway. © Copyright 2013
Follow

Get every new post delivered to your Inbox.

Join 2,120 other followers