GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  Microsoft.NET
Go To First  |  Previous Question  |  Next Question 
 Microsoft.NET  |  Question 5 of 38    Print  
what is marshling

  
Total Answers and Comments: 4 Last Update: November 24, 2008     Asked by: ramkbalak 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
December 04, 2005 11:12:35   #1  
abhaya        

RE: what is marshling

Marshaling performs the necessary conversions in data formats between managed and unmanaged code.CLR allows managed code to interoperate with unmanaged code usining COM Marshaler(Component of CLR)


 
Is this answer useful? Yes | No
July 16, 2007 07:06:05   #2  
vadivelan        

RE: what is marshling
If fake copy of the server object that resides as really act as server. this marshall object is communicated to the server real server object and the client object. This process is known as marshelling
 
Is this answer useful? Yes | No
October 03, 2007 04:14:44   #3  
sasikanth3e Member Since: September 2007   Contribution: 2    

RE: what is marshling
marshelling is the process of converting object stream into byte stream
 
Is this answer useful? Yes | No
November 24, 2008 16:14:13   #4  
LakRam Member Since: December 2007   Contribution: 1    

RE: what is marshling
NET runtime automatically generates code to translate calls between managed code and unmanaged code. While transferring calls between these two codes .NET handles the data type conversion also. This technique of automatically binding with the server data type to the client data type is known as marshalling. Marshaling occurs between managed heap and unmanaged heap.
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape