Microsoft.NET 2.0 Question:
Download Questions PDF

What is marshling?

Microsoft.NET 2.0 Interview Question
Microsoft.NET 2.0 Interview Question

Answer:

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)

Download Microsoft.NET 2.0 Interview Questions And Answers PDF

Previous QuestionNext Question
A developer company sends dlls to the client. some client is not happy current functionality, so request some modification. developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?What is the difference between asp.net & vb.net and explain architecture?