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

Samples

The samples subdirectory, TaminoAPIDir/samples, contains a number of samples demonstrating the use of the Tamino API. The samples are provided as C# source code and they are grouped by subject.

The subjects and samples are organized analogously to the Visual Studio .NET solutions and projects also included in this directory.

Example: In the directory TaminoAPIDir/samples/DataSetSamples/MergeDataSets, you can find a sample for merging datasets. The file TaminoAPIDir/samples/DataSetSamples/MergeDataSets/MergeDataSets.cs contains the example implementation using the Tamino API for .NET. If you have Microsoft Visual Studio .NET installed, you can simply open the file TaminoAPIDir/samples/DataSetSamples/DataSetSamples.sln with Visual Studio .NET and start working with the dataset samples.

For more information about the Tamino API for .NET code samples, please refer to the README file, which you can find at the location TaminoAPIDir/samples/readme.txt. In this file you can find information about building the samples, loading test data, running the samples, and cleaning up.

Samples: Documentation

To view the documentation of the Tamino API for .NET code samples, please select this link: ../navig/samples_navig.htm

Alternatively, if you prefer to use Microsoft's HTML Help system, you can use the file TaminoInstallDir/Documentation/en/dotnetapi/samples/Documentation.chm.

Note:
Depending on your PC's security settings, you may have to copy this file to a local hard disk in order to be able to use it.

Top of page