Wednesday, April 19, 2017

xml schema and serialization

use   visual studio developer tool   command prompt


create the XML schema .xsd

xsd.exe    <xml file name>  
 -- this will creaet the schema

xsd C:\schema\library.xsd /classes /language:CS
--this will create the class



No comments:

Post a Comment