What is the managed and unmanaged code in .net?

Answers were Sorted based on User's Feedback



What is the managed and unmanaged code in .net?..

Answer / guest

manged code is the code which excutes under clr environment.
clr will take care of excution and garabage collection etc.

Is This Answer Correct ?    4 Yes 0 No

What is the managed and unmanaged code in .net?..

Answer / pavan

managed code is something which is written in .net language
which can be compiled by clr
unmanaged code is something written in non .net languages
which the clr cannot understand
so we use wrappers which are managed code to run them
in .Net environment

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Dot Net General Interview Questions

What is the best way to crack the certification?

0 Answers  


Explain what is a delegate?

0 Answers  


Will it go to finally block if there is no exception happened?

0 Answers  


Is it true that objects don't always get destroyed immediately when the last reference goes away?

0 Answers  


What makes .net core cross platform?

0 Answers  






What are the fundamental objects in ADO.NET?

1 Answers  


How do you define the lease of the object in .net?

0 Answers  


Is .net a compiler?

0 Answers  


Explain can 2 different applications use the same dll in gac at the same time?

0 Answers  


What is JIT and how is works?

3 Answers  


Writing a Stored procedure to insert the values into a table

1 Answers  


Best Dot Net Center in Chennai ?

1 Answers  


Categories