Reputation: 855
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.
Upvotes: 0
Views: 1091
Reputation: 3279
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.
Upvotes: 2
Reputation: 12419
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.
Upvotes: 2