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
Is it possible to cancel filter execution?
Explain Bundle.Config in ASP.Net MVC4?
What are differences between entity framework and l2s? : Entity framework
What is the importance of NonActionAttribute?
How route table is created in ASP.NET MVC?
How can we determine action invoked from HTTP GET or HTTP POST?
What is associationset? : Entity framework
What is the meaning of unobtrusive javascript? Explain us by any practical example.
what is entity framework?
What is asp net framework?
Is entity framework slow?
Difference between ASP.NET MVC and ASP.NET WebForms?
How does �side by side� work for the .net framework 3.0?
Is it possible to share a view across multiple controllers?
Are there any parts of the .net framework 3.0 that only work on windows vista?