EDN Admin
Well-known member
Hi there,
I need to generate XML files based on some complex XSDs. I know xsd.exe can be used to generate c# classes from those XSDs, the problem of this method is the classes have to be re-generated everytime when XSD is changed or new XSD is created. Instead
of c# classes I wonder if there are other ways in .net 4 to provide a more flexible solution in terms of easy maintenance and less coding?
Any advice will be appreciated.
View the full article
I need to generate XML files based on some complex XSDs. I know xsd.exe can be used to generate c# classes from those XSDs, the problem of this method is the classes have to be re-generated everytime when XSD is changed or new XSD is created. Instead
of c# classes I wonder if there are other ways in .net 4 to provide a more flexible solution in terms of easy maintenance and less coding?
Any advice will be appreciated.
View the full article