Does the .NET Framework have in-built support for
serialization?

Answers were Sorted based on User's Feedback



Does the .NET Framework have in-built support for serialization?..

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

Does the .NET Framework have in-built support for serialization?..

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

Post New Answer

More Dot Net Framework Interview Questions

What is tempdata?

0 Answers  


WHICH IS THE BEST INSTITUTE FOR DOTNET REAL TIME PROJECT TRAINING

21 Answers   ABC, Cap Gemini, Comspark,


who handles these error while writing the source code???.

2 Answers  


What is clr? How does work clr & wht is work of clr?

0 Answers  


Explain linq to entities? : Entity framework

0 Answers  


Describe the advantages of writing a managed code application instead of unmanaged one. What's involved in certain piece of code being managed ?

1 Answers  


What is .net framwork? what is web application? what is CLR? How does work CLR & wht is work of CLR? What is compile? wht is thread? what does use in .net?

4 Answers   IBM, NIIT,


what is linq to entities?

0 Answers   Microsoft,


Integer & struct are value types or reference types in .NET?

3 Answers  


Which is the institute which also caters to your personal development other than subject.

1 Answers   TCS,


What are Resource Files ? How are they used in .NET

1 Answers  


What is the advantage of using asp.net routing?

0 Answers  


Categories