What is the difference between managed and unmanaged code?
Answer Posted / priya
codes that are executed in a clr environment is managed
code and the codes which are not executed in a clr env. is
called unmanaged code.
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What is difference between Viewbag and Viewdata in ASP.NET MVC?
What is the difference between .net core and .net framework?
What filters are executed in the end?
how do you mark a property as required? For example, for a project, the name is a required field.
What are Model Binders in ASP.Net MVC?
What are Action Filters in ASP.NET MVC and its use?
How does the 'page lifecycle' of asp.net mvc works?
What are the advantages of razor view engine?
Explain the 'page lifecycle' of an ASP.NET MVC?
What is namespace of asp.net mvc?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
What is the use of display modes?
Can I set the unlimited length for "maxjsonlength" property in config?
what is csdl?
what do you mean by navigation property?