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


Please Help Members By Posting Answers For Below Questions

What are Scaffold templates in ASP.Net MVC?

784


Can I add mvc testcases in visual studio express?

783


Explain the role of assembly in the .net framework.

795


What does a viewmodel do?

744


Explain JSON Binding?

865


What is poco proxy? : Entity framework

778


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?

772


Is it possible to create a custom filter?

777


Possible ways to prevent xss attacks on mvc application?

771


What is ViewData and TempData in ASP.Net MVC?

799


In which assembly is the mvc framework defined?

782


What does mvvm mean?

766


What are the levels at which filters can be applied in an asp.net mvc application?

805


Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?

882


What is the benefit of entity framework?

762