Gunnar Peipman's ASP.NET blog

ASP.NET, C#, SharePoint, SQL Server and general software development topics.

Sponsors

News

 
 
 
 
 
DZone MVB

Links

Social

Browse by Tags

All Tags » Workflow (RSS)
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...
Windows Workflow Foundation 4.0: Hello, workflow!
With Visual Studio 2010 we can also try out Windows Workflow Foundation 4.0. This posting introduces simple workflow with one new activity and provides you with some tips how to get Training Kit example running. Also I prepared some screenshots for you...
SharePoint: Using classes for workflow association data
I am using workflow with association form in one of my current SharePoint projects. When workflow is added to list there are some parameters that user must insert. Workflow instances are able to persist association data and to be more flexible the association...
Visual Studio 2010 and .Net Framework 4.0 downloads
Visual Studio 2010, .Net Framework 4.0 and Team Foundation Server 2010 Visual Studio Team System 2010 Team Suite Beta 1 – ISO Visual Studio Team System 2010 Team Suite Beta 1 – Web Installer Microsoft .NET Framework 4 Beta 1 (if you don’t want Visual...
SharePoint: Clean code for sequential workflow
I put up here SharePoint workflow code for the next times when Visual Studio screws some workflow up. It is easy for me to take working code here and it is easy for you too. To make code more clean I removed unused namespaces and refactored code so it...
More Posts