Mathew Nolton BlogSoftware dementia unleashed...Using skmRss.RssFeed- December 27, 2005 I have been evaluating the use of Scott Mitchell's RSSFeed control for a new version of my website (it's not done yet) for my consulting company that focuses on the Cable Sector of the Telecommunications Industry and I wanted to display relevant information for both Web Services and the Cable Sector. The control is very nice (and free). During my investigation I wanted to perform a couple of actions that were not quickly apparent but still quite doable once I dug a bit deeper....http://weblogs.asp.net/mnolton/archive/2005/12/27/434041.aspx Creating your own XmlSerializer- December 20, 2005 Very recently I came across an issue that required the creation of a new class derived from XmlSerializer. For reasons I don't want to get into here, we serialize an object instance into XML and store it into a database column so that we can reconstitute it later. This is a great approach except for the issue of changing class definitions. Lastly, if you are just changing the definition of a top level class, then I suggest taking a look at XmlAttributeOverrides on msdn; however, if you are.http://weblogs.asp.net/mnolton/archive/2005/12/20/433662.aspx |