

Version 4 (V4) of the AWS SDK for .NET has been released\$1

For information about breaking changes and migrating your applications, see the [migration topic](https://docs.aws.amazon.com/sdk-for-net/v4/developer-guide/net-dg-v4.html).

 [https://docs.aws.amazon.com/sdk-for-net/v4/developer-guide/net-dg-v4.html](https://docs.aws.amazon.com/sdk-for-net/v4/developer-guide/net-dg-v4.html)

# Configuring the AWS SDK for .NET
<a name="configuring-the-sdk"></a>

To use the AWS SDK for .NET, you need to [set up your environment](net-dg-config.md) and also configure a number of essential things that your application needs to access AWS services. These include:
+ Specification of the AWS Region
+ AWSSDK packages or assemblies

Some of the topics in this section provide information about how to configure these essential things.

Other topics in this section and other sections provide information about more advanced ways that you can configure your project.

**Topics**
+ [Start a new project](net-dg-start-new-project.md)
+ [Install AWSSDK packages with NuGet](net-dg-install-assemblies.md)
+ [Install AWSSDK assemblies without NuGet](net-dg-install-without-nuget.md)
+ [AWS Region](net-dg-region-selection.md)
+ [Credential and profile resolution](creds-assign.md)
+ [Retries and timeouts](retries-timeouts.md)
+ [Observability](observability.md)
+ [Users and roles](net-dg-users-roles.md)
+ [Advanced configuration](net-dg-advanced-config.md)
+ [Using legacy credentials](net-dg-legacy-creds.md)