Does the .NET Framework have in-built support for
serialization?
Answer Posted / 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 |
Post New Answer View All Answers
sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?
List out few different return types of a controller action method?
What is entity framework firstordefault?
What is representational state transfer (rest) mean?
What is the .net framework?
How does the .net framework 3.0 relate to windows vista?
In which assembly is the mvc framework defined?
How we can add the css in mvc?
What are bundling & minification features in asp.net mvc 4?
Difference between ASP.NET MVC and ASP.NET WebForms?
Explain Bundle.Config in ASP.Net MVC4?
what is use of entity container?
what is entity framework advantage?
explain why t4 entity is important in entity framework?
Can a view be shared across multiple controllers? If yes, how we can do that?