Tag: technology

Questions Related to technology

  1. It is a subset of the full .NET Framework 3.5 SP1 that targets client applications

  2. It includes only client-specific assemblies (i.e. Win Forms, WPF, WCF, ClickOnce) and doesn’t contain any of the server-specific assemblies (i.e. LINQ To SQL, Windows Workflow Foundation)

  3. The size of the .NET Framework Client Profile is 26 MB

  4. A client machine that has the .NET Framework Client Profile cannot later upgrade to the full version of the .NET Framework if needed


Correct Option: D
  1. .NET Framework 2.0 CLR was introduced with Visual Studio 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 introduced the .NET Framework 3.0 CLR


Correct Option: 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. WCF support Message reliability without ordered delivery


Correct Option: D

Which of the following abbreviations is incorrectly expanded?

  1. REST - Representational State Transfer

  2. EDM - Entity Data Model

  3. CAS - Component Authorization Specification

  4. LINQ - Language-Integrated Query


Correct Option: C

AI Explanation

To answer this question, we need to understand the expansions of the given abbreviations. Let's go through each option to determine which one is incorrectly expanded:

Option A) REST - Representational State Transfer: This expansion is correct. REST is a software architectural style for designing networked applications.

Option B) EDM - Entity Data Model: This expansion is correct. EDM is a conceptual model used to describe the structure of data in terms of entities, relationships, and attributes.

Option C) CAS - Component Authorization Specification: This expansion is incorrect. CAS stands for Code Access Security, not Component Authorization Specification.

Option D) LINQ - Language-Integrated Query: This expansion is correct. LINQ is a feature in .NET programming languages that allows developers to query data from different data sources using a unified syntax.

The correct answer is C. CAS - Component Authorization Specification is incorrectly expanded.

Which of the following features was not introduced with .NET Framework version 3.5?

  1. ASP.NET Dynamic Data

  2. Peer-to-Peer Networking

  3. LINQ

  4. HashSet Collection Type


Correct Option: A

The New object Relational Mapping (ORM) framework introduced with .NET 3.5 SP1 is known as

  1. ADO.ORM

  2. ADO.NET Entity Framework

  3. ADO.EDM

  4. ORM.ADO


Correct Option: B

.NET Framework 3.5 Language Integrated Query (LINQ) supports all the listed providers except

  1. LINQ to Objects

  2. LINQ to XML

  3. LINQ to ORACLE

  4. LINQ to SQL


Correct Option: C
  1. public

  2. private

  3. friendly

  4. transient


Correct Option: A,B,D