Devart.Data.ZohoDesk
2.2.100
Prefix Reserved
dotnet add package Devart.Data.ZohoDesk --version 2.2.100
NuGet\Install-Package Devart.Data.ZohoDesk -Version 2.2.100
<PackageReference Include="Devart.Data.ZohoDesk" Version="2.2.100" />
<PackageVersion Include="Devart.Data.ZohoDesk" Version="2.2.100" />
<PackageReference Include="Devart.Data.ZohoDesk" />
paket add Devart.Data.ZohoDesk --version 2.2.100
#r "nuget: Devart.Data.ZohoDesk, 2.2.100"
#:package Devart.Data.ZohoDesk@2.2.100
#addin nuget:?package=Devart.Data.ZohoDesk&version=2.2.100
#tool nuget:?package=Devart.Data.ZohoDesk&version=2.2.100
Advanced C# Connection Provider for Zoho Desk
dotConnect for Zoho Desk is a high-performance ORM enabled data provider for Zoho Desk that builds on ADO.NET technology. It enables access to Zoho Desk support ticket data in .NET applications through standard SQL queries—no Zoho Desk API expertise required.
The provider works with .NET Frameworks, .NET Core, .NET.
It supports a wide range of Zoho Desk-specific features, including a powerful local SQL engine with SQL-92 support, full CRUD operations, complex JOIN queries, OAuth authentication, and others. Package provides advanced Visual Studio integration and convenient visual component editors to simplify component tweaking.
More information at dotConnect for Zoho Desk.
Installation
- Install the NuGet Package
Install-Package Devart.Data.ZohoDesk
- Activate license
- Free Trial License: Evaluate the full capabilities of dotConnect for Zoho Desk in a non-commercial environment—ideal for development and testing. Start your free trial
- Commercial License: Deploy dotConnect for Zoho Desk in commercial applications and access full technical support with a valid license. Purchase a license
Work with EF Core
For projects, using Entity Framework Core with Zoho Desk, install the Devart.Data.ZohoDesk.EFCore package.
Compatibility
The following table show which version of this package to use with which version of frameworks.
| Frameworks | Version support |
|---|---|
| .NET | 10, 9, 8, 7, 6, 5 |
| .NET Core | 3.1, 3.0, 2.2, 2.1, 2.0 |
| .NET Framework | 4.8, 4.7, 4.6.2, 4.6.1 |
More information here
Key Features
- SQL Access Without API Complexity: Query and manipulate Zoho Desk data using standard SQL statements—no need to learn the Zoho Desk REST API or custom query language. Use complex JOINs, WHERE conditions, aggregate functions, and more.
- Full CRUD Operations: Perform INSERT, SELECT, UPDATE, and DELETE operations on Zoho Desk entities such as tickets, contacts, accounts, agents, and departments through familiar SQL syntax.
- Full ADO.NET Compatibility: 100% compliant with ADO.NET standards, supporting key interfaces such as DbConnection, DbCommand, DataSet, and DataTable for seamless integration into .NET applications.
- Powerful Local SQL Engine: Built-in SQL-92 compliant engine enables advanced query capabilities beyond what the native Zoho Desk API exposes directly.
- ORM Support: Works with Entity Framework Core, NHibernate, and Dapper, enabling code-first and model-first workflows with Zoho Desk data.
- OAuth Authentication: Secure interactive and token-based OAuth authentication ensures compliant access to Zoho Desk data across all supported regions.
- Broad Platform Compatibility: Fully compatible with .NET Framework, .NET Core, and .NET, including ASP.NET Core, Blazor, and .NET MAUI.
- Multi-Region Support: Connect to Zoho Desk instances across global data centers (US, EU, IN, AU, JP) via the DataCenter connection parameter.
- Visual Studio Integration: Accelerate development with data source connection wizards, database object explorer, and schema management tools—all embedded in Visual Studio.
- Priority Support and Continuous Improvement: Backed by dedicated technical support and regular updates that deliver security enhancements, feature improvements, and long-term stability.
Usage
To help you get started quickly, here's a simple code example demonstrating how to connect to Zoho Desk.
using Devart.Data.ZohoDesk;
namespace ZohoDeskConsoleApp
{
class Program
{
static void Main(string[] args)
{
string connectionString = "" +
"Authentication Type=OAuthInteractive;" +
"DataCenter=US;" +
"License key=**********";
try
{
using (ZohoDeskConnection connection = new ZohoDeskConnection(connectionString))
{
connection.Open();
Console.WriteLine("Connection successful.");
}
}
catch (Exception ex)
{
Console.WriteLine("An error occurred: " + ex.Message);
}
}
}
}
Basic Connection Strings
| Property | Meaning |
|---|---|
| Authentication Type | Specifies the authentication method: OAuthInteractive or OAuth. |
| DataCenter | Specifies the Zoho data center region: US, EU, IN, AU, or JP. |
| Client Id | Specifies the Client ID for the Zoho Desk application. |
| Client Secret | Specifies the Client Secret. |
| License Key | Specify your license key in this parameter. |
For more detailed tutorials, API reference, and advanced examples, visit our Getting Started guide.
Related Packages
Support Area
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Devart.Data.SqlShim (>= 3.2.100)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Devart.Data.ZohoDesk:
| Package | Downloads |
|---|---|
|
Devart.Data.ZohoDesk.EFCore
dotConnect for Zoho Desk is an ADO.NET provider for working with Zoho Desk data through the standard ADO.NET interfaces. It allows you to easily integrate Zoho Desk data into your .NET applications, and integrate Zoho Desk services with widely used data-oriented technologies. The provider works with .NET Frameworks 4.5+, .NET Core 2.0+, .NET 5+. It has the same standard ADO.NET classes as other standard ADO.NET providers: ZohoDeskConnection, ZohoDeskCommand, ZohoDeskDataAdapter, ZohoDeskDataReader, ZohoDeskParameter, etc. This allows you quickly get started with it and eliminates the need to study any Zoho Desk data access specificities. More information at https://www.devart.com/dotconnect/zohodesk/ License See pricing options for ordering https://www.devart.com/dotconnect/zohodesk/ordering.html The NuGet package initiates the retrieval of an activation key from the Devart website. This key is required to activate the product for a free trial. Key Features * Easy Connection: Allows your .NET application to work with Zoho Desk data. * SQL Engine: No need to study and use complex Zoho Desk API, just use familiar SQL statements. You may use complex JOINs, WHERE conditions, etc. - all the SQL benefits, not available with Zoho Desk API. * Support and updates: Enjoy dedicated support team for prompt issue resolution and regular updates to keep your software running smoothly and securely. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.2.100 | 209 | 5/25/2026 |
| 2.1.72 | 219 | 4/23/2026 |
| 2.1.35 | 232 | 3/6/2026 |
| 2.1.33 | 218 | 2/24/2026 |
| 2.0.0 | 362 | 12/19/2025 |
| 1.1.290 | 286 | 7/30/2025 |
| 1.1.235 | 361 | 4/25/2025 |
| 1.1.193 | 337 | 2/11/2025 |
| 1.1.191 | 272 | 1/15/2025 |
| 1.1.190 | 294 | 12/27/2024 |
| 1.0.104 | 299 | 11/8/2024 |
| 1.0.21 | 361 | 6/6/2024 |
| 1.0.20 | 334 | 5/30/2024 |