Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond
Join
Sign in
Search Options
Search Everything
Search Azure AppFabric
Home
AppFabric
BizTalk Server
Windows Azure
Windows Workflow
Jobs (Hire A Guru)
More ...
Home
»
AppFabric
»
Azure AppFabric
Azure AppFabric
This group is for Platform Azure AppFabric. It contains information about the cloud offerings for AppFabric including the Service Bus, Caching, and Access Control.
Get this RSS feed
Sitewide Application Navigation
Home
Blogs
Media
Forums
Wikis
Groups
Learn AppFabric - Table of Contents
Learn AppFabric
Azure AppFabric Tags
AppFabric
Azure
Service Bus
Azure AppFabric Media Gallery - Samples, Videos, and other Downloads
All Media Gallery Files
Show as
Thumbnail View
|
List View
Sort by:
Recent
|
Name
|
Downloads
|
Views
|
Comments
|
Rating
Type
Title
Date
Downloads
Rating
European BizTalk Convention - Service Bus with Message Broadcasting
Stephen W. Thomas
This download contains the power point slides and code from the Azure Platform AppFabric session at the...
Azure
,
Service Bus
,
AppFabric
Posted to:
Windows Azure AppFabric Downloads
Mon, Sep 20 2010
by
Stephen W. Thomas
675
Page 1 of 1 (1 items)
AppFabric Community Feed
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
AppFabric Community Blogs via Syndication
Windows Workflow Foundation (WF4) Activities and Threads
Posted
over 2 years ago
by
Syndicated AppFabric Author
Most of the time in software when we say “Parallel” we mean that multiple threads are being used to do work concurrently. Because of this, many customers ask if the Parallel activity works this way in Windows Workflow Foundation. I know there is a great deal of confusion about activities and threads and in the next few posts I hope to bring some clarity. Activity Lifecycle Phase 1: Scheduling Activities are scheduled by a parent activity (or the Workflow Runtime if they are the root activity...
AppFabric Community Blogs via Syndication
Windows Server AppFabric–Reading the Monitoring Database from a Web Application
Posted
over 2 years ago
by
Syndicated AppFabric Author
If you want to read the AppFabric Monitoring Database from a Web Application your web app will have to have permission to login. If you try to run a web app that does not have permission you will likely see this Cannot open database "AppFabricMonitoringDB" requested by the login. The login failed. Login failed for user 'IIS APPPOOL\DefaultAppPool'. You have two choices. Run the Web Application in an AppPool using an identity that has permission to login Grant permissions to the...
AppFabric Community Blogs via Syndication
WF4 – How to Cast in VB Expressions
Posted
over 2 years ago
by
Syndicated AppFabric Author
If you are a C# developer using Workflow you might not know how VB does type conversion. Imagine this simple example. I’ve got some classes which use inheritance 1: public abstract class Shape 2: { 3: public int Top { get; set; } 4: 5: public int Left { get; set; } 6: } 7: 8: public class Circle : Shape 9: { 10: public int Radius { get; set; } 11: } 12: 13: public class Square : Shape 14: { 15: public int Length { get; set; } 16: 17: public int Width { get; set;...
AppFabric Community Blogs via Syndication
Versioning long running Workflow Services in WF4
Posted
over 3 years ago
by
Anonymous
One of the problems with the current version of Windows Workflow Foundation is how to handle different versions of your workflows. With short running workflows this is no big deal, workflows do whatever they are supposed to do and finish, and you can deploy a newer updated version of your XAMLX files whenever you want. Provided the public facing SOAP interface doesn’t change no one will notice a difference and everything will work just fine. However as soon as we get into long running workflows and...
AppFabric Community Blogs via Syndication
WorkflowServices, CanCreateInstance and Silverlight
Posted
over 2 years ago
by
Syndicated AppFabric Author
I can’t count how many times this has bitten me… You create a new Workflow Service. You create a client app, add a service reference and boom! There is no context attached to the incoming message for the service and the current operation is not marked with "CanCreateInstance = true". In order to communicate with this service check whether the incoming binding supports the context protocol and has a valid context initialized. For some strange reason, our default Workflow Service...
Page 5 of 125 (624 items)
«
3
4
5
6
7
»