.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 2053 Page Views: 

What is Marshaling?



Posted By: Avi Date: 28 August 2009 07:04:46 AM
 Answer:

Marshaling performs the necessary conversions in data formats between managed and unmanaged code. CLR allows managed code to interoperate with unmanaged code using COM Marshaler.


Posted By: eTechPlanet


Date: 28 August 2009 07:04:46 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image kCmtJi
Related Questions
.Net Framework : What is reflection in .Net?

What is reflection in .Net?

Discovering class information at runtime.
Category: .Net Framework Date: 8/25/2009 9:46:41 PM
.Net Framework : For what purpose Boxing is used in .Net?

For what purpose Boxing is used in .Net?

Boxing is used to convert value type to reference type
Category: .Net Framework Date: 8/25/2009 9:39:47 PM
.Net Framework : What is Global Assembly Cache (GAC)?

What is Global Assembly Cache (GAC)?

Global assembly cache contains shared assemblies that are globally accessible to all .net applicatio....
Category: .Net Framework Date: 8/22/2009 7:39:06 AM
.Net Framework : Contrast the use of an abstract base class against an interface?

Contrast the use of an abstract base class against an interface?

Abstract class can provides implementation for some methods and properties while Interfaces can prov....
Category: .Net Framework Date: 8/22/2009 7:37:40 AM
.Net Framework : In the context of a comparison, what is object identity versus object equivalence?

In the context of a comparison, what is object identity versus object equivalence?

1) Two objects are identical if they share same address in memory.Two objects are equivalent if they....
Category: .Net Framework Date: 8/22/2009 7:35:23 AM