| # 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 | |
| ``` |