endpoint.tv: endpoint.tv - Lab Introduction to WF4: Exercise 7 - If/Else Logic

endpoint.tv

In this exercise, you will modify your SayHello activity to provide a generic greeting if the name is blank, otherwise it will provide a personalized greeting.  The requirements for the SayHello activity are now 1. When the name provided is not blank, return a personalized greeting 2. W.

Running time
0h4m
File size
1.00MB

Download Original File | View original post

Episode synopsis

In this exercise, you will modify your SayHello activity to provide a generic greeting if the name is blank, otherwise it will provide a personalized greeting.  The requirements for the SayHello activity are now

  1. When the name provided is not blank, return a personalized greeting
  2. When the name provided is blank, return a generic greeting
  3. Generate the personalized greeting on background thread

Intro To WF4 Hands On Lab (Visual Studio Gallery)
Intro To WF4 Hands On Lab (MSDN Code Gallery)

Lab Exercises

  • Exercise 1 - Hello Workflow (video)
  • Exercise 2 - Refactoring Workflow (video)
  • Exercise 3 - The CodeActivity (video)
  • Exercise 4 - Dynamic Workflows with XAML (video)
  • Exercise 5 – Testing Activities (video)
  • Exercise 6 – WorkflowApplication (video)
  • Exercise 7 – If/Else Logic (video)
  • You might also like...

    Comments

    Contribute

    Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

    Our tools

    We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

    “In order to understand recursion, one must first understand recursion.”