Does the .NET Framework have in-built support for
serialization?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
How you can implement custom validation in asp.net MVC?
what is model first approach?
What's the difference between Java and .NET garbage collectors ?
how can you enhance the performance of entity framework?
What is Attribute Routing in ASP.Net MVC?
What are the new features 3.5 framework against with the tool?
What platforms does the .NET Framework run on?
What is the main difference between VS 2005 and VS 2003?
What are the two ways to add constraints to a route?
What are delegates?where are they used
What does 'managed' mean in the .NET context
Can you please explain the request flow in ASP.NET MVC framework?