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 |
Explain linq to entities? : Entity framework
what is entity framework?
What is namespaces
What is RouteConfig.cs in ASP.Net MVC 4?
What is presentation framework?
Where are the value-type variables allocated in the computer RAM ?
what is Thread Priority?
What is global assembly cache
What is the use of JIT
what is Framework?
What is MVVM design pattern?
What is the use of the default route?