what is managed and unmanaged code?

Answers were Sorted based on User's Feedback



what is managed and unmanaged code?..

Answer / mayank

managed codes are which is supported by CLR, and unmanaged
code are those which is not supported.

Is This Answer Correct ?    4 Yes 2 No

what is managed and unmanaged code?..

Answer / manish singh

Managed code: A code that is managed by CLR is know as
Manged code for example C#,j#,Vb.Net etc

Unmanged code: A code that is not managed by CLR is known
as Unmanaged by unmanaged code. for example c++, java, c etc

Is This Answer Correct ?    4 Yes 2 No

what is managed and unmanaged code?..

Answer / sharifuddin

managed code: maintains in the Stack memory with the help of CLR

But unmanaged
code does not maintain by the CLr, and iots maintain by the
Heap memory.

Is This Answer Correct ?    1 Yes 1 No

what is managed and unmanaged code?..

Answer / kirti

The .NET framework provides several core run-time services to the programs that run within it - for example exception handling and security. For these services to work, the code must provide a minimum level of information to the runtime. i.e., code executing under the control of the CLR is called managed code. For example, any code written in C# or Visual Basic .NET is managed code.

Code that runs outside the CLR is referred to as "unmanaged code." COM components, ActiveX components, and Win32 API functions are examples of unmanaged code.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is difference between inproc and outproc?

0 Answers  


In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected

8 Answers   Proteans,


difference between caching objects in session objects?

2 Answers  


what is service contract,operation contract?

2 Answers  


How do you specify whether your data should be passed as Query string and Forms (Mainly about POST and GET)

2 Answers  






What is a 1x1 pixel?

0 Answers  


Explain exception handling in .net.

0 Answers  


Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?

0 Answers  


Explain About duration in caching technique

0 Answers   BirlaSoft,


How do you set language in web.cofig ?

3 Answers   Keane India Ltd,


Why is validation always done on the server? When does that occur?

2 Answers  


What is xaml? Are xaml file compiled or built on runtime?

0 Answers  


Categories