Client Interfaces Guide > Connecting to TDV Server through ADO.NET
 
Connecting to TDV Server through ADO.NET
You can use the native ADO.NET driver functionality on Windows operating systems to develop or consume TDV resources.
You can use Microsoft Visual Studio and other third-party software to develop solutions that use resources defined by the TDV through the ADO.NET driver interface. The .NET Data provider is written in managed C# code and provides a native implementation of ADO.NET API.
These topics are included:
Setting Up the ADO.NET Driver
Configure an ADO.NET Connection to a Client Restricted Server
Adding and Configuring a Connection to TDV in Visual Studio
Modifying or Deleting a Connection
Working with the Server Explorer
Working with the Visual ToolBox Items
Defining an ADO.NET Client using a Connection URL
Sample Code for Testing of an ADO.NET Driver