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 |
Why do you need to box a primitive variable
Explain how you can implement Ajax in MVC?
What is partialview in asp.net mvc?
What is the use of dataadapter ?
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
What is the advantage of mvc?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
Is CLR is compiler or Interpreter
What is the difference between string and String
What are the components of the .net framework.
What are the contents of assembly?
what do you mean by navigation property?