How to use Annotation API with Database in .NET

I am using groupdocs annotation version 16.12. I download the demo example, but in example the annotations are getting stored in a JSON file whereas i need to store the annotations in SQL database.Do you have any example which shows how to store annotation in SQL database?

Regards,
Vishnu

@vishnup,

Thank you for your inquiry. Please note that GroupDocs.Annotation is a storage-agnostic API, this means that it does not support any specific storage (i.e. Oracle, MS SQL Server and so on). But it provides abstract interface that you can implement, and use for storing data in specific storage. Please check this documentation for more details. Hope it’ll help.