|
an automatic C# code generator for your .NET XML data classes
|
Last modified: June 16, 2008 |
NewsJune 16, 2008 November 6, 2007 May 9, 2006 March 31, 2006 March 29, 2006 March 4, 2006 February 25, 2006 February 4, 2006 February 3, 2006 |
ADCG SummaryADCG (Automatic Data Class Generator) is a tool written to speed-up the writing of C# XML class structures. In modern software 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 more simple and fast to write than a typical XSD file, or an XSD file itself. 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 Microsoft .NET standard technologies.
These are the main features ad ADCG:
The focus of this tool is the simplicity of the definition syntax of the data structure, and the lightweight and the easy of use of the code generated, in opposite, for example, to the more complex and heavy DataSet derived classes in .NET Framework. You can find more details in Documentation section. |
| Copyright © 2006 Christian Salvaneschi. All Rights reserved. |