Multiple choice Which of the following is/are correct about 'Data Contracts' in WCF services? It includes code-friendly methods of supplying the contracts, one wants to enforce. It makes enable to create service oriented applications. It supports publishing service metadata using formats specified such as WSDL, XML Schema, and WS-Policy. It is used to encrypt the messages and one can require users to authenticate themselves before being allowed to receive messages. Both 1 and 4 Reveal answer Fill a bubble to check yourself A Correct answer Explanation This is called 'Data Contracts' in WCF. The easiest way to handle data is by creating classes that represents a data entity with properties that belong to the data entity.