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

Tamino API for .NET Component Profile and Set-up

This document lists the prerequisites and procedures for successfully installing the Tamino API for .NET.


Component Profile

Here you will find general information about the Tamino API for .NET and how to deploy it.

Tamino Component Profile for the Tamino API for .NET

Supported Platforms

Any hardware and operating-system platform that supports both Software AG's Tamino XML Server and Microsoft's .NET.

Location of Installed Component

TaminoInstallDir/SDK/TaminoAPI4DotNET (henceforth called TaminoAPIDir)

Component Files

Library:

TaminoAPIDir/lib/TaminoAPI.dll
TaminoAPIDir/lib/TaminoAPI.xml

Documentation:
TaminoInstallDir/Documentation
Samples:
TaminoAPIDir/samples

Bundled Software

none

Top of page

Installation

The Tamino API for .NET is installed with the Tamino XML Server installation. For more information, refer to the installation section of the Tamino XML Server documentation.

The installation procedure installs TaminoAPI.dll automatically. In order to use it, you must either reference the DLL explicitly in your .NET project, or register it in the normal manner.

Top of page

Deployment

Start of instruction setTo work with the Tamino API for .NET

  1. You need a running Tamino database server in order to be able to use an API. If you want to access an existing Tamino database, you need to know the database URI, for example: http://localhost/tamino/mydb).

  2. The TaminoAPI.dll is a managed .NET assembly. The easiest way to develop an application with Microsoft Visual Studio .NET is explicitly to add a reference to the TaminoAPI.dll from your Visual Studio .NET project. When adding this reference, ensure that TaminoAPI.xml is in the same directory as TaminoAPI.dll. If this is not the case, the Visual Studio .NET tooltips will not work correctly.

  3. TaminoAPI.dll is a strong-named assembly. You can use either of these techniques to use it from your application:

Start of instruction setTo use the Tamino API for .NET examples

Top of page