Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond
Join
Sign in
Search Options
Search Everything
Search AppFabric
Home
AppFabric
BizTalk Server
Windows Azure
Windows Workflow
Jobs (Hire A Guru)
More ...
Home
»
AppFabric
»
AppFabric Community Blogs via Syndication
»
All Tags
»
workflow
Browse by Tags
AppFabric
This is the top level group for Microsoft AppFabric. Find blogs, samples, videos, and learning resources for Platform Azure AppFabric and Windows Server AppFabric here.
Get this RSS feed
Home
Blog
Files
Wiki
Archives
Archives
May 2013
(5)
April 2013
(8)
March 2013
(10)
February 2013
(5)
January 2013
(9)
December 2012
(7)
November 2012
(6)
October 2012
(6)
September 2012
(5)
August 2012
(5)
July 2012
(14)
June 2012
(14)
May 2012
(10)
April 2012
(15)
March 2012
(10)
February 2012
(17)
January 2012
(16)
December 2011
(22)
November 2011
(28)
October 2011
(21)
September 2011
(14)
August 2011
(27)
July 2011
(25)
June 2011
(33)
May 2011
(57)
April 2011
(33)
March 2011
(33)
February 2011
(33)
January 2011
(47)
December 2010
(22)
November 2010
(21)
October 2010
(5)
September 2010
(4)
August 2010
(2)
June 2010
(10)
May 2010
(7)
April 2010
(3)
March 2010
(4)
February 2010
(1)
January 2010
(4)
December 2009
(1)
November 2009
(2)
Tags
.NET
AppFabric
ASP.NET
Azure
Data Access
DotNed
dotnetmag
Futures
NetFx3
PDC
Podcast
TechEd
VS2010
WCF
WCF Workflow Services
WF4
WIF
Windows Server
Windows Server AppFabric
WP7
Tagged Content List
Blog Post:
Windows Workflow Foundation 3 Types Marked Obsolete in .NET 4.5
Syndicated AppFabric Author
People have been wondering for a while what the future of WF3 was since the release of WF4. So far both workflow stacks have coexisted in .NET 4 and there has been no official statement about the future of the older WF3 stack. That has just changed! The workflow team at Microsoft has just announced...
on
Thu, Feb 9 2012
Blog Post:
What's New in Windows Workflow Foundation in .NET 4.5 (part 3)
Syndicated AppFabric Author
This is the 3rd post about what is new with Windows Workflow Foundation in .NET 4.5 as announced at the //build/ conference. See also part 1 about the designer enhancements and part 2 about the other runtime enhancements. This 3rd post is about one of the biggest missing pieces which is versioning...
on
Tue, Oct 11 2011
Blog Post:
What's New in Windows Workflow Foundation in .NET 4.5 (part 2)
Syndicated AppFabric Author
During the last //build/ conference a number of new WF4.5 features where announced. In part 1 I took a look at the designer improvements, in this blog post I am going to take a look at some of the runtime enhancements. New activities. As part of WF 4.5 we will see some new activities in the box...
on
Fri, Oct 7 2011
Blog Post:
What's New in Windows Workflow Foundation in .NET 4.5 (part 1)
Syndicated AppFabric Author
During the last //build/ conference a number of new WF4, or should I now say WF4.5, features where announced. While the list of new features isn’t earth shattering long some of the most annoying shortcomings where addressed. Designer enhancements As a developer I spend a lot of time in the designer...
on
Tue, Sep 27 2011
Blog Post:
Guerrilla Enterprise .NET Copenhagen
Syndicated AppFabric Author
For those that attended the Guerrilla Enterprise .NET course last week in Copenhagen and didn't get a change to download all the sample you can download all the demos Richard Blewett, Dominick Baier and I wrote from here . And thanks for being there, it was a fun event :) Blog Post by: Maurice
on
Sun, May 15 2011
Blog Post:
SqlWorkflowInstanceStore and SQL Azure
Syndicated AppFabric Author
Some time ago I blogged about how to get the SqlWorkflowInstanceStore working with SQL Azure. In order for this to work we had to make a few changes to the SqlWorkflowInstanceStoreSchema.sql script and as a result we ended up in a working but officially not supported scenario. And while this worked just...
on
Mon, Apr 18 2011
Blog Post:
WF4 State Machine in the Multi-Targeting Pack for Microsoft .NET Framework 4 Platform Update 1
Syndicated AppFabric Author
Lots of people like to use the state machine model workflow as this is a very flexible way of working that often fits in with how real work processes work. With WF3 we had a state machine workflow but with WF4 this was not ready in time and as a result we didn’t get to use this model. There where a few...
on
Mon, Apr 11 2011
Blog Post:
Scheduling child activities with input parameters
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...
on
Tue, Apr 5 2011
Blog Post:
Workflow Services and Windows Phone 7
Anonymous
Today I did a fun presentation at the Engineering World Conference in the Netherlands on using the Windows Phone 7 with a Workflow Service hosted on Windows Azure. The sample application, that is complete with all source on CodePlex over here , consists of an expense app on the phone and an ASP.NET MVC...
on
Sat, Feb 5 2011
Blog Post:
The SqlWorkflowInstanceStore and Windows Azure
Anonymous
As shown previously it isn’t hard to run Workflow Services on Windows Azure. In fact all we need to do is add a bit of extra configuration and we can work as normal. However normally when I am hosting long running workflows in IIS I always add a SqlWorkflowInstanceStore to store the workflow state...
on
Thu, Jan 20 2011
Blog Post:
Running Workflow Services on Windows Azure
Anonymous
Windows Azure might not support the WCF and WF4 hosting parts of Windows AppFabric bit that doesn’t mean you can’t run workflow services on Windows Azure. After all a workflow is just a .NET 4 type and Windows Azure runs the .NET framework. As a result running a workflow service is quite easy once you...
on
Tue, Jan 18 2011
Blog Post:
CodeCast interview on Windows Workflow Foundation
Anonymous
Ken Levy recently interviewed me for CodeCast on the state of Windows Workflow Foundation 4 and the AppFabric for hosting your workflow services. Its episode 99, I wonder what they are planning for episode 100. You can download the episode here or through iTunes. Enjoy! www.TheProblemSolver.nl...
on
Thu, Jan 13 2011
Blog Post:
Doing synchronous workflow execution using the WorkflowApplication
Anonymous
The WorkflowApplication is a great way to execute your workflows in process. Usually the fact that the WorkflowApplication is asynchronous is a great thing but there are cases when a little more synchronous execution is nice. For example executing a workflow and updating the state of the user interface...
on
Fri, Jan 7 2011
Blog Post:
Calling Workflow Services without Add Service Reference
Anonymous
Sometimes you just don’t want to do an Add Service reference in the client application but still be able to to call a WF4 workflow service. The good thing is that a WF4 workflow service is just another WCF service from the client perspective so almost everything you can do with a regular WCF service...
on
Tue, Nov 23 2010
Blog Post:
Windows Workflow Foundation futures and database access
Anonymous
Ron Jacobs showed a number of really cool new workflow features we can be expecting in the next version of Windows Workflow Foundation during the last PDC in Redmond and Tech-Ed Europe in Berlin . One of the new features he demonstrated where the activities we can use to load data from a SQL server database...
on
Sat, Nov 20 2010
Blog Post:
Throttling workflow services in WF4
Anonymous
Windows Workflow Foundation 4 makes it real easy to create workflow services that do long running work on a server. However when we are doing long running work there could be an issue with lots of workflows being started and too many workflow instances competing for the same data and threads thereby...
on
Wed, Nov 17 2010
Blog Post:
Versioning long running Workflow Services in WF4, the code
Anonymous
In my previous WF4 post I described the principal of how to version workflow services using the WCF 4 RoutingService. In that post I described the general problem and solution without going into a lot of detail and showing any code. In this blog post I will add an actual implementation you can use for...
on
Tue, Nov 16 2010
Blog Post:
Versioning long running Workflow Services in WF4
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...
on
Thu, Nov 4 2010
Blog Post:
Limiting which user can access service using the Windows Identity Foundation
Anonymous
In my previous blog post I demonstrated how to secure a workflow service using the Windows Identity Foundation. With this in place we only allow users that are trusted by the STS Dominick Baier wrote. That is nice but in some cases we might not want all users to be able to perform all actions. ...
on
Mon, Sep 27 2010
Blog Post:
Securing a Workflow Service using Windows Identity Foundation
Anonymous
The way security is often still handled these days with each application keeping track of their own users is somewhat dated. Some form of Federated security, where a single separate server is responsible for the security of a whole series of applications, is the way to go. On the internet there are plenty...
on
Fri, Sep 24 2010
Blog Post:
endpoint.tv - Troubleshooting with AppFabric
Anonymous
Troubleshooting applications in production is always a challenge. With AppFabric monitoring your workflows and services, you get great information about exactly what is happening, including notices about unhandled exceptions. In this episode, Michael...( read more ) Blog Post by: The .NET Endpoint :...
on
Mon, May 3 2010
Blog Post:
Uninstalling Windows Server AppFabric Beta1 after VS 10 Beta2/.Net Framework 4 Beta2 has been uninstalled or post VS 10 RC install
Anonymous
When VS 10 RC/.Net Framework 4 RC is installed, the previous version of VS 10 Beta2/.Net Framework 4 Beta2 is uninstalled. If you have Windows Server AppFabric Beta1 installed (Shows up as “Application Server Extensions for .NET4” on the machine that it has been installed), ideally you would uninstall...
on
Fri, Mar 5 2010
Blog Post:
Windows Server AppFabric Beta 2 is Available!
Anonymous
Read all about the new features here or just download it here . Blog Post by: mikekre
on
Mon, Mar 1 2010
Blog Post:
Troubleshooting Applications using Windows Server AppFabric
Anonymous
In our previous post, we discussed the topic of Monitoring Applications using Windows Server AppFabric. In this post, we will show how to use the same tools in more advanced ways to troubleshoot problems in your applications. Introduction The previous post introduced the AppFabric Dashboard (pictured...
on
Mon, Feb 1 2010
Blog Post:
Monitoring Applications using Windows Server AppFabric
Anonymous
This post aims to provide you with an introduction into monitoring the health and activity of your WCF- and WF-based applications with Windows Server AppFabric. More specifically, the post will outline the AppFabric tooling features that are built into IIS Manager as well as outline some basic strategies...
on
Wed, Jan 20 2010
Page 1 of 2 (27 items)
1
2