简体   繁体   中英

Windows workflow foundation and ASP.NET

I am going to develop an easy workflow application using C#. I am planning to use Windows workflow foundation technology and develop it as an ASP.net web application.

  1. As i read in some web sites in order to invoke windows workflow foundation with asp.net, it should be used the MVC approach. Is it possible to do it without the MVC approach?
  2. You have to consider that i have no experience with MVC approach. Is it more easy to develop it as Windows forms application instead of using ASP.NET?

No, you don't have to use ASP.NET MVC with Windows Workflow Foundation.

If you've never worked with ASP.NET MVC before, you'll probably find the initial learning curve to be quite steep. But there is plenty of help to be found online.
Developing it in Windows Forms or ASP.NET Webforms may be easier for you, depending on your level of experience.

When you say you want to develop a Workflow as an ASP.NET Web Application I assume you mean that you want to create a workflow that runs on a web server and is accessible as a web service.

In that case, we call those "Workflow Services" and you do not need to learn ASP.NET MVC to create them. I suggest you download the Visual Studio 2010 training Kit and spend some time going through the Introduction To Workflow Services Hands On Lab.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM