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 mapping in entity framework? : Entity framework

513


Explain two instances where routing is not implemented or required?

584


i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?

1740


Explain what platforms does the .net framework run on?

543


Explain representational state transfer (rest) in detail?

547






Explain Keep method in Tempdata in ASP.Net MVC?

562


Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?

619


What is Peek method in Tempdata in ASP.Net MVC?

595


What are the advantages of mvc over asp.net?

558


What is action methods in web api?

523


Explain the advantage of packaging over xcopy in .net?

538


What is Dependency Injection in ASP.Net MVC

576


Can you set the unlimited length for "maxjsonlength" property in config?

551


What is entity sql? : Entity framework

557


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

537