What is unmanaged code and will CLR handle this kind of code
or not ?
Answer Posted / swapna
Unmanaged code is the type of code which will not execute
in the CLR environment. Memory manangement,garbage
collection,security of CLR environment do not apply to
Ummanaged code.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Can you explain remoting?
How can we call methods in remoting asynchronously?
Explain when we use web service and when we use remoting?
Explain the hierarchial description of remoting?
Can we configure a .net remoting object via xml file?
Types of compatabilities and explain them ?
Are you aware of containment and Aggregation ?
What are the channels in .net remoting?
What are different types of assemblies?
What are the types of remotable objects?
What are the advantage of remoting over web services?
What is unboxing?
What are the different types of channels used by .net remoting and which is the best one?
Explain how to directly call a native function exported from a dll?
Explain the Flow of remoting?