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
What is the version number for the next version of the .net framework, codenamed �orcas�?
What does mvvm mean?
What is meant by domain model?
How does �side by side� work for the .net framework 3.0?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
What is the difference between entity framework and mvc?
Explain the request flow in asp.net mvc framework?
What is clr? How does work clr & wht is work of clr?
Explain ASP.NET MVC Identity and Security?
Explain Sections is ASP.Net MVC?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
What is the importance of NonActionAttribute?
which are the key concepts of entity data model?
What is entitytype? : Entity framework
what is datacontrols?