CodeXS Version 0.56b was released on 19 June 2006. You can download the source-code by re/registering here: Download source-code You can check the latest update information here: Features and updates You can run the CodeXS online tool here: CodeXS online Changes in Version 0.56ß - 19 Jun 2006 Currently still provides complete support for VS2005/.NET 2.0, and VS2003/.NET 1.1. Updated collection object generated code Updated the collection object generated code: Re-implemented the FromArray method...
A while ago I posted this post on my blog: Reading RSS 2.0 feeds using the .NET XmlSerializer class Since that post, our CodeXS code-generator tool has been updated. With the latest update of the tool due out this week, the code-generator correctly generates the de-/-serialization code to read and write RSS 2.0 feeds. It is now fairly simple to also create RSS feeds, as feed item objects can be easily created and added to the items collection, instead of trying to manipulate arrays. A simple example...