Extensions
Create a custom tenants provider
This sample shows how to create a custom tenants provider. A custom tenants provider allows for creating, and managing of multiple tenants from outside the application database.
LDAP provider sample
This sample shows how to create a simple LDAP accounts provider.
Hook into server events
This sample shows how to hook into the application's server events from your extension. The extension created in the sample subscribes to the CreatedFileSystemEntry event, and then resets the data result cache.
Add an API controller
This article shows how to add a custom API controller.
Using the Dundas.BI.PublishExtension NuGet package
This article describes how to use the Dundas.BI.PublishExtension NuGet package to automatically package your project into the correct extension format.