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 is 3 tier architecture?
Show different types of collection in .NET?
What are the purposes of using .net?
How viewstate is being formed and how it's stored on client in .net?
What does jit compilation do in .net?
Define satelite assembly?
Tell us the differences between an interface and an abstract class in .net?
What is misl?
Is there built-in support for tracing?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
What's singleton activation mode in .net?
Difference between machine.config and web.config?
Explain the use of activex control in .net?
What is the use of system.diagnostics.process class in .net?
What is close method? How its different from finalize and dispose?