Add to main README link to .NET's best practices guide (#152)

This commit is contained in:
Yihezkel Schoenbrun 2021-11-01 16:39:11 +02:00 коммит произвёл GitHub
Родитель 28378e74e1
Коммит f46e5e96f0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -27,6 +27,9 @@ In the repository, you will find a set of simple samples that will help you get
- [Data SDK samples](./azure-kusto-data/example.js)
- [Ingestion SDK samples](./azure-kusto-ingest/example.js)
## Best Practices
See the SDK [best practices guide](https://docs.microsoft.com/azure/data-explorer/kusto/api/netfx/kusto-ingest-best-practices), which though written for the .NET SDK, applies similarly here.
## Platforms compatibility
The Azure Kusto SDK for Node.js was build for Node.js **v6.14.x and** above.