Overview

The JADE .NET framework enables .NET developers to access classes and their associated properties and methods in the JADE database.

This is achieved by generating a set of classes in .NET that act as proxies for the actual JADE classes. Accessing the proxy classes is similar to the use of the actual classes in JADE.

The .NET library containing the classes is built by exposing the classes (and their methods and properties) of interest in JADE. The wizard used to expose JADE features generates C# class files that you can then build into a re-usable .NET class library.