What is the difference between managed and unmanaged code?

Answer Posted / uppalashiva

A code which is understandable by CLR is called managed code
A code which is not understandable by CLR is called
unmanaged code

Is This Answer Correct ?    32 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is poco proxy? : Entity framework

558


Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?

539


Is it possible to create a custom filter?

567


How large is the .net framework 3.0?

558


I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.

2171






Explain what languages does the .net framework support?

523


What is MVVM design pattern?

603


What is entity client data provider? : Entity framework

545


What is the difference between .net core and .net framework?

500


differences between poco, model first and data first approach?

598


Describe the roles of clr in .net framework.?

642


When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?

554


What is viewbag title?

529


What are the two ways to add constraints to a route?

545


Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?

2060