<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Client Libraries on Producthunt daily</title>
        <link>https://producthunt.programnotes.cn/en/tags/client-libraries/</link>
        <description>Recent content in Client Libraries on Producthunt daily</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Sun, 13 Apr 2025 15:26:17 +0800</lastBuildDate><atom:link href="https://producthunt.programnotes.cn/en/tags/client-libraries/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>google-cloud-go</title>
        <link>https://producthunt.programnotes.cn/en/p/google-cloud-go/</link>
        <pubDate>Sun, 13 Apr 2025 15:26:17 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/google-cloud-go/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1456318456940-4da16c8fc9bc?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NDQ1MjkwODV8&amp;ixlib=rb-4.0.3" alt="Featured image of post google-cloud-go" /&gt;&lt;h1 id=&#34;googleapisgoogle-cloud-go&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/googleapis/google-cloud-go&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;googleapis/google-cloud-go&lt;/a&gt;
&lt;/h1&gt;&lt;h1 id=&#34;google-cloud-client-libraries-for-go&#34;&gt;Google Cloud Client Libraries for Go
&lt;/h1&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://pkg.go.dev/cloud.google.com/go&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://pkg.go.dev/badge/cloud.google.com/go.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Go Reference&#34;
	
	
&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Go packages for &lt;a class=&#34;link&#34; href=&#34;https://cloud.google.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Google Cloud Platform&lt;/a&gt; services.&lt;/p&gt;
&lt;h2 id=&#34;installation&#34;&gt;Installation
&lt;/h2&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;go get cloud.google.com/go/firestore@latest &lt;span class=&#34;c1&#34;&gt;# Replace firestore with the package you want to use.&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; Some of these packages are under development, and may occasionally
make backwards-incompatible changes.&lt;/p&gt;
&lt;h2 id=&#34;supported-apis&#34;&gt;Supported APIs
&lt;/h2&gt;&lt;p&gt;For an updated list of all of our released APIs please see our
&lt;a class=&#34;link&#34; href=&#34;https://cloud.google.com/go/docs/reference&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;reference docs&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;go-versions-supported&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;#supported-versions&#34; &gt;Go Versions Supported&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Our libraries are compatible with the two most recent major Go
releases, the same &lt;a class=&#34;link&#34; href=&#34;https://go.dev/doc/devel/release#policy&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;policy&lt;/a&gt; the Go
programming language follows. This means the currently supported versions are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Go 1.23&lt;/li&gt;
&lt;li&gt;Go 1.24&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;authentication&#34;&gt;Authentication
&lt;/h2&gt;&lt;p&gt;By default, each client library will use &lt;a class=&#34;link&#34; href=&#34;https://developers.google.com/identity/protocols/application-default-credentials&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Application Default Credentials&lt;/a&gt;
(ADC) to automatically configure the credentials used in calling the API endpoint.
When using the libraries in a Google Cloud Platform environment such as Compute
Engine, Kubernetes Engine, or App Engine, no additional authentication steps are
necessary. See &lt;a class=&#34;link&#34; href=&#34;https://cloud.google.com/docs/authentication&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Authentication methods at Google&lt;/a&gt;
and &lt;a class=&#34;link&#34; href=&#34;https://cloud.google.com/docs/authentication/client-libraries&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Authenticate for using client libraries&lt;/a&gt;
for more information.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-go&#34; data-lang=&#34;go&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nx&#34;&gt;client&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;err&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;:=&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;storage&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nf&#34;&gt;NewClient&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;ctx&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;For applications running elsewhere, such as your local development environment,
you can use the &lt;code&gt;gcloud auth application-default login&lt;/code&gt; command from the
&lt;a class=&#34;link&#34; href=&#34;https://cloud.google.com/cli&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Google Cloud CLI&lt;/a&gt; to set user credentials in
your local filesystem. Application Default Credentials will automatically detect
these credentials. See &lt;a class=&#34;link&#34; href=&#34;https://cloud.google.com/docs/authentication/set-up-adc-local-dev-environment&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Set up ADC for a local development
environment&lt;/a&gt;
for more information.&lt;/p&gt;
&lt;p&gt;Alternately, you may need to provide an explicit path to your credentials. To authenticate
using a &lt;a class=&#34;link&#34; href=&#34;https://cloud.google.com/docs/authentication#service-accounts&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;service account&lt;/a&gt;
key file, either set the &lt;code&gt;GOOGLE_APPLICATION_CREDENTIALS&lt;/code&gt; environment variable to the path
to your key file, or programmatically pass
&lt;a class=&#34;link&#34; href=&#34;https://pkg.go.dev/google.golang.org/api/option#WithCredentialsFile&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;code&gt;option.WithCredentialsFile&lt;/code&gt;&lt;/a&gt;
to the &lt;code&gt;NewClient&lt;/code&gt; function of the desired package. For example:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-go&#34; data-lang=&#34;go&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nx&#34;&gt;client&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;err&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;:=&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;storage&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nf&#34;&gt;NewClient&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;ctx&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;option&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nf&#34;&gt;WithCredentialsFile&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;path/to/keyfile.json&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;You can exert even more control over authentication by using the
&lt;a class=&#34;link&#34; href=&#34;https://pkg.go.dev/cloud.google.com/go/auth/credentials&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;credentials&lt;/a&gt; package to
create an &lt;a class=&#34;link&#34; href=&#34;https://pkg.go.dev/cloud.google.com/go/auth#Credentials&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;auth.Credentials&lt;/a&gt;.
Then pass &lt;a class=&#34;link&#34; href=&#34;https://pkg.go.dev/google.golang.org/api/option#WithAuthCredentials&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;code&gt;option.WithAuthCredentials&lt;/code&gt;&lt;/a&gt;
to the &lt;code&gt;NewClient&lt;/code&gt; function:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-go&#34; data-lang=&#34;go&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nx&#34;&gt;creds&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;err&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;:=&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;credentials&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nf&#34;&gt;DetectDefault&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;amp;&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;credentials&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;DetectOptions&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;...&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;})&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;o&#34;&gt;...&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nx&#34;&gt;client&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;err&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;:=&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;storage&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nf&#34;&gt;NewClient&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;ctx&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;option&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nf&#34;&gt;WithAuthCredentials&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;creds&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;contributing&#34;&gt;Contributing
&lt;/h2&gt;&lt;p&gt;Contributions are welcome. Please, see the
&lt;a class=&#34;link&#34; href=&#34;https://github.com/GoogleCloudPlatform/google-cloud-go/blob/main/CONTRIBUTING.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;CONTRIBUTING&lt;/a&gt;
document for details.&lt;/p&gt;
&lt;p&gt;Please note that this project is released with a Contributor Code of Conduct.
By participating in this project you agree to abide by its terms.
See &lt;a class=&#34;link&#34; href=&#34;https://github.com/GoogleCloudPlatform/google-cloud-go/blob/main/CONTRIBUTING.md#contributor-code-of-conduct&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Contributor Code of Conduct&lt;/a&gt;
for more information.&lt;/p&gt;
&lt;h2 id=&#34;links&#34;&gt;Links
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://cloud.google.com/go/home&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Go on Google Cloud&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://cloud.google.com/go/getting-started&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Getting started with Go on Google Cloud&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://cloud.google.com/appengine/docs/standard/go/quickstart&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;App Engine Quickstart&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://cloud.google.com/functions/docs/quickstart-go&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Cloud Functions Quickstart&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://cloud.google.com/run/docs/quickstarts/build-and-deploy#go&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Cloud Run Quickstart&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>azure-sdk-for-net</title>
        <link>https://producthunt.programnotes.cn/en/p/azure-sdk-for-net/</link>
        <pubDate>Sun, 06 Apr 2025 15:25:09 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/azure-sdk-for-net/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1707663471657-7039714c89ec?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NDM5MjQyODJ8&amp;ixlib=rb-4.0.3" alt="Featured image of post azure-sdk-for-net" /&gt;&lt;h1 id=&#34;azureazure-sdk-for-net&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Azure/azure-sdk-for-net&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Azure/azure-sdk-for-net&lt;/a&gt;
