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 |
Explain what is reflection in microsoft .net context?
Why inheritance is important?
What is a .net class?
Why did they call it .net?
Can I write il programs directly?
SAP Business One(this is intigrated tool of .net)
When we use windows api in .net is it managed or unmanaged code?
What is value type and refernce type in .net?
What is prerender event of a page?
What is .net standard?
What is Method Overriding? How to override a function in C#?
Explain how to manage pagination in a page using .net?