Multiple choice technology programming languages

We can write any C# code on the code behind of workflow. True or false

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Workflow code-behind in WF4.0 is not a place where you can write arbitrary C# code. Workflows are XAML-based compositions of activities, and the 'code-behind' is limited to event handlers and specific extension points, not general-purpose C# logic. Custom logic should be encapsulated in custom activities or expressions.