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
Explain what languages does the .net framework support?
what is split entity?
Can you use Razor code in Javascript in ASP.Net MVC?
what is lazy loading in entity framework?
What is entity client data provider? : Entity framework
What are action filters?
Which .net framework is installed?
Is razor a server side?
Can you explain the page life cycle of mvc?
Can I use razor code in javascript in asp.net mvc?
How we can register the Area in ASP.Net MVC?
What are differences between entity framework and l2s? : Entity framework
What are the levels at which filters can be applied in an asp.net mvc application?
what is deferred loading(lazy loading)?
mention what is the difference between ado.net and classic ado?