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 |
Can you explain model, controller and view in mvc?
How to Redirect Tracing to a File
Explain how you can implement Ajax in MVC?
How large is the .net framework 3.0? Does this change make the release larger?
What operating systems will the .net framework 3.0 be available for?
explain what does .edmx file contains?
js fn to go to the particular page when enter is clicked
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
Explain the methods used to render the views in ASP.Net MVC?
What is CLR? How it will work?
Explain Model, view and Controllers in Asp.Net MVC?
If we not suppress finalize method in dispose what will happen?