By tag: WWF
0
kicks
WPF Validation tutorial for the rest of us.
A simple tutorial on how to use the IDataErrorInfo interface to facilitate validation in a WPF MVVM application.
0
kicks
Workflow and Host Communication in WF 4.0–Bookmarks
In the last post we have discussed at length about different mechanisms of parameter passing and obtaining results from a workflow.In this post we will discuss about another extremely important aspect of workflow and host communication i.e. Bookmarks. Bookmarks as the name suggests is a like Bookmar...
0
kicks
Workflow and Host Communication in WF 4.0–Parameter Passing
Workflow host is an application responsible for executing the workflow and managing different workflow lifecycle events like start, completion, idle, unloaded etc.Now the workflow host should be capable of exchanging information with the workflow. This information exchange can be broadly categorized...
0
kicks
cDevWorkflow Website cDevWorkflow Case Studies Expense Management
Expense Management Workflow
0
kicks
Creating an application like Google Desktop in WPF and C#
An interesting article that explains how to create a program like Google Desktop in WPF. Example code shows programmers how to dock an application to the left or the right and display gadgets similar to Google Desktop.
0
kicks
Creating a custom Workflow Action for SharePoint Designer 2010
SharePoint Designer 2010 offers a quick way for non-developers to quickly build SharePoint workflows. However, not all possible scenarios can be addressed using the out-of-the-box workflow actions in SharePoint designer. This video tutorial will get you up to speed with the basics of extending Share...
0
kicks
Windows Azure For Developers Task 5: Configuring Virtual Machine sizes
In this article,we discuss about Windows Azure For Developers Task 5: Configuring Virtual Machine sizes.
0
kicks
Windows Azure for developers Task4: Error Attaching the debugger
In this article, i will explain about Windows Azure for developers and Error Attaching the debugger in Windows Azure SDK 1.3
0
kicks
Fixing the versioned workflow persistence issues
Shows how to fix Workflow Foundation versioning issues when using custom services.
0
kicks
Introduction Tips to Workflow 4.0
Introduction Tips and materials to Microsoft Workflow Foundation 4.0
0
kicks
Practical Applications of BizTalk Server, Windows Workflow and SSIS
In an effort to maintain control over the proliferation of application servers and data, many organizations have undertaken projects to consolidate and integrate systems. One of the first hurdles in undertaking an integration project is determining the most efficient integration technology. Unfort...
0
kicks
Workflow Foundation (WF) in .NET 4
Workflow Foundation (WF) in .NET 4 - A Developer's Introduction to Windows Workflow Foundation and what is new in it?
0
kicks
Example: Creating workflow to request songs from radio station
Today I played with WF 4.0 declarative workflows. This posting shows you simple workflow that you can extend to add songs to online radio station queue. My main focus here is workflow and I will provide here no logic for actual queue implementation. You can find here also Visual Studio 2010 sample s...