Answer Posted / kirti
Serialization is the process of converting an object into a stream of bytes. Deserialization is the opposite process of creating an object from a stream of bytes. Serialization / Deserialization is mostly used to transport objects (e.g. during remoting), or to persist
objects (e.g. to a file or database).
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain peek method in tempdata in asp.net mvc?
What is entity framework in asp net?
What does a viewmodel do?
How we can multiple submit buttons in ASP.Net MVC
What is storage model? : Entity framework
explain what does .edmx file contains?
what is linq to entities?
What is net framework 3.0 ?
Mention two instances where routing is not implemented or required?
what is .edmx file and what it contains?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
What is controllercontext?
Does razor engine supports for tdd?