Multiple choice technology programming languages

What is the new activity available in .Net 3.5 for windows workflow which is used to expose workflow as service.

  1. Send Activity

  2. Web Service Input Activity

  3. Receive Activity

  4. None of These

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

In .NET Framework 3.5, Windows Workflow Foundation (WF) introduced the Receive activity as part of the Workflow Service API. This activity allows workflows to be exposed as WCF services, enabling the workflow to receive and process messages from service clients. The Send activity complements it for sending messages, but Receive is specifically for exposing workflows as services.