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 are the Core features of ASP.NET MVC?
Explain test driven development (tdd) ?
Which are the important namespaces used in mvc?
how can you enhance the performance of entity framework?
What is tracing?Where it used.Explain few methods available
What does CLR do after the IL is generated and machine language is generated .Will it look for main method ?
what is a round trip?What is a postback?
What are Non Action methods in ASP.Net MVC?
What is Jit compilers?.how many are available in clr
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
What is Reference type and value type
How do you create shared assemblies ?