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 |
Describe the advantages of writing a managed code application instead of unmanaged one. What's involved in certain piece of code being managed ?
What's an interface
Explain the methods used to render the views in mvc?
What is MVVM design pattern?
If you are using components in your application, how can you handle exceptions raised in a component ?
4 Answers Accenture, BirlaSoft,
Is any files are generated,when we are adding the web reference to the web service?
What does mvvm mean?
Which are the abstract classes available under system.xml namespace
Does .NET Framework support SAX?
Can you draw and explain the .NET Farmework?
What is the CLR
What is Attribute Routing in ASP.Net MVC?