Documentation Center

Getting the .NET client up and running

To get the built-in .NET client up and running refer to the assembly and copy the endpoint configuration.

Procedure

  1. On the client, create a copy of the bin\client subdirectory of %TRIDION_HOME%.
  2. Create a reference to the Tridion.ContentManager.CoreService.Client assembly, which is deployed in this folder.
  3. In the same folder, find the file Tridion.ContentManager.CoreService.Client.config and copy the WCF endpoint configuration you find in that file into your application's configuration file.
    The current user can now interact with the Core Service.

SDL Tridion World Article: Using LINQPad with SDL Tridion

SDL Tridion World explains how to connect to the Core Service from LINQPad at this URL: https://www.sdltridionworld.com/articles/sdltridion2011/using_linqpad_with_tridion.aspx.