VISUAL BASIC

INTRODUCTION TO NET

BASICS OF NET FRAMEWORK

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The ____ namespace includes classes and interfaces that define the various collections of objects such as lists, queues, hash tables, arrays, etc.
A
system.collection
B
system.security
C
system.diagnostics
D
system.threading
Explanation: 

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

Detailed explanation-2: -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-3: -CLS (Common Language Specification) The Common Language Specification (CLS) is an agreement among language designers and class library designers to use a common subset of basic language features that all languages have to follow.

Detailed explanation-4: -With Microsoft’s move to . NET Core, the CLI foundational class libraries implementation is known as CoreFX instead of Framework Class Library.

Detailed explanation-5: -Compiling to MSIL MSIL includes instructions for loading, storing, initializing, and calling methods on objects, as well as instructions for arithmetic and logical operations, control flow, direct memory access, exception handling, and other operations.

There is 1 question to complete.