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 are Attributes in .NET?
Is .net a compiler?
Compare & contrast rich client (smart clients or windows-based) & browser-based web application
Do I have any control over the garbage collection algorithm?
Give an example for setter/ write-only methods
Which two properties are on every validation control?
SAP Business One(this is intigrated tool of .net)
What does cli do?
Can you create instance of a class which has private constructor?
Why is .net used?
Describe the Managed Execution Process?
Difference between value type & reference types ?