AWS SDK for .NET

Develop and deploy applications with the AWS SDK for .NET. The SDK makes it easy to call AWS services using idiomatic .NET APIs.

How it works

AWS SDK for .NET simplifies the use of AWS services by providing a set of libraries that are consistent and familiar for .NET developers. All AWS SDKs provide support for API lifecycle consideration such credential management, retries, data marshaling, and serialization.

The AWS SDK for .NET provides .NET APIs for each AWS service. SDK for .NET also supports for higher level abstractions such as the Amazon S3 Transfer Utility, Amazon Cognito Identity Provider, and AWS DynamoDB Session State provider.

Features

The AWS SDK for .NET uses the Task-based Asynchronous Pattern (TAP) for its asynchronous workflows. The asynchronous methods in the AWS SDK for .NET API are operations based on the Task class or the Task<TResult> class.

Many AWS operations return paginated results when the response object is too large for a single response. The AWS SDK for .NET provides paginators for seamless iteration of results across service calls.

A rich set of tooling options support users of the AWS SDK for .NET. These tools ease the work of both developing and deploying your .NET applications.