Classes From XML Schema

This is the CMD to generate the classes from the schema
SET XsdPath=C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools
"%XsdPath%\xsd.exe" YOUR-SCHEMA1.xsd YOUR-SCHEMA1.xsd /classes /namespace:YOUR-NAME-SPACE
Then for mapping the class you can use: https://github.com/AutoMapper/AutoMapper
You can install it as a nuget package

Comments

Popular posts from this blog

FFMPEG Deinterlacing Modes

Remote debugging with GDB and GDBServer on Alpine and Visual Studio Code

FFMPEG: MPEG2 Encoder Options