VISUAL BASIC

INTRODUCTION TO NET

BASICS OF NET FRAMEWORK

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The .NET ____ is a collection of reusable types that are integrated with the CLR.
A
Common Language Specifications (CLS)
B
Common Language Runtime (CLR)
C
Common Type System (CTS)
D
Framework Class Library (FCL)
Explanation: 

Detailed explanation-1: -The . NET Framework class library is a collection of reusable types that tightly integrate with the common language runtime. The class library is object oriented, providing types from which your own managed code derives functionality.

Detailed explanation-2: -The Framework Class Library (FCL) is a component of Microsoft’s . NET Framework, the first implementation of the Common Language Infrastructure (CLI). In much the same way as Common Language Runtime (CLR) implements the CLI Virtual Execution System (VES), the FCL implements the CLI foundational Standard Libraries.

Detailed explanation-3: -Answer: The CLR stands for Common Language Runtime and it is an Execution Environment.

Detailed explanation-4: -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. It is a part of Microsoft’s . NET Framework.

Detailed explanation-5: -NET Framework Class Library is the collection of classes, namespaces, interfaces and value types that are used for . NET applications. It contains thousands of classes that supports the following functions. Base and user-defined data types. Support for exceptions handling.

Detailed explanation-6: -NET Framework is a software development framework for building and running applications on Windows. . NET Framework is part of the . NET platform, a collection of technologies for building apps for Linux, macOS, Windows, iOS, Android, and more.

Detailed explanation-7: -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.

There is 1 question to complete.