Click here to Skip to main content
15,885,546 members
Everything / WF

WF

WF

Great Reads

by Tank Knat
Metah.W(MW) is a C#-derived metaprogramming language for Windows Workflow Foundation 4.5. It provides an alternative way of composing activities to the WF designer.
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 jmix90
Simple properties Mapper by reflection: Stop copying manually each property of your objects !
by Parvez B
Synchronously returning a Dataset from Workflow Foundation to ASP.NET

Latest Articles

by User 11310514
Microsoft workflow - antimarketing
by Aydin Homay
In the software implementing business synchronizing structures/templates of the database entities with Data Access Layer SQL (commands/Transactions) is the most expensive thinks because you need to re-implement when you have change/s in your entities structure's such as Data-type, Name, and etc.
by Tank Knat
Metah.W(MW) is a C#-derived metaprogramming language for Windows Workflow Foundation 4.5. It provides an alternative way of composing activities to the WF designer.
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.

All Articles

Sort by Score

WF 

10 Apr 2012 by Anuj Banka
Add headers in WF service client and get headers value in WF service.
14 Mar 2015 by User 11310514
Microsoft workflow - antimarketing
25 Feb 2010 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...