How I can use Kusto API in .Net 6.0 C# program?

Hua Chen (AZURE) 0 Reputation points Microsoft Employee
2023-08-10T05:39:58.7733333+00:00

How I can use Kusto API in .Net 6.0 C# program?

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
Developer technologies | .NET | Other
Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Wilko van de Velde 2,241 Reputation points
    2023-08-10T06:05:20.46+00:00

    Hi @Hua Chen (AZURE) ,

    You can use the Kusto .NET SDK:

    https://learn.microsoft.com/en-us/azure/data-explorer/kusto/api/netfx/about-the-sdk

    For example the NuGet package Microsoft.Azure.Kusto.Data needs .NET 5.0 or higher:User's image

    If you need any additional help, please let us know.

    Greetings,

    Wilko


    Please do not forget to "Accept the answer” wherever the information provided helps you, this can be beneficial to other community members. If you have extra questions about this answer, please click "Comment".

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.