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.
The new Azure Event Grid client library now supports sending and receiving events in the JSON implementation of CloudEvents v1.0. Read on to learn more about the CloudEvents v1.0 schema, and how you can now use Event Grid to work with CloudEvents!
An introduction of the new features in the Azure Identity library, including changes to DefaultAzureCredential, new credential additions, more configurations, and other improvements.
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...