Deployment

For deploying your application with NDO, your installation program has to copy two library files NDO.dll and NDOInterfaces.dll to your application's executable directory.

Furthermore if your application uses a NDO provider plug-in, the corresponding dll must be copied to the same target directory.

Note, that some providers need additional Dlls. We recommend using Nuget.

Nuget

Get NDO with install-package ndo.dll. Get your provider with install-package ndo.sqlserver (or whatever provider you need - just search for NDO in nuget to find all providers.

Note: You can install the right provider with a button click in the configuration dialog.