What is the managed and unmanaged code in .net?
Answers were Sorted based on User's Feedback
Answer / guest
manged code is the code which excutes under clr environment.
clr will take care of excution and garabage collection etc.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / pavan
managed code is something which is written in .net language
which can be compiled by clr
unmanaged code is something written in non .net languages
which the clr cannot understand
so we use wrappers which are managed code to run them
in .Net environment
| Is This Answer Correct ? | 2 Yes | 3 No |
Explain me what is an anonymous method and how is it different from a lambda expression?
What does .net stand for?
How viewstate is being formed and how it is stored on client in .net?
What is lazy initialization?
Explain weg config settings for exception managment in asp.net?
What are the similarities and difference between class and structure in .net?
Explain the Difference between value and reference type.
How can you instantiate a tuple?
Explaing your project.
What are the improvements made in cas in .net 4.0?
Please explain what is the .net framework and how does it work?
What is the model role in Mvc architecture?