TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About XML Serialization
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Praveen Jain (2)
Hr Rony (1)
Chervine Bhiwoo (1)
Praveen Raveendran (1)
Rafal Wozniak (1)
Khaled Samir (1)
Vishal Nayan (1)
Mahesh Chand (1)
Shirsendu Nandi (1)
Zoran Horvat (1)
Nimesh Patel (1)
Related resources for XML Serialization
No resource found
Implementation Of XML Serialization And Data Contract Serialization Utility In .NET
6/17/2017 4:53:39 PM.
Basic Idea about DeSerializer and Serializer; advantages and disadvantages of XmlSerializer and DataContractSerializer; implementation XML and DataContract Serializer/ De-Serializer.
Using XML Serialization with C# and SQL Server
8/22/2015 2:39:52 PM.
In this article you will learn how to use XML Serialization with C# and SQL Server.
XML Serialization and Deserialization in C#
5/7/2014 4:55:36 PM.
In this article I would like to demonstrate a generic XML Serialization/Deserialization process.
How to Create Config file with xml Serialization
9/29/2012 10:30:36 AM.
This is a simple example of how to use xml serialization to make configuration files.
XML Serialization in .NET Framework 2.0 : Part I
9/29/2012 6:10:26 AM.
This article introduces serializing objects to XML format.
Understanding Isolated Storage in Silverlight
6/18/2012 3:19:52 AM.
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.
Microsoft .NET and XML
5/20/2012 6:32:07 AM.
In this article I will explain you about Microsoft .NET and XML.
Use of Serialization in C#
3/25/2011 9:36:47 PM.
In this article I will demonstrate the use of serialization and how to perform XML serialization.
Best Practices in .NET XML Serialization of Complex Classes
12/7/2010 8:20:11 PM.
This article will show you XML serialization, so simply added in code, is not a magical stick. Serialization must be planned in full detail when working with complex classes, rather than expected to work by itself. Loss of planning work leads to redesign work later on, when maintaining serialization of original classes becomes too expensive or even hits the limit after which serialization of original classes is not possible without loss of data.
XML with C-sharp
9/13/2007 1:56:14 AM.
Through this article you will learn how to handle XML in c#.
XML with C-sharp
9/13/2007 1:56:14 AM.
Through this article you will learn how to handle XML in c#.
Serialization in C# and .NET
8/30/2007 1:20:03 PM.
Serialization is a process through which an object's state is transformed into some serial data format, such as XML or binary format.
- Ebook
Pro .NET 2.0 XML
Pro .NET 2.0 XML is the first book to provide a complete solution to XML on the .NET ...
Download