Answer Posted / 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 |
Post New Answer View All Answers
What are an object and a class?
What is Complex Class in .NET?
Using activex control in .net?
How do we access crystal reports in .net?
State some of the different languages supported by .net?
Explain the .net framework overview?
Explain how garbage collection works?
Explain about managed heap?
Tell us what is the difference between struct and class?
What does jit do?
Types of evidence in .net with context to CAS
What is meant by localization?
What is stored procedure ? how we use it in .NET ?
How to implement CAS in .Net?
What is alias ? Is it used in .Net ?