What is the difference between managed and unmanaged code?
Answer Posted / rita patel
The code that targets the CLR is known as managed code.
and the code that doesn't targets the CLR is known as
unmanaged code.
unmanaged code is still executed by CLR but it doesn't get
advantages of CLR like memory management, thread managament,
security, garbage mechanism etc.
managed code executed on fixed location in memory while
unmanaged code executes on random location in memory.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
explain what is ado.net entity framework?
What is the use of display modes?
What is objectset? : Entity framework
Explain the role of assembly in the .net framework.
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
Is .net core faster than .net framework?
Does Tempdata hold the data for other request in ASP.Net MVC?
which are the key concepts of entity data model?
What is the role of the jit compiler in .net framework?
what is entity framework?
What are authentication filters in web api?
Do I need microsoft .net framework?
What is an asynchronous controller in asp.net mvc?
What is NonActionAttribute ?
what is minimum requirement for entity framework applications to run?