What is marshalling and what are different kinds of marshalling?
Answer / Abhinaw Kumar Rai
Marshalling, in the context of C#, refers to the process of converting data between different formats or representations. Common types of marshalling include: Struct Layout Marshalling (which controls the layout of custom structures), PInvoke Marshalling (which allows calling unmanaged code from managed code), and XML Serialization (which converts objects into XML format for transfer over a network or storage in a file).
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you use nullable?
What is the difference between “finalize” and “finally” methods in c#?
Name the property of the textbox which cannot be changed at runtime?
Can we inherit static class in c#?
What is a console operator?
Why constructor is used in c#?
What?s the difference between // comments, /* */ comments and /// comments?
What do you mean by for each loop?
What is default class in c#?
What is a method signature c#?
What are the two uses of a ‘using’ statement in c#?
What is the best method to fill the GridView. using SqlDataReader or Dataset and why
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)