|
-
Aug 11th, 2009, 07:18 PM
#1
How would WF work with WPF ?
Its all very well and good these tutorials using simple console apps to demonstrate Workflows but unfortunately things are a bit different in the real world. With a console app you are just waiting for a single source of user input (typing something into the console) but with a windows forms, or in my case a WPF app, I dont understand how it all works. Maybe what I am thinking of is not even really possible? Basically I thought I could use WF to handle all of the business logic and processing etc in my WPF app. If I wanted to do that, would the workflow be hosted inside the WPF app or would it be a separate service/application that the WPF app 'calls' when it needs some business logic? Would the ENTIRE code base for the WPF app be done in workflow or should it just be the 'real work' with the WPF app's code still handling basic stuff?
I guess really I'm just having a hard time seeing how you would communicate between the WPF and the Workflow side of things.
Any examples would be great!
Cheers
Chris
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|