Hello,
we are starting with dnn modules development, and we have a question:
how is it possible to develop a modules using Visual Studio and to inherit the DNN libraries/classes ?
So far, we have achieved to:
- develop simple modules without dnn integration, and load them once compiled in a dnn installation
- open the whole dnn website into visual as a project, this successfully takes all the classes/libraries of dnn, but it compiles all dnn, and not only the part of the module we are interested
We suppose it must be possible to develop a stand alone module, including all dnn libraries without the need to compile the whole website/webapp, but we haven't figured out yet how to do it.
Also, related, where could we find the documentation for libraries/functions/classes that dnn offers for the module development?