Q:

What is Managed or Unmanaged Code in c#?

0

What is Managed or Unmanaged Code in c#?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Managed Code:

The code, which is developed in the .NET framework is known as managed code. This code is directly executed by CLR with the help of managed code execution. Any language that is written in .NET Framework is managed code.

Unmanaged Code :

The code, which is developed outside the .NET framework is known as unmanaged code. Applications that do not run under the control of the CLR are said to be unmanaged, and certain languages such as C++ can be used to write such applications, which, for example, access low – level functions of the operating system. Background compatibility with the code of VB, ASP, and COM are examples of unmanaged code.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C# Interview Questions and Answers,You Need To Know

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Explain the features of C#?... >>
<< What are Custom Exceptions?...