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 dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?

1813


What is the advantage of mvc?

626


What is meant by viewdata?

562


Give an example for authorization filters in an asp.net mvc application?

546


Is the following route definition a valid route definition? {controller}{action}/{id}

766






What is .net framework used for?

600


Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?

550


Explain peek method in tempdata in asp.net mvc?

599


Explain something about model, view and controllers in asp.net mvc?

563


What does mvvm mean?

560


What is the use of the default route?

609


Is razor a server side?

536


Explain the methods used to render the views in mvc?

570


What is namespace of asp.net mvc?

612


Can you explain the page life cycle of mvc?

572