I have said it before and I will say it again. XML Serialization ROCKS! I am working on a new version for WASTEDBoarding.com this weekend and I am taking a totally new approach to the architecture of the software. One approach includes using XML Serialization to save object hierarchies to a SQL Server database.

Here's how it works. All my core classes are serializable. ToString() has been overridden to return the object hierarchy in an XML string. I pass the XML string to a stored procedure in SQL Server, which in turns saves out the information to the appropriate tables. All of this totally rocks!

posted by Kirby Turner | 02-Aug-2002 9:24 PM | comments (3)


yeah i agree, XML Serialization ROCKS!!!!!

posted by Brenna | August 2 08:13 PM


Nice....glad you agree!<grin>

posted by Kirby Turner | August 2 08:32 PM


Yeah, I agree too...only I thought it said XML Sterilization...I just thought it meant you were showering again. =)

posted by Renay | August 5 06:38 AM

Add Your Comment

Comment:
(No HTML)

Name:
E-mail/Web site:
Your e-mail/web site will not be published on this site. It is optional and will only be used by me should I need to contact you directly.
 
By checking this option, this site will remember your name and e-mail/web site on future visits. Uncheck this option to have the site not remember who you are on future visits.
 
Enter the code shown above:
Copyright © 1999-2008 Kirby Turner.
Site software written by White Peak Software Inc, a provider of custom software and software development coaching.