What is the managed and unmanaged code in .net?
Answers were Sorted based on User's Feedback
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 |
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 |
What is model-view -controller Architecture?
Tell us what is the difference between struct and class?
C++ & C# differences ?
What are the different types of assemblies?
What is immutability?
What are the different types of remote object creation mode in .net?
What are the advantages of .net core?
How to create properties and methods using controls?
Can we use data reader to bind gridview?
What is view state?
What?s Singleton activation mode?
What is RPC? What is the use of it?