Categories: Code generation, XML,
Latest version: 0.4.2.1Added 2006-07-19
ADCG (Automatic Data Class Generator) is a tool written to speed-up the writing of C# XML class structures.In applications there is often the need to write an XML Parser for a specific XML format, and map XML data to C# data classes in an object-oriented approach. Using ADCG, developers can define the needed data structure using a specific XML file (called SDF), that is simpler to write than a typical XSD file. Starting from one of these files, the tool automatic generates C# class files complete with get/set accessors, XML Binding functions and other useful code using .NET standard technologies.