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 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 Md. Rashim Uddin
How to define your own dialog box
by jmix90
Here is the next episode of our serie MVVM - Creating ViewModel.
by jmix90
Simple properties Mapper by reflection: Stop copying manually each property of your objects !