Does the .NET Framework have in-built support for
serialization?
Answer Posted / 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 |
Post New Answer View All Answers
What is .net architecture?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
What is the difference between windows vista and .net framework 3.0 ?
Can you explain model, controller and view in mvc?
How you can implement custom validation in asp.net MVC?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
Explain the request flow in asp.net mvc framework?
Does razor engine supports for tdd?
How route table has been created in asp.net mvc?
What is the use of the default route?
How to Create an Intranet Site Using ASP.NET MVC?
how do you query in entity model when the result has a join from from different database other than the entity model?
What is entity framework used for?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
Explain Model, view and Controllers in Asp.Net MVC?