INTRODUCTION TO NET
BASICS OF NET FRAMEWORK
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
i and ii only
|
|
ii and iii only
|
|
i and iii only
|
|
All i, ii and iii
|
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.