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
List out few different return types of a controller action method?
mention what are the various methods provided by the dataset object to generate xml?
How do I use partial view?
What is objectset? : Entity framework
Define the core components of an ASP.NET MVC application?
What is the use of razor view engine?
Do you know about the new features in ASP.Net MVC 4 ?
Can I set the unlimited length for "maxjsonlength" property in config?
Can you explain renderbody and renderpage in mvc?
What is the use of viewmodel in mvc?
What is edm in entity framework?
What is objectcontext? : Entity framework
What are the advantages of mvc over asp.net?
What are the versions of .net framework?
What is html.renderpartial?