Basic Dot Net Question:

What is serialization, how it works in .NET?

Tweet Share WhatsApp

Answer:

Serialization is when you persist the state of an object to a storage medium so an exact copy can be re-created at a later stage.
Serialization is used to save session state in ASP.NET.
Serialization is to copy objects to the Clipboard in Windows Forms
Serialization is used by remoting to pass objects by value from one application domain to another

Download Dot Net PDF Read All 116 Dot Net Questions
Previous QuestionNext Question
ASP.NET interview questions list only? What is Response object? How is it related to ASP’s Response object?