Latest Windows Workflow Foundation stories

Workflow and Host Communication in WF 4.0–Parameter Passing(sankarsan.wordpress.com)

submitted by sankarsansankarsan(460) 1 month, 20 days ago

Workflow host is an application responsible for executing the workflow and managing different workflow lifecycle events like start, completion, idle, unloaded etc.Now the workflow host should be capable of exchanging information with the workflow. This information exchange can be broadly categorized into: a) The parameters/arguments needed to start the workflow and to get the results back after workflow has executed. b) The intermediate data needs at different stages of a long running workflow (e.g. when the workflow is waiting for a specific input like Manager’s Approval). In this post we will concentrate on the different mechanisms of parameter passing and getting results back. In the subsequent posts we will move into more complex scenarios related to long running workflows. read more...

add a comment |category: |Views: 10

tags: another

Creating an application like Google Desktop in WPF and C#(www.codeproject.com)

submitted by rcashrcash(4149) 9 months, 27 days ago

An interesting article that explains how to create a program like Google Desktop in WPF. Example code shows programmers how to dock an application to the left or the right and display gadgets similar to Google Desktop. read more...

add a comment |category: |Views: 59

tags: another

Windows Azure For Developers Task 5: Configuring Virtual Machine sizes(www.codegain.com)

submitted by codegaincodegain(2794) 1 year, 2 months ago

In this article,we discuss about Windows Azure For Developers Task 5: Configuring Virtual Machine sizes. read more...

add a comment |category: |Views: 2

tags: another

Introduction Tips to Workflow 4.0(cecildt.blogspot.com)

submitted by cecildtcecildt(203) 1 year, 7 months ago

Introduction Tips and materials to Microsoft Workflow Foundation 4.0 read more...

add a comment |category: |Views: 190

tags: another

Simple Procedural Workflow using VS 2010 and Windows Workflow 4.0(dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 9 months ago

In this article, we will see how a workflow can be designed using procedural activities, how input arguments can be specified in a workflow and how a hosting application can pass these input arguments. We will be using Beta 1 release of VS2010, .NET 4.0. read more...

add a comment |category: |Views: 1361

tags: another

Easy embed workflow in your application(blogs.securancy.com)

submitted by SickDotNetSickDotNet(200) 3 years, 3 months ago

Whilst enterprise architectures mostly focus on BizTalk as a standalone server, WF is meant to be a more core-based addition for embedding within application. Embedding is not always as intuitive as it should be, though. To this end, I’ve created the following self-titled "WorkflowExecutive" helper class. It allows you to easily start any referenced Workflow, pass along parameters to it and handle exceptions. read more...

add a comment |category: |Views: 325

tags: another

WPF ICollectionViewExplained(marlongrech.wordpress.com)

submitted by marlongrechmarlongrech(1000) 3 years, 6 months ago

Tips and tricks on ICollectionView for WPF Apps and how it can be used in M-V-VM read more...

add a comment |category: |Views: 207

tags: another

Photshop style layer blending in WPF(rakeshravuri.blogspot.com)

submitted by rakeerakee(225) 3 years, 9 months ago

Pixelshader code for Photshop style layer blending in WPF. read more...

add a comment |category: |Views: 220

tags: another

State Machines In Windows Workflow(odetocode.com)

submitted by bradygasterbradygaster(4897) 4 years ago

Excellent introduction into the usefulness of state machines in WF. read more...

1 comment |category: |Views: 74

tags: another

Ruurd Boeke Enterprise development and technobabble - Workflow as cont(sitechno.com)

submitted by bradygasterbradygaster(4897) 4 years, 3 months ago

In this post and a few upcoming posts, I would like to present a solution I have built using Workflow as the controller for your WPF applications. I wish I could call it a framework and think of a great name for it, but it does not aim to solve all your UI-building problems in one go. It does however offer a very easy way to build a loosely coupled application, driven by WF and could be used to build upon for your own solution. read more...

1 comment |category: |Views: 7

tags: another

Windows Workflow Foundation Tutorial Series - Joe On ASP.NET(weblogs.asp.net)

submitted by bradygasterbradygaster(4897) 4 years, 3 months ago

Great tutorial series on using WF. read more...

add a comment |category: |Views: 476

tags: another

Part 2 - Leveraging Workflow Foundation - Invest in the Infrastructure(keithelder.net)

submitted by TheElderTheElder(490) 5 years ago

In Part 1 of Leveraging Workflow Foundation we discussed how Workflow Foundation is just an API. Since APIs don't provide business value out of the box, it is important engineers exploring Workflow Foundation for the first time approach it in the same manner they would any API: write once, run everywhere. In other words, instead of building out the workflow components for one application, look at it from the 10,000 feet view. This is of course going to take more time than one might originally think so be sure to allow for this in development time. We'll look at the basics engineers starting with Workflow Foundation will need to think about to invest in their workflow infrastructure. Who knows, we may even find some rusty washers and shinny pennies along the way. read more...

2 comments |category: |Views: 10

tags: another

Part 1 - Leveraging Workflow Foundation - It is just an API(keithelder.net)

submitted by TheElderTheElder(490) 5 years ago

To help you limit the amount of rusty washers you will run into with Workflow Foundation, I wanted to share our team's experience in working through Workflow. In this multiple part series we'll look at some of the challenges the team faced and how we solved some of these. I say "some" of these because we took side steps around the rusty washers we found due to our short time frame. Hopefully this brain dump of information will save others time who are about to start using Workflow Foundation. I'll cover some of the in and outs where you will want to look into workflow and some of the pitfalls we had to work around (the rusty washers). read more...

add a comment |category: |Views: 6

tags: another

How to Create a WebService Based on a Workflow(nayyeri.net)

submitted by keyvankeyvan(4086) 5 years, 1 month ago

Keyvan describes how to create a webservice that runs a workflow. read more...

2 comments |category: |Views: 23

tags: another

Listening to DependencyProperty changes(blogs.msdn.com)

submitted by frank12345frank12345(2809) 5 years, 2 months ago

Listening to DependencyProperty changes read more...

add a comment |category: |Views: 18

tags: another

Windows Workflow 101 or 2 Months with WF(codebetter.com)

submitted by SamGentileSamGentile(225) 5 years, 3 months ago

This article presents both an introduction to WF as well as in-depth discussion of the issues I faced in trying to apply it's model to a real-world application read more...

add a comment |category: |Views: 21

tags: another