Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond
Join
Sign in
Search Options
Search Everything
Search Windows AppFabric
Home
AppFabric
BizTalk Server
Windows Azure
Windows Workflow
Jobs (Hire A Guru)
More ...
Home
»
AppFabric
»
Windows AppFabric
Windows AppFabric
This group is for Windows Server AppFabric. It contains information for the on-premise server offering of AppFabric. .
Get this RSS feed
Sitewide Application Navigation
Home
Blogs
Media
Forums
Wikis
Groups
Learn AppFabric- Table of Contents
Learn AppFabric
Windows AppFabric Tags
AppFabric
Dublin
SharePoint 2010
Video
Windows Application Server
Workflow 3.5
Workflow 4
Workflow 4 Services
Windows 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
First Look at Windows Application Server (Dublin) - Download Version
Stephen W. Thomas
Note: This is based on .Net and AppFabric pre-Beta code. Welcome to the new world of Microsoft's...
Video
,
Dublin
,
Windows Application Server
Posted to:
Windows Server AppFabric Downloads
Mon, Oct 27 2008
by
Stephen W. Thomas
1,530
First Look at Windows Application Server (Dublin)
Stephen W. Thomas
Note: This is based on .Net and AppFabric pre-Beta code. Welcome to the new world of Windows Application...
Video
,
Dublin
,
Windows Application Server
Posted to:
Windows Server AppFabric Downloads
Mon, Oct 27 2008
by
Stephen W. Thomas
1,524
European BizTalk Convention - Human Workflow using AppFabric and Share Point 2010
Stephen W. Thomas
This download contains the power points and code from the Human Workflow Session at the European BizTalk...
Workflow 4 Services
,
AppFabric
,
SharePoint 2010
,
Workflow 3.5
Posted to:
Windows Server AppFabric Downloads
Mon, Sep 20 2010
by
Stephen W. Thomas
705
European BizTalk Convention - AppFabric and Workflow 4 Overview
Stephen W. Thomas
This download contains the code and power point slides from the AppFabric and Workflow 4 Overview at...
Workflow 4 Services
,
AppFabric
,
Workflow 4
Posted to:
Windows Server AppFabric Downloads
Mon, Sep 20 2010
by
Stephen W. Thomas
594
Page 1 of 1 (4 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
Scheduling child activities with input parameters
Posted
over 2 years ago
by
Syndicated AppFabric Author
A question on StackOverflow about scheduling child activities with some additional input parameters made me remember that this is kind on not obvious to figure out and even though I new the answer I had to think hard before I could code up a demo. So I figured I might as well post it on my blog for future reference. The problem is that activities are normally just scheduled and their inputs and outputs are configured using Visual Basic expressions. Most of the time that is just fine and does...
Page 5 of 125 (624 items)
«
3
4
5
6
7
»