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 |
What is entity client data provider? : Entity framework
How do assemblies find each other?
Mention some action filters which are used regularly in ASP.Net MVC?
What is object service? : Entity framework
Can you handle all button click events at once in a form? Give coding.
What is the mvc pattern (model view controller pattern)?
how to face first interview in .NET?
What are the contents of assembly?
What is the .net framework?
How to Redirect Tracing to a File
What is side-by-side execution? Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables
explain why t4 entity is important in entity framework?