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 an anonymous method and how is it different from a lambda expression?
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?
What is Garbage Collection in .Net? Garbage collection process?
diff between forms authentication and windows authentication?
Difference between dispose and finallize method?
How anonymous method is different from a lambda expression?
In Mvc Architecure what is view?
Explain the difference between public and static modifiers?
What are the types of assemblies in .net?
for the textbox if i want to allow only numbers.what ever the characters u enter it should not take.which event u used?
Is .net core stable?
What is .net and .net framework?