&lt;/h1&gt;&lt;h1 id=&#34;azure-sdk-for-net&#34;&gt;Azure SDK for .NET
&lt;/h1&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://azure.github.io/azure-sdk/releases/latest/dotnet.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://img.shields.io/badge/packages-latest-blue.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Packages&#34;
	
	
&gt;&lt;/a&gt; &lt;a class=&#34;link&#34; href=&#34;https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-net/dependencies/dependencies.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://img.shields.io/badge/dependency-report-blue.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Dependencies&#34;
	
	
&gt;&lt;/a&gt; &lt;a class=&#34;link&#34; href=&#34;https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-net/dependencies/dependencyGraph/dagre.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://img.shields.io/badge/dependency-graph-blue.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Dependencies Graph&#34;
	
	
&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our &lt;a class=&#34;link&#34; href=&#34;https://docs.microsoft.com/dotnet/azure/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;public developer docs&lt;/a&gt; or our versioned &lt;a class=&#34;link&#34; href=&#34;https://azure.github.io/azure-sdk-for-net&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;developer docs&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;getting-started&#34;&gt;Getting started
&lt;/h2&gt;&lt;p&gt;To get started with a library, see the README.md file located in the library&amp;rsquo;s project folder. You can find these library folders grouped by service in the /sdk directory.&lt;/p&gt;
&lt;p&gt;For tutorials, samples, quick starts, and other documentation, go to &lt;a class=&#34;link&#34; href=&#34;https://docs.microsoft.com/dotnet/azure/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Azure for .NET Developers&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;packages-available&#34;&gt;Packages available
&lt;/h2&gt;&lt;p&gt;Each service might have a number of libraries available from each of the following categories:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#client-new-releases&#34; &gt;Client - New Releases&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#client-previous-versions&#34; &gt;Client - Previous Versions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#management-new-releases&#34; &gt;Management - New Releases&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#management-previous-versions&#34; &gt;Management - Previous Versions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;client-new-releases&#34;&gt;Client: New Releases
&lt;/h3&gt;&lt;p&gt;New wave of packages that we are announcing as &lt;strong&gt;GA&lt;/strong&gt; and several that are currently releasing in &lt;strong&gt;preview&lt;/strong&gt;. These libraries follow the &lt;a class=&#34;link&#34; href=&#34;https://azure.github.io/azure-sdk/dotnet/guidelines/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Azure SDK Design Guidelines for .NET&lt;/a&gt; and share a number of core features such as HTTP retries, logging, transport protocols, authentication protocols, etc., so that once you learn how to use these features in one client library, you will know how to use them in other client libraries. You can learn about these shared features at &lt;a class=&#34;link&#34; href=&#34;https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/README.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Azure.Core&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;These new client libraries can be identified by the naming used for their folder, package, and namespace. Each will start with &lt;code&gt;Azure&lt;/code&gt;, followed by the service category, and then the name of the service. For example &lt;code&gt;Azure.Storage.Blobs&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;For a complete list of available packages, please see the &lt;a class=&#34;link&#34; href=&#34;https://azure.github.io/azure-sdk/releases/latest/dotnet.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;latest available packages&lt;/a&gt; page.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;NOTE: If you need to ensure your code is ready for production we strongly recommend using one of the stable, non-preview libraries.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&#34;client-previous-versions&#34;&gt;Client: Previous Versions
&lt;/h3&gt;&lt;p&gt;Last stable versions of packages that are production-ready. These libraries provide similar functionalities to the preview packages, as they allow you to use and consume existing resources and interact with them, for example: upload a storage blob. Stable library directories typically contain &amp;lsquo;Microsoft.Azure&amp;rsquo; in their names, e.g. &amp;lsquo;Microsoft.Azure.KeyVault&amp;rsquo;. They might not implement the &lt;a class=&#34;link&#34; href=&#34;https://azure.github.io/azure-sdk/dotnet_introduction.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;guidelines&lt;/a&gt; or have the same feature set as the November releases. They do however offer wider coverage of services.&lt;/p&gt;
&lt;h3 id=&#34;management-new-releases&#34;&gt;Management: New Releases
&lt;/h3&gt;&lt;p&gt;A new set of management libraries that follow the &lt;a class=&#34;link&#34; href=&#34;https://azure.github.io/azure-sdk/dotnet_introduction.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Azure SDK Design Guidelines for .NET&lt;/a&gt; and based on &lt;a class=&#34;link&#34; href=&#34;https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/core/Azure.Core&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Azure.Core libraries&lt;/a&gt; are now in Public Preview. These new libraries provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more. You can find the list of new packages &lt;a class=&#34;link&#34; href=&#34;https://azure.github.io/azure-sdk/releases/latest/dotnet.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;on this page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To get started with these new libraries, please see the &lt;a class=&#34;link&#34; href=&#34;https://github.com/Azure/azure-sdk-for-net/blob/main/doc/mgmt_preview_quickstart.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;quickstart guide here&lt;/a&gt;. These new libraries can be identified by namespaces that start with &lt;code&gt;Azure.ResourceManager&lt;/code&gt;, e.g. &lt;code&gt;Azure.ResourceManager.Network&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;NOTE: If you need to ensure your code is ready for production use one of the stable, non-preview libraries.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&#34;management-previous-versions&#34;&gt;Management: Previous Versions
&lt;/h3&gt;&lt;p&gt;For a complete list of management libraries which enable you to provision and manage Azure resources, please check &lt;a class=&#34;link&#34; href=&#34;https://azure.github.io/azure-sdk/releases/latest/all/dotnet.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;. They might not have the same feature set as the new releases but they do offer wider coverage of services. Previous versions of management libraries can be identified by namespaces that start with &lt;code&gt;Microsoft.Azure.Management&lt;/code&gt;, e.g. &lt;code&gt;Microsoft.Azure.Management.Network&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Documentation and code samples for these libraries can be found &lt;a class=&#34;link&#34; href=&#34;https://azure.github.io/azure-sdk-for-net&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;need-help&#34;&gt;Need help?
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;For reference documentation visit the &lt;a class=&#34;link&#34; href=&#34;https://aka.ms/net-docs&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Azure SDK for .NET API Reference&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;For tutorials, samples, quick starts, and other documentation, go to &lt;a class=&#34;link&#34; href=&#34;https://docs.microsoft.com/dotnet/azure/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Azure for .NET Developers&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;File an issue via &lt;a class=&#34;link&#34; href=&#34;https://github.com/Azure/azure-sdk-for-net/issues/new/choose&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Github Issues&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Check &lt;a class=&#34;link&#34; href=&#34;https://stackoverflow.com/questions/tagged/azure&amp;#43;.net&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;previous questions&lt;/a&gt; or ask new ones on StackOverflow using &lt;code&gt;azure&lt;/code&gt; and &lt;code&gt;.net&lt;/code&gt; tags.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;community&#34;&gt;Community
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Chat with other community members &lt;a class=&#34;link&#34; href=&#34;https://gitter.im/azure/azure-sdk-for-net?utm_source=badge&amp;amp;utm_medium=badge&amp;amp;utm_campaign=pr-badge&amp;amp;utm_content=badge&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://badges.gitter.im/Join%20Chat.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Join the chat at https://gitter.im/azure/azure-sdk-for-net&#34;
	
	
&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;reporting-security-issues-and-security-bugs&#34;&gt;Reporting security issues and security bugs
&lt;/h3&gt;&lt;p&gt;Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) &lt;a class=&#34;link&#34; href=&#34;mailto:secure@microsoft.com&#34; &gt;secure@microsoft.com&lt;/a&gt;. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the &lt;a class=&#34;link&#34; href=&#34;https://www.microsoft.com/msrc/faqs-report-an-issue&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Security TechCenter&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;we-want-your-thoughts&#34;&gt;We want your thoughts!
&lt;/h2&gt;&lt;h3 id=&#34;feature-requests&#34;&gt;Feature Requests
&lt;/h3&gt;&lt;p&gt;What features are important to you?  You can let us know by looking at our open &lt;a class=&#34;link&#34; href=&#34;https://github.com/Azure/azure-sdk-for-net/issues?q=is%3Aopen&amp;#43;label%3Afeature-request&amp;#43;sort%3Areactions-%2B1-desc&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;feature requests&lt;/a&gt; and sharing your thoughts by giving the issue a thumbs up or thumbs down.  (Note the list is sorted by number of thumbs up in descending order.)&lt;/p&gt;
&lt;h3 id=&#34;design-discussions&#34;&gt;Design Discussions
&lt;/h3&gt;&lt;p&gt;We would love to incorporate the community&amp;rsquo;s input into our library design process. Here&amp;rsquo;s a list of &lt;a class=&#34;link&#34; href=&#34;https://github.com/Azure/azure-sdk-for-net/labels/design-discussion&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;design discussions&lt;/a&gt; that we&amp;rsquo;re currently having. Participate in the discussions by leaving your comments in the issue!&lt;/p&gt;
&lt;h2 id=&#34;contributing&#34;&gt;Contributing
&lt;/h2&gt;&lt;p&gt;For details on contributing to this repository, see the &lt;a class=&#34;link&#34; href=&#34;https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;contributing guide&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit
&lt;a class=&#34;link&#34; href=&#34;https://cla.microsoft.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://cla.microsoft.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.&lt;/p&gt;
&lt;p&gt;This project has adopted the &lt;a class=&#34;link&#34; href=&#34;https://opensource.microsoft.com/codeofconduct/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Microsoft Open Source Code of Conduct&lt;/a&gt;. For more information see the &lt;a class=&#34;link&#34; href=&#34;https://opensource.microsoft.com/codeofconduct/faq/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Code of Conduct FAQ&lt;/a&gt; or contact &lt;a class=&#34;link&#34; href=&#34;mailto:opencode@microsoft.com&#34; &gt;opencode@microsoft.com&lt;/a&gt; with any additional questions or comments.&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
