What is the managed and unmanaged code in .net?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Compare client server application with n-tier application

715


What is the advantage of .net?

753


Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?

832


Do you know what's the difference between .net and laravel?

784


Explain what is an anonymous method and how is it different from a lambda expression?

706


What data providers available in .net to connect to database?

731


What is the use of Treeview control?

844


What is .net debug & trace?

810


What is manifest in .net?

848


Explain the difference between vb and vb.net?

793


What is .net and why it is used?

728


If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?

759


What is singlecall activation mode used for in .net?

799


What are .net applications?

756


Explain Different kinds of methods?

1849