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
What is a view engine?
How route table is created in ASP.NET MVC?
Mention what is the difference between “ActionResult” and “ViewResult” ?
Explain dependency resolution?
What is poco proxy? : Entity framework
what is way of loading data in ef (entity framework)?
What is the advantage of mvc?
What is entity framework? : Entity framework
What is the greatest advantage of using asp.net mvc over asp.net webforms?
Explain what is the difference between view and partial view?
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
What is the difference between adding routes, to a webforms application and to an mvc application?
What is objectset? : Entity framework
What is viewdata?
what do you mean by navigation property?