Wednesday, February 19, 2020

How to use Xsd2Code++



  • 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.
www.xsd2code.com

xsd2code Quick presentation

Sunday, December 29, 2019

Useful Microsoft XML Tools

Here is an interesting post which is not necessarily recent (2017), but which highlights the tools for XML. It's always nice to see that xsd2code is one of them.

https://bdbxml.net/blog/microsoft-xml-tools

Thursday, May 9, 2019

XML Schema-Based Minification with xsd2code++

XML based communication governs most of today’s systems communication, due to its capability of representing complex structural and hierarchical data. However, XML document structure is considered a huge and bul ky data that can be reduced to minimize bandwidth usage, transmission time, and maximize performance.  

The article below from International Journal of Advanced Computer Science and Application explain in detail this topic with the help of xsd2code ++.

Many thanks to the authors of this very relevant article. (Bishoy Moussa, Mahmoud Mosta, Mahmoud El Khouly based in Egypt)



Pascal Cabanel
www.xsd2code.com

How to use Xsd2Code++

Intall the Add-in in Visual Studio. In the Solution Explorer, right-click on your XSD file (should have an .xsd or .json extension) a...