.net Articles
brief about .net articles section
This section provides the latest articles on .net. We update every section regularly. .NET Articles just not provide the code or tell about any technology they try to touch the concepts also.
Looking for .net articles. Here is the list:
- What is serialization?
Serialization is a process of saving the state of an object in persist format by converting it into a stream of bytes.
- Serialization Process
When the Serialize method is called on a formatter, object serialization proceeds according to the some rules. Click to explore them.
- Types of serialization
Serialization in .net is divided into different types.
Click on the link to explore.
- Binary Serialization
What is Binary Serialization? and also share one sample example.
- XML Serialization
What is XML Serialization? and also share one sample example.
- SOAP Serialization
What is SOAP Serialization? and also share one sample example.
- Custom Serialization
How to implement the Custom Serialization?