Two simple questions regarding the Wizard used in the MVC Music Store

Answered Two simple questions regarding the Wizard used in the MVC Music Store

  • Thursday, March 08, 2012 10:22 PM
     
     

    These questions are regarding the Wizard used in the MVC Music Store

    • Where is the response to each of the forms stored (address etc)?  If it's not currently stored anywhere, where would that code go?

    • Is this the most current version of the Wizard I should be using, or is there a better/newer one?

All Replies

  • Tuesday, March 13, 2012 11:47 AM
    Moderator
     
     Answered

    Hi,

    ->Where is the response to each of the forms stored (address etc)?  If it's not currently stored anywhere, where would that code go?

    It stored in the attached database, you can check the controllers to see how it works.

    ->Is this the most current version of the Wizard I should be using, or is there a better/newer one?

    Currently, there is not newer version. This code sample demonstrates how we can use Windows Workflow Foundation(WF), you can create your own Wizard which applies to your specific scenario by using WF.


    Leo Tang [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

    • Marked As Answer by ChrisLaMont Thursday, March 15, 2012 3:42 PM
    •