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 the methods used to render the views in mvc?
What is needed for running an application built on winfx on the .net framework 3.0?
explain lazy loading, eager loading, and explicit loading?
How large is the .net framework 3.0? Does this change make the release larger?
What is the use .Glimpse in ASP.Net MVC
Explain how you can send the result back in JSON format in MVC?
sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?
What is page life cycle?
How you can implement custom validation in asp.net MVC?
What is associationset? : Entity framework
What are Model Binders in ASP.Net MVC?
What are ajax helpers in mvc?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
differences between poco, model first and data first approach?
mention what is the key advantage of using entity framework or ef?