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


Please Help Members By Posting Answers For Below Questions

What is needed for running an application built on winfx on the .net framework 3.0?

697


Explain the request flow in asp.net mvc framework?

726


How we can call a javascript function on the change of a dropdown list in mvc?

788


Will there be a .net compact framework 3.0 release with release of .net framework 3.0?

744


What is object service? : Entity framework

878


Why we need a separate mobile project template, while we can render our web application in mobile ?

838


What is the use of action filters in an mvc application?

845


What is the importance of NonActionAttribute?

808


What is objectset? : Entity framework

741


Explain representational state transfer (rest) in detail?

760


why DotNetFramework is included in building a software

2436


How do I use partial view?

729


What is main objective of asp.net mvc 4 or what is new in mvc4 ?

814


What are differences between entity framework and l2s? : Entity framework

870


What is viewdata?

783