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
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is mvc entity framework?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
What is poco proxy? : Entity framework
Is mvc 4 supporting windows azure sdk (software development kit) ?
Explain how you can implement Ajax in MVC?
What is meant by bootstrap in mvc5?
what do you mean by table-per-hierarchy?
Explain bundle.config in mvc4?
Can any particular component of .net framework 3.0 be removed?
what is entity framework advantage?
Can you explain renderbody and renderpage in mvc?
Do I need microsoft .net framework?
What is viewstart page in mvc?
What are scaffold templates in mvc?