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 the Scope of public/private/friend/protected/protected friend.
Difference between abstract class and interface in .net?
Which namespace is used to support multithearding in .NET?
0 Answers Sans Pareil IT Services,
Explain webfarm vs webgardens in .net?
What is reflection in microsoft .net context?
What is Full trust permission set in .Net
What is the difference between a class and an object, and how do these terms relate to each other?
Explain what does managed mean in the .net context?
What is CLR, CLS,CTS
4 Answers Deloitte, Vee Technologies,
where are connection strings stored?
What are three common acronyms used in .net, and what do they stand for?
What tools is used to develop .NET applications?