Answer Posted / rangareddy
serialization is the proces used for the persistance of an object by wriotting the object's state to a stream of data. Object serialization takes an object's state,and convert it to a byte stream.
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
What are the 2 ways of adding constraints to a route?
Do you know about the new features in ASP.Net MVC 4 ?
What is entitycontainer? : Entity framework
Mention two instances where routing is not implemented or required?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
How we can add the CSS in ASP.Net MVC?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
What is the use of the default route?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
What is definingquery in entity framework? : Entity framework
What is the purpose of a web form?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
What is stateless model?
What are authentication filters in web api?
What is the meaning of unobtrusive javascript?