Tag: architecture

Questions Related to architecture

  1. CTS - Common Type System

  2. CLS - Common Language Specification

  3. CAS - Component Authorization Specification

  4. FCL - Framework Class Library


Correct Option: C
  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
Explanation:

To answer this question, the user needs to have knowledge about Common Language Runtime (CLR), which is the virtual machine component of Microsoft's .NET framework that executes .NET programs.

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

A. .NET Framework 2.0 CLR was introduced with VS 2005: This statement is true. The CLR version 2.0 was introduced with Visual Studio 2005 and the .NET Framework 2.0.

B. .Net Framework 3.0 uses the .NET Framework 2.0 CLR: This statement is true. The .Net Framework 3.0 is just an add-on to the .Net Framework 2.0, and it uses the same CLR version 2.0.

C. .Net Framework 3.5 uses the .NET Framework 2.0 CLR: This statement is true. The .Net Framework 3.5 is built on top of the .Net Framework 2.0 and uses the same CLR version 2.0.

D. .Net Framework 3.5 SP1 first time introduced the .NET Framework 3.0 CLR: This statement is false. The .Net Framework 3.5 SP1 did not introduce the .NET Framework 3.0 CLR. It still uses the same CLR version 2.0.

Therefore, the answer is: D.

  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. Extensible Application Markup Language - XAML can be used to define workflow declaratively

  2. Sequential Workflow and State Machine Workflow are two basic workflow type

  3. Workflow can be persisted into SQL server using built in persistence provider

  4. Workflow Runtime can not be hosted in Windows application


Correct Option: D