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
Can you explain the page life cycle of mvc?
What is orm entity framework?
How we can add the CSS in ASP.Net MVC?
Is .net framework backwards compatible?
Why to use html.partial in mvc?
What is the use .Glimpse in ASP.Net MVC
What is partialview in asp.net mvc?
What is difference between razor and web form engine?
What is RouteConfig.cs in ASP.Net MVC 4?
What is stateless model?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
What is basic authentication in web api?
how do you mark a property as required? For example, for a project, the name is a required field.
Explain entity lifecycle? : Entity framework
What is connected scenario? : Entity framework