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
What are Scaffold templates in ASP.Net MVC?
Can I add mvc testcases in visual studio express?
Explain the role of assembly in the .net framework.
What does a viewmodel do?
Explain JSON Binding?
What is poco proxy? : Entity framework
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?
Is it possible to create a custom filter?
Possible ways to prevent xss attacks on mvc application?
What is ViewData and TempData in ASP.Net MVC?
In which assembly is the mvc framework defined?
What does mvvm mean?
What are the levels at which filters can be applied in an asp.net mvc application?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
What is the benefit of entity framework?