Showing results for azuresdk - Azure SDK Blog

Oct 13, 2020
3
1

Introducing the new Azure SDK for C++ Beta

Jeffrey Richter
Jeffrey Richter

This post introduces the new Azure SDK for C. Well discuss its goals, supported compilers/platforms, and our Azure Core component which provides common functionality to all HTTP client libraries.

azuresdkstorage
Aug 4, 2020
0
3

Lifetime management for Azure SDK .NET clients

Pavel Krymets
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