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 |
Describe ways of cleaning up objects.
asp mean
What is alias ? Is it used in .Net ?
What is common type system (cts)?
Difference abstract class and interface in .net?
What is a .net class?
What is static constructor, when it will be fired? And what is its use?
What is difference between .net and .net core?
Do you know the difference between the stack and the heap?
What is the Difference between a sub and a function?
Is .net is platform independent. If am using solaris, installing .net first u had to install framework, so framework is .exe file then it will not take in solaris or any other than windows,then how .net is platform independent.
What is the difference between task and thread in .net?