blob: 3799d3d6760e8b7e4bda0abd3736bde3bf9a8100 [file] [log] [blame] [view]
# Apache-IoTDB-Client-CSharp-UseCase
Use case for csharp client of Apache IoTDB
# Run this use case
After cloning this project, you need to install Apache.IoTDB first.
```shell
dotnet add package Apache.IoTDB
```
Then you can run this project to test.
```shell
dotnet run
```