Check this link below.
Search This Blog
Thursday, December 16, 2010
Performance in Windows Azure and Azure Storage
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
Service Runtime in Windows Azure --> http://convective.wordpress.com/2010/03/18/service-runtime-in-windows-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
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
Monday, December 13, 2010
About Persistence WorkFlow
Check the links below
Explanation with Example
http://doc.snyderit.com/essentialwindowsworkflowfoundationoct2006/pref04.htmlhttp://doc.snyderit.com/essentialwindowsworkflowfoundationoct2006/pref04.htmlAnother Persistence Workflow Sample
http://consultingblogs.emc.com/owainwragg/archive/2009/07/07/15661.aspxSqlWorkflowPersistenceService in Windows Workflow Foundation
http://nayyeri.net/sqlworkflowpersistenceservice-in-windows-workflow-foundationFriday, December 10, 2010
Windows Workflow Foundation in .NET4
WWF sample developed in .Net 4.0
Execute a Long-Running Workflow Using Persistence in Windows WF
http://www.devx.com/dotnet/Article/32247/1954
Subscribe to:
Posts (Atom)