C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Lajapathy Arun(2)
Akshay Patel(2)
Manas Patnaik(1)
Vidya Vrat Agarwal(1)
Vishal Nayan(1)
Sam Hobbs(1)
Rafal Wozniak(1)
Resources
No resource found
Generic Serializing and Deserializing Object as XML Data Using XmlSerializer
Apr 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 XmlSerializer
Apr 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 XmlSerializer
Feb 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 Serialization
Apr 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 8
Oct 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 6
Oct 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 Silverlight
Feb 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 XML
Apr 01, 2010.
This article introduces the XmlSerializer class for reading and writing XML.
How to Create Config file with xml Serialization
Jan 23, 2010.
This is a simple example of how to use xml serialization to make configuration files.