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
Compare client server application with n-tier application
What is the advantage of .net?
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?
Do you know what's the difference between .net and laravel?
Explain what is an anonymous method and how is it different from a lambda expression?
What data providers available in .net to connect to database?
What is the use of Treeview control?
What is .net debug & trace?
What is manifest in .net?
Explain the difference between vb and vb.net?
What is .net and why it is used?
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What is singlecall activation mode used for in .net?
What are .net applications?
Explain Different kinds of methods?