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 |
Is .net core faster than .net framework?
Define the core components of an ASP.NET MVC application?
Explain Bundle.Config in ASP.Net MVC4?
IS MS.Net platform independent or dependent?
19 Answers Infosys, Ksb, Satyam,
How we can call a javascript function on the change of a dropdown list in mvc?
Where The Inheritence is useful?How we decide the situation of inheritence
Explain RenderBody and RenderPage in ASP.Net MVC?
Does .NET Framework support SAX?
Describe the .net framework architecture.
If I have multiple filters implemented, what is the order in which these filters get executed?
Explain the use of Inversion of control (IOC)?
What is the use of dataadapter ?