I want to develop and WPF navigation application using work flow. can oany one provide me with a list of tutorials on it
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
if you can elaborate a little on your requirements, I’m sure you’ll get some better answers.
Here’s a pretty straight forward tutorial on creating Navigation Based Applications in WPF
http://www.c-sharpcorner.com/uploadfile/kaps_deo/create-navigation-based-application-in-wpf/
As for WF, personally, I prefer the tutorials and articles on msdn, here are a few links that should get you started:
General overview and a good place to start:
msdn.microsoft.com/en-us/library/ms735967(v=vs.90)
Some interesting video tutorials:
msdn.microsoft.com/en-us/vstudio/ff802403.aspx
here is also an article about hosting WF in your own application:
msdn.microsoft.com/en-us/library/aa663362.aspx
As for how the both interact, here are some links that I found through a quick google search:
http://code.msdn.microsoft.com/windowsdesktop/Windows-Workflow-eaa24bdb
http://www.codeproject.com/Articles/42505/Methods-of-WPF-WF-Data-Exchange-Direct-WPF-WF-Data
Hope this was helpful,
Max
P.S. I’m sorry, I can’t post more than 2 hyperlinks, because I’m new to posting here.