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
How does servicing work for the .net framework 3.0?
What is entity client data provider? : Entity framework
Explain Model, view and Controllers in Asp.Net MVC?
Explain the advantages of asp.net mvc over asp.net?
What is session state management?
How route table has been created in ASP.NET ASP.Net MVC?
What are the advantages of razor view engine?
How the ‘page lifecycle’ of ASP.Net MVC does works?
What is layout in mvc?
What is meant by bootstrap in mvc5?
How can you return string result from Action in ASP.Net MVC?
Is .net core replacing .net framework?
Explain Bundle.Config in ASP.Net MVC4?
Explain RenderBody and RenderPage in ASP.Net MVC?
What are the benefits of .net framework?