Serializable objects


Server Intellect Web Hosting Solutions


Serializable objects

Author: Mark Berck

Using the power of the .Net framework to save your data objects as XML. [Serializable] attribute The "System.Xml.Serialization.XmlSerializer" object (in the .Net framework) can create an XML document of any class that implements the [Serializable] attribute. With some basic code, you can create your own project specific Object Oriented data store within a few minutes. The code described here can act as an easy data store with an XML document as back-end.










More Tutorials

Also See:

Handling BLL- and DAL-Level Exceptions
Code Access Security (CAS) – "Guilty until proven Innocent" (Partially Trusted Code)
ASP.NET Tip: Sending Mail with ASP.NET 2.0
Extend the ASP.Net 2.0 GridView control.
Building Web Parts the Smart Way - Starting with the SharePoint SmartPart
ASP.NET Tip: Exporting Data to Excel
"Atlas" Foundations: ASP.NET 2.0 Callback
Debug and Release Builds in ASP.NET 2.0
Implementing and Promoting Daily Builds
GridView With ObjectDataSource



Copyright© 2005 ASP Intellect | All Rights Reserved

ASP.NET Tutorials
AspNet Tutorials ASP.NET 2.0 Code Examples, Snippets and Tutorials

ASP.NET Tutorials C++ Tutorials C# Tutorials Visual Studio.NET Tutorials
.NET Framework Tutorials Mobility Tutorials Office Tutorials Visual Basic.NET Tutorials