A
A
Alexander Kosheverov2013-12-24 00:47:36
SOAP
Alexander Kosheverov, 2013-12-24 00:47:36

Where to read about Workflow and working with services?

Good day.
I have never worked with workflow before, so I needed to create a process in Visual Studio that sequentially performs functions from various services: let's say Ser3 and Ser4.
The output of one function is the input to another, for example

string a = client3.Binaryze("some string");
client4.Model b = client4.Process(a);

Tell me, where can I read about it? Google gives out a lot of things about workflow, but not enough that I need.
PS It would not be bad if during the process the user could open the file (to enter), well, or enter its name.
PPS and still get through to System.Drawing.Image, if at all possible.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
cthulhudx, 2015-06-20
@cthulhudx

Andrew Troelsen - Pro C# 5.0 and the .NET 4.5 Framework, 6th edition
Chapter 26. Introduction to Windows Workflow Foundation

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question