XSD.exe - generated classes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I was wondering how people tend to use the classes that are generated by the
xsd.exe tool.

They're great if you need to quickly serialize/deserialize a state....but I
was wondering if people were actually using them within their applications'
business logic, or if folks are using them as an intermidiary in a Data
access scenario (e.g. a Memento pattern of sorts).
 
Back
Top