Multiple choice technology architecture

What are the ways of creating a ServiceController component instance?

  1. Adding the ServiceController component from the Services Control Manager

  2. Adding the ServiceController component from the Toolbox

  3. Adding the ServiceController component to the Designer from Server Explorer

  4. Using manually entered code

Reveal answer Fill a bubble to check yourself
B,C,D Correct answer
Explanation

ServiceController components can be instantiated by dragging from the Toolbox to a form, adding from Server Explorer which lists available services, or writing manual code using the new ServiceController() constructor. However, you cannot add it from the Services Control Manager (services.msc) - that's for managing services, not development components.