I have an XML file which roughly describes a database schema I am inheriting
I want to generate POCO objects for this file to give me a head start with the business obje
Try SimpleXmlToCode .It does not require an XSD or anything. It generates good serializable code instantly.
Best of all, it's opensource.