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 do you mean by table-per-hierarchy?
About namespaces ?
What is .net framework in simple terms?
VIEWS WITH SYNTAX AND EXAMPLE IN SQL
Is it possible to use multipe inheritance in .net
Explain Model, view and Controllers in Asp.Net MVC?
Explain tempdata in mvc?
what is Framework?
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
What are the main features of asp.net mvc 4 used by asp.net web api?
What are the possible razor view extensions?
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?