Does the .NET Framework have in-built support for
serialization?
Answer Posted / 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 |
Post New Answer View All Answers
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
Can you explain model, controller and view in mvc?
What is viewstart page in mvc?
How route table is created in ASP.NET MVC?
What is RouteConfig.cs in ASP.Net MVC 4?
what is csdl?
What is entitytypes? : Entity framework
What is needed for running an application built on winfx on the .net framework 3.0?
How to Create an Intranet Site Using ASP.NET MVC?
What are differences between entity framework and l2s? : Entity framework
What is meant by tempdata in mvc?
What is the importance of NonActionAttribute?
Explain the use of Inversion of control (IOC)?
Is .net framework going away?
What is ViewData and TempData in ASP.Net MVC?