Multiple choice technology architecture

WCF uses following utility to generate client:

  1. svcutil.exe

  2. XSD.exe

  3. WCFClientGenerationUtil.exe

  4. All of the above

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

svcutil.exe is indeed the standard Microsoft utility for generating WCF client proxies and configuration from service metadata. It reads service metadata (WSDL/XSD) and generates client code and configuration files. The other options are not WCF-specific client generation tools.