Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / WF

WF

WF

Great Reads

by Thando Khumalo
I struggled for four weeks trying to authenticate my Web service with AD group, I wanted to allow specific users to perfom specific tasks with the project. So finally I got it working and I thought I'll share this.
by ManojKumar19
This article demonstrates how WF can be consumed as a business layer.
by jmix90
A lot of controls expose properties which are not DependencyProperties and then you can’t put a binding on it. On some other cases, you only have a getter as accessor and you can’t put a binding on it too...
by MMuazzamAli
Guide to build and test a simple Web Service in Workflow Foundation 4.0.

Latest Articles

by Thando Khumalo
I struggled for four weeks trying to authenticate my Web service with AD group, I wanted to allow specific users to perfom specific tasks with the project. So finally I got it working and I thought I'll share this.
by ManojKumar19
This article demonstrates how WF can be consumed as a business layer.
by jmix90
A lot of controls expose properties which are not DependencyProperties and then you can’t put a binding on it. On some other cases, you only have a getter as accessor and you can’t put a binding on it too...
by MMuazzamAli
Guide to build and test a simple Web Service in Workflow Foundation 4.0.

All Articles

Sort by Score

WF 

by Anuj Banka
Add headers in WF service client and get headers value in WF service.
by User 11310514
Microsoft workflow - antimarketing
by jmix90
You often read on the web that the DependencyObjects are not marked as serializable and that this is a major drawback of them...But there is a easy way to perform a serialization of these object : use XAMLWriter and XAMLReader :public class MyDependencyObject : DependencyObject{public...