Global
Guideline
Comprehensive Job Interviews
Home
Interview Questions
Online Quiz Tests
Blog
Contact Us
Close Menu
Copyright © 2005 - 2024. All Rights Reserved
Search
Home
Interviews
Microsoft .Net Technologies
Microsoft.NET 2.0
Microsoft.NET 2.0 Question:
What is marshling?
Tweet
Share
WhatsApp
Download PDF
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 PDF
Read All 19 Microsoft.NET 2.0 Questions
Previous Question
Next 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?