Preview

CLR: Execution Engine for .NET Framework Applications

Satisfactory Essays
Open Document
Open Document
2532 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
CLR: Execution Engine for .NET Framework Applications
DotNet Generic Number: Heading: Question: Answer: Comments: Level: SE/SSE/TL 1 .NET Generic What is CLR? The CLR is the execution engine for .NET framework applications.

Number: Heading: Question: Answer:

2 .NET Generic What are the services provided by CLR? Code Management, Application Memory Isolation, Verification of type safety, Native code conversion, Managing memory for objects, Enforcement of CAS (Code Access Security), Exception handling, Interop (COM and Win32), Profiling, Debugging Answer may not necessarily contain all the info. SE/SSE/TL

Comments: Level:

Number: Heading: Question: Answer: Comments: Level: Number: Heading: Question: Answer: Comments: Level: Number: Heading: Question:

3 .NET Generic What is CTS? Commom Type System. This is the range of types that .NET runtime (CLR) understands. SE/SSE/TL 4 .NET Generic What is CLS? Commom Language Specification. This is the subset of CTS, which all .NET languages must support. SE/SSE/TL 5 .NET Generic What is advantage of CLS?
Page 1 of 14

Compiled By rsonidotnet@yahoo.com

DotNet Generic Answer: The idea is that any program which uses CLS complaint can interoperate with any .NET program written in any other language. For example, allowing a VB.NET class to derive from a C# class. SE/SSE/TL

Comments: Level:

Number: Heading: Question: Answer:

6 .NET Generic What is MSIL? Microsoft Intermediate Language. All .NET source code is converted to IL code after compilation. The IL is converted to native code at the point where the software is installed, or runtime by Just-In-Time Compiler. SE/SSE/TL

Comments: Level:

Number: Heading: Question: Answer: Comments: Level:

7 .NET Generic What is “managed”code? All the code that target CLR is mananged code i.e instance (or) object management is taken care by the CLR through Garbage Collection. SE/SSE/TL

Number: Heading: Question: Answer:

8 .NET Generic What is an Assembly? An assembly is described as logical unit, which can

You May Also Find These Documents Helpful