Common Language Infrastructure or CLI
What is the Common Language Infrastructure (CLI)? What relation does .NET have with the CLI?
Expert
The Common Language Infrastructure (CLI) is an open specification developed by Microsoft and standardized by ISO and ECMA that describes the executable code and runtime environment that form the core of the Microsoft .NET Framework and the free and open source implementations Mono and Portable.NET. The specification defines an environment that allows multiple high-level languages to be used on different computer platforms without being rewritten for specific architectures.
CLI is a standard but .NET is an implementation of CLI or another Microsoft proprietary technology.
Program counter: A program counter is an integral portion of a computer's Central Processing Unit. It includes a reference to the memory address of the subsequent instruction to be fetched, ready to be executed throughout the next fetch-execute cycle.
Normal 0 false false
Input output formatting in C++: C++ support
What is the use of Macros used in <windows.h> header files?
UTF: Universal Character Set (abbreviated as UCS) Transformation Format. The format for symbolizing multibyte characters which is compatible with programs and file systems which were only made to handle single byte characters.
Define CORBA? What does it do?
Overriding for restriction: It is a form of method overriding in which the sub-class version of a method calls the super-class version first of all and then employs or manipulates the outcome or consequences of that call in some manner.
Which is the excellent tool one should learn, which is the tool having demand within the market?
Describe how to include the CSS within the HEAD Tag?
18,76,764
1946518 Asked
3,689
Active Tutors
1450195
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!