Search This Blog

Thursday, December 16, 2010

Performance in Windows Azure and Azure Storage

Check this link below.

http://convective.wordpress.com/2010/10/08/performance-in-windows-azure-and-azure-storage/

Diagnostics in Windows Azure

Hi Friends,

Check this link below 



Configuration Changes to Windows Azure Diagnostics in Azure SDK v1.3

The configuration of Windows Azure Diagnostics (WAD) was changed in the Windows Azure SDK v1.3 release. This post is a follow-on to three earlier posts on Windows Azure Diagnostics – overview, custom diagnostics and diagnostics management – and describes how WAD configuration is affected by the Azure SDK v1.3 changes ...


Check this link for continuation 

Detail topics on Azure

Check the links for Detail topics on Azure


Auto scaling in Windows Azure --> http://convective.wordpress.com/2010/10/12/autoscaling-in-windows-azure/

 Local Storage on Windows Azure  --> http://convective.wordpress.com/2009/05/09/local-storage-on-windows-azure/

Interrole Communication Example in Windows Azure

Hi Friends,

Check this links below which describes about Internal End Points of Azure with examples

Inter role Communication Example in Windows Azure

http://blogs.msdn.com/b/hakoman/archive/2010/06/26/interrole-communication-example-in-windows-azure.aspx


Creating an external facing Azure Worker Role endpoint

Limitation on the number of internal endpoints per worker/ web role

You can have a maximum of 5 incoming endpoints per role (input or internal, doesn't matter). You can have a maximum of 5 roles. 5 * 5 = 25

Tuesday, December 14, 2010

Developing Sequential Workflow In ASP.Net Applications

Check this link below for that sample

http://sunilyadav.wordpress.com/2009/10/16/developing-sequential-workflow-in-asp-net-applications/

Persisting a workflow Sample

Persisting a workflow means to store a workflow in a durable medium to be loaded for later use. Some workflows are executed very shortly that they don’t need to be persisted. However, some workflows are long-running and are not completed for some period of time. This article shows how a workflow is persisted to a database and how to load it to continue execution.

Check this Aryicle below for more details. (To demonstrate how to persist a workflow, I’ll be reusing an application from my previous article entitled WPF and the Model View View Model pattern. Currently, it lets a user submit a new sales order and is added to a collection. In this article, a workflow will be use to submit and approve a sales order.)

http://www.eggheadcafe.com/tutorials/aspnet/93c7cf86-d7d8-46bf-a7f4-d5df69e3cbd1/persisting-wf-workflows.aspx