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 |
What is prerender event of a page?
What is a resource? Provide an example from your recent project.
what all type of application can u make with visual studio?
What are the different.net tools which you used in projects?
What are the differences between com architecture and.net architecture?
What tools can I use to develop .net applications?
Explain manifest & metadata.
Explain the garbage collection process?
When should I use .net core?
Tell us what is the native image generator?
Integer & struct are value types or reference types in .NET?
In Mvc Architecure what is view?