What is serialization in .NET? What are the ways to control serialization?

What is serialization in .NET? What are the ways to control serialization?

Serialization is a process of taking an object and converting into a form so that it can be transported across the network.
The serialized data can also be stored at a location using de-serialization.
The data contains the state of the object by which it can be reconstructed.

- Binary Serialization is a light and compact format.
- SOAP Serialization is used in web Services.
- XML Serialization provides custom serialization.
Difference between Interface-oriented, Object-oriented and Aspect-oriented programming.
Interface-oriented, Object-oriented and Aspect-oriented programming - Interface oriented approach compels to develop the software based on the contract...
Difference between XML Web Services using ASMX and .NET Remoting using SOAP
XML Web Services using ASMX and .NET Remoting using SOAP - XML Web services are more restricted than objects exposed over .NET Remoting.
What is the JIT? What is NGEN? What are limitations and benefits of each? - C#.Net
C#.Net - What is the JIT? What is NGEN? - Just In Time Compiler compiles the code just before it is run.
Post your comment
Discussion Board
csharp
thank u
kumar 12-14-2012