Document directory
- 2. User Registration verification process
- 3. Fill in user information in multiple steps
I learned workflow for a while two years ago, but I didn't participate in any development projects. I am currently unemployed, just reviewing it again. First of all, I would like to thank wxwinter (Winter) and Qilin for their series of tutorials.
This article uses a simple example program wf4helloworldtorealworld to explain how to apply workflow in Asp.net MVC. Source author Matt Milner, can download the original program in the http://mattmilner.com/Milner/Blog/post/2010/09/14/Demo-from-HDC-10.aspx.
This program mainly demonstrates the following features:
1. Use workflow to call WCF data services to obtain data
Learning Materials reference:
Wf4.0 BASICS (21) workflowinvoker
Wf4.0 BASICS (24) async Activity
WCF Data Service Quickstart
2. User Registration verification process
Chapter 1 extended persistenceparticipant class
Wf4.0 BASICS (19) Persistence persistence
Wf4.0 BASICS (17) bookmark
3. Fill in user information in multiple steps
Wf4.0 practice (12): Combine ASP. NET mvc2.0 with wf4.0 to implement multi-step user registration process
Configure the runtime environment:
1. Create the c: \ mail folder. The instance program will not send emails through the SMTP server but will save them in this folder.
2. Create a database: wf4persistence, and run sqlworkflowinstancestoreschema. SQL and sqlworkflowinstnacestorelogic. SQL under the % WinDir % \ microsoft.net \ framework \ v4.0.30319 \ SQL \ en directory.
3. Create a database: aspnetdb and run aspnet_regsql to configure membership provider
4. Install the adventureworks Database
Run the program:
The decompressed solution includes four projects.
First, start advdataservices, and then run financialappweb. The program running interface is displayed.