I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
Answer / Ravi Shekhar Kumar
The choice between `XmlSerializer`, `SoapFormatter`, or `BinaryFormatter` depends on your specific requirements. Use XmlSerializer when you need to serialize and deserialize XML data, SoapFormatter for SOAP messages, and BinaryFormatter for binary data storage in memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a delegate in .NET?
What are the two kinds of properties.
Which two properties are on every validation control?
Can a try block have more than one catch block?
What are the important components of .net?
How do you create threading in.net?
How to convert a .NET object into COM operabililty?
1 Answers Petranics Solutions,
What method do you use to explicitly kill a users session? How?
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
Explain the difference between task and thread in .net?
What is a system lock?
What is cyclomatic complexity and why is it important?