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 you mean by routing in mvc?
Is dapper faster than entity framework?
What is the use of razor view engine?
exe abrevatiom
How route table has been created in asp.net mvc?
What is serialization ?
What is the CLR
Name a few different return types of a controller action method?
What is serialization in .NET? What are the ways to control serialization?
What is mapping in entity framework? : Entity framework
What is conceptual model? : Entity framework
can we change the page layout in ASP.NET 2.0 as grid layout like in the previous version?