Browse by Tags

All Tags » .Net (RSS)

Consuming Windows Azure Mobile Services REST API from ASP.NET Web API App by shiju

Windows Azure Mobile Services lets the developers to use structured storage, user authentication and push notifications to Android, iOS, HTML, Windows Store, or Windows Phone 8 apps  by leveraging the Windows Azure Cloud platform. Using with Windows...

Windows Azure SDK 2.0 for .NET Released by shiju

The Windows Azure Cloud Computing platform has been in the big news after the platform exceeded the annual revenue of $1 billion. Today, Microsoft has been released the Windows Azure SDK 2.0 for .NET update that lets the .NET developers to build Windows...

Sending and Receiving Messages in Windows Azure Storage Queue with JavaScript Serializer by shiju

In this blog post, I will demonstrate sample code for sending and receiving messages in Windows Azure Storage Queue with JavaScript Serializer for serializing and de-serializing messages. We are adding a custom type to Windows Azure Queue where we are...
Filed under: , ,

Slides and Code from My Global Windows Azure Bootcamp Presentation by shiju

I did a presentation on Windows Azure Cloud Services at Global Windows Azure Bootcamp in Kochi , India. The title of the session was “Windows Azure Cloud Services – Web Roles and Worker Roles”. In this session, I have demonstrated how to building multi...

Deploying Windows Azure Cloud Services Apps by shiju

In my previous post Building Windows Azure Cloud Services App with Web Role, Worker Role, Table Storage and Service Bus , I have demonstrated how to build a multi-tier cloud application using Windows Azure Cloud Service. In this post, I will demonstrate...
Filed under: , ,

Building Windows Azure Cloud Services App with Web Role, Worker Role, Table Storage and Service Bus by shiju

Windows Azure Cloud Services, provides a Platform as a Service (PaaS) offering for building multi-tier, highly scalable, reliable cloud applications on the Windows Azure Cloud platform. In this blog post, I will demonstrate how to build a multi-tier Windows...

Using async/await with Windows Azure Service Bus Client SDK by shiju

The Windows Azure team has recently released Windows Azure Service Bus 2.0.0-beta which lets the Windows Azure developers to use Task based  asynchronous operations while working with Windows Azure Service Bus. Now the Windows Windows Azure Service...

Creating and Deploying Windows Azure Web Sites with Microsoft WebMatrix 3 by shiju

Microsoft WebMatrix is a free, lightweight and cloud-connected web development tool which can be used for building and deploying Windows Azure Web Sites. Microsoft WebMatrix supports ASP.NET, Node.js and PHP. A while ago I have written a post  Building...

Generating Entity Data Model Diagram from EF Code First DbContext by shiju

The Entity Framework Code First approach lets the developers to build applications with Domain-Driven Design (DDD) by hand coding your Persistence Ignorance (PI) classes. At the same time, it would be great if we could see the entity model in a visual...

Automating Windows Azure with Windows Azure CLI by shiju

Recently, Microsoft Windows Azure team has announced the release of azure-cli 0.6.10 which can be used for automating Windows Azure in an easy and elegant manner. The azure-cli is a Node.js based cross platform command line tool for Windows Azure, which...
More Posts Next page »