What is serialization in .NET? What are the ways to control
serialization?
Answer Posted / ragesh
When developing smaller applications that do not have a
database (or other formal storage mechanism) or data that
doesn't need to be stored in a database (such as the state
of a web application), you often still would like to save
the data for later retrieval. There are many ways to do
this, but many of them are subject to a lot of extra code
(work) and extra time spent debugging. With .NET, there is
now an easy way to add this functionality to your code with
only a few lines of easily tested code. This easy way is
called serialization.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
Explain how you can implement Ajax in MVC?
what is use of entitydatasource control?
What is object service? : Entity framework
What is clr? How does work clr & wht is work of clr?
What is the 'page life cycle' of an ASP.NET MVC?
What is meant by viewdata?
Can I set the unlimited length for "maxjsonlength" property in config?
Is .net framework 4.8 the last version?
What is basic authentication in web api?
What is edm in entity framework?
What are action filters?
How does �side by side� work for the .net framework 3.0?
Explain Keep method in Tempdata in ASP.Net MVC?
Explain entity lifecycle? : Entity framework
What is Layout in ASP.Net MVC?