AWS Developer Tools Blog

Category: AWS SDK for .NET

Dive into the AWS SDK for .NET’s Runtime Pipeline and Client Configuration

Improve your application’s performance and make your application more resilient to transient errors by seeing how to configure settings such as maximum length to wait for a request to complete, or specify API request retry behavior. Learn what the AWS SDK for .NET’s runtime pipeline is and how to customize it and even how to add your own behaviors to each API request.

AWS SDK for .NET version 1 has reached the end of support

AWS SDK for .NET version 1 (v1) has reached the end of support. We will no longer publish any updates to .NET SDK v1, including critical bugs or security updates. Previously published releases will continue to be available via NuGet. The code will remain on GitHub, but the repository may be archived in the future. […]

.NET Standard 1.3 is no longer supported in AWS SDK for .NET version 3.7

Microsoft announced the end of support for .NET Core 1.0 and 1.1 platforms on June 27th, 2019. Following that, on May 18th, 2020, we announced the upcoming end-of-support for .NET Standard 1.3 in AWS SDK for .NET version 3. Yesterday we released version 3.7 of the AWS SDK for .NET which no longer supports .NET […]

Reimagining the AWS .NET deployment experience

In 2012, AWS launched .NET support for AWS Elastic Beanstalk – AWS’s first deployment service. At the same time, we also released Visual Studio support via the AWS Toolkit for Visual Studio to help developers deploy their ASP.NET applications to AWS. In the 9 years since that release, the world has changed a lot. AWS […]

Announcing the end of support for the AWS SDK for .NET version 2

On May 1st, 2021, the AWS SDK for .NET version 2 (v2) will reach the end of support. After this date it will no longer receive updates or releases, including critical bugs or security updates. Previously published releases will continue to be available via NuGet. The code will remain on GitHub, but the repository may […]

.NET 5 on AWS

As long time .NET developers, many of us here at AWS share in the excitement for the GA release of .NET 5. When benchmark results were announced at .NET Conf this summer, these results validated the focus on increasing performance over its predecessor — .NET Core 3.1. Including a 30% socket performance improvement on Linux, […]

Announcing the end of support for the AWS SDK for .NET version 1

On April 1st, 2021, the AWS SDK for .NET version 1 (v1) will reach the end of support. After this date it will no longer receive updates or releases, including critical bugs or security updates. Previously published releases will continue to be available via NuGet. The code will remain on GitHub, but the repository may […]

.NET Standard 1.3 in AWS SDK for .NET is now in maintenance mode

Following the end of support for .NET Core 1.0 and 1.1 platforms, on May 18th 2020 we announced the upcoming end-of-support for .NET Standard 1.3 version in AWS SDK for .NET. As of October 12th, 2020 we will update .NET Standard 1.3 version of AWS SDK for .NET with security and critical fixes only. On […]

Introducing Paginators in AWS SDK for .NET v3.5

We are happy to introduce Paginators in the latest release of AWS SDK for .NET v3.5! Many AWS operations return paginated results when the response object is too large to return in a single response. Paginators can help you navigate through paginated responses from services. Basic Usage Typically, a service will return a truncated response when […]

AWS SDK for .NET v3.5 Now Generally Available

Today, we have released version 3.5 of the AWS SDK for .NET! The primary objective of this version is to transition support for all non-Framework versions of the SDK to .NET Standard 2.0. We are doing this to accelerate feature development and offer newer functionality to a greater set of customers going forward. This is […]