Does the .NET Framework have in-built support for
serialization?
Answers were Sorted based on User's Feedback
Answer / swapna
There are two separate mechanisms provided by the .NET
class library - XmlSerializer and soapFormatter or
BinaryFormatter. Microsoft uses XmlSerializer for Web
Services, and uses SoapFormatter/BinaryFormatter for
remoting. Both are available for use .
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / kirti
There are two separate mechanisms provided by the .NET class library - XmlSerializer and SoapFormatter/BinaryFormatter. Microsoft uses XmlSerializer for Web Services, and uses SoapFormatter/BinaryFormatter for remoting. Both are available for use in your own code.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is action methods in web api?
Can source code be reverse-engineered from IL?
Why string are called Immutable data Type
What are the 2 popular asp.net mvc view engines?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
Can you explain the page life cycle of mvc?
Is dapper faster than entity framework?
What is shared and private assembly ?
3 Answers Accenture, BirlaSoft,
What is entity framework used for?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
What is viewbag title?
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?