Answer Posted / 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 |
Post New Answer View All Answers
what is entity framework?
What does mvvm mean?
what is datacontrols?
What is separation of concerns in asp.net mvc?
What is conceptual model? : Entity framework
What are actions in mvc?
Explain how you can send the result back in JSON format in MVC?
what is eager loading?
Is dapper faster than entity framework?
What are the new enhancements done in default project template of asp.net mvc 4?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Can we change web.config settings from iis?
how can you tell ef to have a different table or column name than that defined for the class?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
Why to use html.partial in mvc?