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!
yeah i agree, XML Serialization ROCKS!!!!!
posted by Brenna | August 2 08:13 PMNice....glad you agree!<grin>
posted by Kirby Turner | August 2 08:32 PMYeah, 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 AMAdd Your Comment
