What is Serialiazation?
Answer / mithun
Serialization is the process of converting an object into a stream of bytes in order to persist it to memory, a database, or a file. Its main purpose is to save the state of an object in order to be able to recreate it when needed.
Through serialization, a developer can perform actions like sending the object to a remote application by means of a Web Service, passing an object from one domain to another, passing an object through a firewall as an XML string, or maintaining security or user-specific information across applications.
| Is This Answer Correct ? | 12 Yes | 1 No |
How will you register com+ services?
Explain what are possible implementations of distributed applications in .net?
Give an example for setter/ write-only methods
what is AGILE SCRUM methodoly....?
Explain me what is an anonymous method and how is it different from a lambda expression?
differance between checkbox and rediobutton in vb.net?
Explain the process of compilation in .NET?
What is Finalizer in .NET define Dispose and Finalize ?
Explain how to rename a table using sql queries?
What is JIT and how is works?
Is .net core the future?
What does SCM do?