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
Difference between ASP.NET MVC and ASP.NET WebForms?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
Explain the difference between viewbag and viewdata in mvc?
What is oauth in web api?
What is the difference between old ADO.NET and Entity framework coding techniques?
What are the levels at which filters can be applied in an asp.net mvc application?
What is the use of display modes?
What is meant by bootstrap in mvc5?
which are the key concepts of entity data model?
What are the versions of .net framework?
What is .net framwork?
what is eager loading?
i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources
Explain entity lifecycle? : Entity framework
How does .net framework works?