Tamino API for .NET Version 8.2.2
 —  Tamino API for .NET  —

Introduction

The Tamino API for .NET provides an object-oriented programming interface to the Tamino XML Server for .NET applications.

If you are writing applications for Microsoft's .NET Framework, you will find the Tamino API for .NET is the ideal interface for all accesses to the Tamino database.

graphics/tamino_arch.gif

The API, which is completely written in C#, supports the .NET XML classes for processing XML documents in a Tamino database.

The TaminoConnection, TaminoCommand, TaminoTransaction and TaminoDataAdapter classes adopt the basic architecture of a .NET data provider, which serves as a bridge between the application and the database. The TaminoDataAdapter class allows you to work with disconnected .NET datasets.

The TaminoResponse, TaminoQueryResponse and TaminoDocument classes provide convenient access to the Tamino serialization format. The TaminoPageIterator and TaminoItemIterator classes allow easy use of the Tamino-specific cursoring facilities.

The installation includes the API assembly, the comment documentation for the classes in the API, and a number of samples. The samples, which are provided as C# source code, demonstrate how to work with the API in various ways.

Top of page