What is the Managed Code?
Experience Level: Junior
Tags: .NET
Answer
The managed code is a code that can be executed and managed by .NET Framework Common Language Runtime. All codes based on the intermediate language (IL) execute as managed code.
Related .NET job interview questions
What is Assembly Manifest?
.NET SeniorHow to invoke Garbage Collector programmatically?
.NET SeniorWhat is the Garbage Collector in .NET Framework?
.NET MediorWhat is Common Language Specification (CLS)?
.NET SeniorWhat is common Type System (CTS)?
.NET Senior