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
Tell me what is serialization?
What is the difference between boxing and unboxing?
What is a .net class?
What is meant by globalization?
How to instantiate a delegate?
How to view a .NET assembly?
Explain the garbage collection process?
What is RPC? What is the use of it?
What is a formatter in .net?
What are asp.net authentication providers and iis security?
When we go for html server controls and when we go for web server controls?
Explain the difference between task and thread in .net?
What is RCW (Run time Callable Wrappers)?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
What is lambda expressions in c#?