ImageGear .NET v25.2 - Updated
Developer Guide / How to Work with... / Common Operations / Viewing / Viewing Using ASP.NET / [Legacy] ASP.NET Web.Config Editor Application / Use the Web Configuration Categories Screen / Configuring and Working with Data Providers / Image Data Providers / Implementing Annotations in an Image Data Provider / Annotation Using Built-In Providers
In This Topic
    Annotation Using Built-In Providers
    In This Topic

    Most modern database engines are transactional and obey the semantics of the System.Transactions.TransactionScope object. The built-in provider, SQLImageDataProvider, assumes usage of a transactional database engine.

    Other repositories, such as the file system, are not transactional, and require code to handle and manage transactional resources. The built in provider, FileImageDataProvider handles and manages the transactional resources.