- Intall the Add-in in Visual Studio.
- In the Solution Explorer, right-click on your XSD file (should have an .xsd or .json extension) and pick "Run Xsd2Code++" to do the deed.
- A dialog box titled "xsd2code++ Version 5.x appears.
- Customize the genrated code depending your needs (Serialization XML, JSON, LasyLoading, Type of collection etc.)
- Click the "Generate" button.
- A file named the same thing as your XSD or JSON file only ending in .Designer.cs will be created. It will contain a partial class, so that you may make another file to extend the class if you so desire.