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 is the use of web api ? Why web api needed, if you have already restful services using wcf ?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
Are there any parts of the .net framework 3.0 that only work on windows vista?
I have 2+ years of fake experience,actually i could not answer for project questions..?how can i answer please suggest me..?
What is display mode in mvc?
What is a razor file?
What is the use of the default route {resource}.axd/{*pathinfo} ?
What are the 2 ways of adding constraints to a route?
Which is the root namespace for fundamental types in .net framework?
what is entity sql?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
What is .net framework used for?
Is .net framework going away?
Describe the gac in the .net framework.
What are Non Action methods in ASP.Net MVC?