Showing tag results for sdk

Aug 11, 2020
Post comments count0
Post likes count0

Azure SDK: Packaging, tools, and repository structure

Mitch Denny

The capabilities and constraints of the package management tool chain used by a particular ecosystem can have a dramatic impact on how you structure your repositories.

javapythonsdk
Aug 4, 2020
Post comments count0
Post likes count4

Lifetime management for Azure SDK .NET clients

Pavel Krymets

When using Azure SDK .NET client libraries in high throughput applications, it's important to know how to maximize performance and avoid extra allocations while preventing bugs that could be introduced by accessing data from multiple threads. This article covers the best practices for using clients and models efficiently. Client lifetime The main...

sdk.NETazuresdk