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
What is disconnected scenario? : Entity framework
Can you set the unlimited length for "maxjsonlength" property in config?
How we can add the css in mvc?
Can a view be shared across multiple controllers? If yes, how we can do that?
What is the use of razor view engine?
What are Code Blocks in Views?
What are action filters?
How can you return string result from Action in ASP.Net MVC?
Explain ASP.NET MVC Identity and Security?
Can you explain renderbody and renderpage in asp.net mvc?
What is page life cycle?
Is it possible to share a view across multiple controllers?
Difference between ASP.NET MVC and ASP.NET WebForms?
What are ajax helpers in mvc?
What is viewdata?