Tag Archives: WF

Windows Workflow Foundation with ASP.NET

Introduction

Windows Workflow Foundation is a great technology for creating workflows. It can be used in combination with different technologies, for example SharePoint, WCF, etc. In this article we will combine the Windows Workflow Foundation with ASP.NET.

You will learn how to build a simple workflow with an input and an output and how to integrate this workflow in a simple ASP.NET application.

The download contains the code files of the sample ASP.NET website and Windows Workflow foundation workflow which are used in the greeting example of this article. Continue reading

Windows Workflow Foundation mit ASP.NET

Einführung

Windows Workflow Foundation ist eine großartige Technologie um Workflows zu erstellen. Diese können in verschiedenen anderen Technologien benutzen werden, wie beispielsweise SharePoint, WCF, etc. In diesem Beispiel wollen wir die Windows Workflow Foundation und ASP.NET kombinieren.

In diesem Beispiel lernst du wie man einen einfachen Workflow erstellt, der einen Eingabe- und einen Ausgabeparameter hat. Nach der Erstellung des Workflow werden wir diesen in eine einfache ASP.NET-Applikation integrieren.

Das Projekt ist als Download auf der MSDN Beispiel-Seite verfügbar. Continue reading