Resources  
  • Generic Serializing and Deserializing Object as XML Data Using XmlSerializerApr 27, 2012. In this article we are going to see how to serialize and deserialize an object as XML data.
  • Serializing and Deserializing Object as XML Data Using XmlSerializerApr 21, 2012. In this article we are going to see how to serialize and deserialize an object as XML data.
  • Converting XML data to CLR object using XmlSerializerFeb 14, 2011. My last Post (Consuming Webservice from Silverlight) was all about accessing a web service/API from Silverlight; there I described how to consume an external API, with a sample from GeoName web services. As I said in that article, this article is the continuation. Here I am going to demonstrate how to convert the result output, which is in XML, to a CLR object and of course using it as a datasource in a Silverlight application.
  • .NET SerializationApr 30, 2013. Serialization in .NET facilitates object state persistence, enabling transmission across networks or storage in various formats like binary and XML. It ensures data integrity, exemplified by the US Visa application, utilizing binary serialization. Implementing serialization requires marking classes with attributes.
  • WCF Opt-In Vs. Opt-Out: Day 8Oct 08, 2012. In this article we will discuss two different approaches i.e. Opt-In and Opt-Out used by DataContractSerializer and XMLSerializer. We will also see the difference between DataContractSerializer and XMLSerializer.
  • WCF Serialization Part 1: Day 6Oct 05, 2012. In this article, we will discuss serialization in WCF. Default serializer in WCF and different kinds of serializers WCF supports.
  • Understanding Isolated Storage in SilverlightFeb 05, 2011. In the previous article we learned the fundamentals of Isolated Storage and how to write to files in isolated storage using the same classes you use for ordinary file access in a .NET application, such as StreamWriter and BinaryWriter.
  • XML Serializer Class for Reading and Writing XMLApr 01, 2010. This article introduces the XmlSerializer class for reading and writing XML.
  • How to Create Config file with xml SerializationJan 23, 2010. This is a simple example of how to use xml serialization to make configuration files.