Why do you need to serialize
Answer / kirti
We need to serialize the object,if you want to pass object from one computer/application domain to another.Process of converting complex objects into stream of bytes that can be persisted or transported.Namespace for serialization is System.Runtime.Serialization.The ISerializable interface allows you to make any class Serializable..NET framework features 2 serializing method.
1.Binary Serialization 2.XML Serialization
| Is This Answer Correct ? | 0 Yes | 0 No |
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
Explain Bundle.Config in ASP.Net MVC4?
What is tempdata?
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
What is entity sql? : Entity framework
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
What are the ways to deploy an assembly?
Where is tempdata stored?
what is a mvc in asp.net?
3 Answers Cap Gemini, Elsinoir Technologies, HCL,
Can you use Razor code in Javascript in ASP.Net MVC?
Where do the reference-type variables go in the RAM ?