Tag: programming languages

Questions Related to programming languages

  1. CTS - Common Type System

  2. CLS - Common Language Specification

  3. CAS - Component Authorization Specification

  4. FCL - Framework Class Library


Correct Option: C
Explanation:

To solve this question, the user needs to know the expansion of the given abbreviations and cross-check if they are correct.

Now, let's go through each option and explain why it is right or wrong:

A. CTS - Common Type System: This expansion is correct. The Common Type System (CTS) is a component of the .NET framework that defines a set of rules that all .NET languages must follow.

B. CLS - Common Language Specification: This expansion is correct. The Common Language Specification (CLS) is a set of rules that defines a subset of the .NET framework that can be used by all .NET languages.

C. CAS - Component Authorization Specification: This expansion is incorrect. The correct expansion of CAS is Code Access Security. It is a feature of the .NET framework that provides security by restricting the code's access to resources and operations.

D. FCL - Framework Class Library: This expansion is correct. The Framework Class Library (FCL) is a collection of reusable classes, interfaces, and value types that are included in the .NET Framework.

Therefore, the answer is:

The Answer is: C. CAS - Component Authorization Specification

  1. WCF Service can define Data, Service, fault and Message contract

  2. MSMQ binding, Web Service (WS) binding, Basic binding and TCP binding are part of standard binding supported by WCF

  3. WCF also support authentication using Issued token by secure token service

  4. WCG support Message reliability without ordered delivery


Correct Option: D
  1. .Net Compact Framework

  2. Support for IP6

  3. Windows Card Space

  4. Generics


Correct Option: D
  1. .NET Framework 1.1

  2. .NET Framework 2.0

  3. .NET Framework 3.0

  4. .NET Framework 3.5


Correct Option: C
  1. .NET Framework 2.0 CLR was was introduced with VS 2005

  2. .Net Framework 3.0 uses the .NET Framework 2.0 CLR

  3. .Net Framework 3.5 uses the .NET Framework 2.0 CLR

  4. .Net Framework 3.5 SP1 first time introduce the .NET Framework 3.0 CLR


Correct Option: D
  1. In Page directive set EnableViewStateMac="true"

  2. In Register directive set EnableViewStateMac="true"

  3. In web config set Protectviewstate="true"

  4. In IIS set Viewstate protection.


Correct Option: A
  1. All Standard Pages

  2. Active Server Pages

  3. A Server Page

  4. Active Standard Pages


Correct Option: B