1 Repo
Mechanisms for a client library to specify a target service API version at construction time.
Distinct from API Versioning: Distinct from API Versioning: focuses on the client-side act of selecting a version, not the server-side versioning strategy.
Explore 1 awesome GitHub repository matching web development · Client-Side Version Selection. Refine with filters or upvote what's useful.
The Azure SDK for .NET is a collection of client and management libraries that enable .NET applications to interact with cloud services through a consistent, well-defined programming model. It provides a unified interface for authenticating, configuring HTTP pipelines, and calling service methods either synchronously or asynchronously, with support for pagination, long-running operations, and structured error handling. The SDK distinguishes itself through comprehensive authentication options, including connection strings, OAuth token credentials, managed identity, service principals, and deve
Choose a specific service API version by passing a required version parameter when configuring the client.