What is the difference between managed and unmanaged code?
Answer Posted / uppalashiva
A code that executed under the instructions of CLR is called
managed code.
A code that execute without the instruction of CLR is called
unmanaged code.
| Is This Answer Correct ? | 59 Yes | 2 No |
Post New Answer View All Answers
Is it possible to share a view across multiple controllers?
Explain the types of Scaffoldings.
Explain tempdata in mvc?
What is meant by viewdata?
Give an example for authorization filters in an asp.net mvc application?
Can I use razor code in javascript in asp.net mvc?
What is model first? : Entity framework
What is definingquery in entity framework? : Entity framework
mention what are the various methods provided by the dataset object to generate xml?
What is viewbag?
will there be any issues adding a table without primary keys to a data model?
What is disconnected scenario? : Entity framework
Explain what platforms does the .net framework run on?
What is Differnce between html.action and ajax.action?
Explain how to use multiple submit buttons in ASP.Net MVC?