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 global assembly cache
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
Is mvc 4 supporting windows azure sdk (software development kit) ?
Difference between <connectionstring> and <appsettings>
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
Explain what is the difference between view and partial view?
what are background threads? give ex?
what is a round trip?What is a postback?
WHICH IS MORE SECURED AMONG JAVA AND .NET?
What is Global Assembly Cache (GAC) and what is the purpose of it?
who handles these error while writing the source code???.
What are the 3 main components of an asp.net mvc application?