VISUAL BASIC

INTRODUCTION TO NET

BASICS OF NET FRAMEWORK

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
State which of the following statements about the .NET framework are TRUE.i) CTS helps developers to develop applications in a single language.ii) Data and XML classes extend the FCL to support data management and XML manipulation.iii) XML classes support various operations on XML data like searching, translations, modifying, etc.
A
i and ii only
B
ii and iii only
C
i and iii only
D
All i, ii and iii
Explanation: 

Detailed explanation-1: -Correct Answer : Option (D) : . NET Framework uses DCOM for making transition between managed and unmanaged code.

Detailed explanation-2: -NET Framework uses DCOM for achieving language interoperability. . NET Framework uses DCOM for creating unmanaged applications.

Detailed explanation-3: -Which of the following statements are TRUE about the . NET CLR? It provides a language-neutral development & execution environment. It ensures that an application would not be able to access memory that it is not authorized to access.

Detailed explanation-4: -Answer: The Common Type System (CTS) standardizes the data types of all programming languages using . NET under the umbrella of . NET to a common data type for easy and smooth communication among these . NET languages.

Detailed explanation-5: -The two major components of .NET Framework are the Common Language Runtime (CLR) and the .NET Framework Class Library. The CLR is the execution engine that handles running applications.

There is 1 question to complete.