Multiple choice technology web 2.0

Steve wants to create a .NET application that is accessible over HTTP, offers its payload in XML, and is accessible programmatically. Given the scenario above, what type of application does Steve create?

  1. Windows GUI application

  2. Distributed COM

  3. Windows Service

  4. Web Service

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

Web Services are designed to support interoperable machine-to-machine interaction over a network using standard protocols like HTTP and exchanging payloads in XML formats (such as SOAP). Windows GUI apps, Windows Services, and DCOM do not inherently fit this design pattern.