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: -The Common Language Runtime (CLR) is programming that manages the execution of programs written in any of several supported languages, allowing them to share common object-oriented classes written in any of the languages.
Detailed explanation-2: -Which of the following jobs are done by Common Language Runtime? It provides core services such as memory management, thread management, and remoting.
Detailed explanation-3: -Managed C++ and Common Language Runtime (CLR) are not supported. Compilations with switches beginning with “/CLR” will be skipped. This is a product limitation, and the source file with /clr option will be ignored.
Detailed explanation-4: -The Common Language Runtime (CLR) is a core component of . NET Framework that manages the execution and the lifecycle of all . NET applications (code). It provides various services, including automatic memory management, exception handling, security, and type safety.
Detailed explanation-5: -Common type system. Common language speciation. Garbage Collector. Just in Time Compiler. Metadata and Assemblies.