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]
Sanjay Kumar (1)
Anup Hosur (1)
Humza Tufail (1)
Amit Kumar Agrawal (1)
Shirsendu Nandi (1)
Tural Suleymani (1)
Praveen Jain (1)
Praveen Raveendran Pillai (1)
Nimesh Patel (1)
Habibur Rony (1)
Chervine Bhiwoo (1)
Rafal Wozniak (1)
Khaled Samir (1)
Vishal Nayan (1)
Mahesh Chand (1)
Zoran Horvat (1)
Related resources for XML Serialization
No resource found
Convert an Embedded Resource into an XML File in WPF C#
6/6/2024 4:49:04 AM.
When working with embedded resources in a WPF application, it is important to follow specific steps to guarantee that your resources are properly included in the assembly and can be accessed during ru
Serialization And Deserialization in .NET
5/8/2024 10:11:00 AM.
Serialization in .NET transforms objects into a format suitable for storage or transmission, facilitating data interchange. Deserialization reverses this process, reconstructing objects from the seria
Introduction To Serialization In .NET
4/23/2024 7:22:38 AM.
In this article, we will Learn about various serialization formats like binary, XML, and JSON, along with serialization attributes and best practices for efficient data handling and persistence within
New Dataset Features In ADO.Net 2.0
10/12/2023 4:58:43 AM.
ADO.NET class libraries are used for accessing data from a wide range of data sources. One of the best features in ADO.Net is DataSet.Even though it was an exciting feature, performance was a concern
Use Of Serialization In C#
9/24/2023 8:23:14 PM.
In this article I will demonstrate the use of serialization and how to perform XML serialization.
XML Serialization in practice: Preparing The Central Bank Service
2/17/2023 10:38:57 AM.
Learn XML serialization in practice. In the second part of our article, we will get acquainted with XML serialization and look at the use of the Central Bank's XML service in real practice.
XML with C#
8/25/2022 7:17:34 AM.
Through this article you will learn how to handle XML in c#.
XML Serialization and Deserialization in C#
8/23/2022 6:23:26 AM.
In this article I would like to demonstrate a generic XML Serialization/Deserialization process.
Serialization in C# and .NET
1/4/2022 10:47:20 AM.
Serialization is a process through which an object's state is transformed into some serial data format, such as XML or binary format.
Implementation Of XML Serialization And Data Contract Serialization Utility In .NET
11/24/2020 2:13:30 AM.
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.
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.
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.