When developing .NET Core for azure in C# in what circumstances should one use CloudBlobClient
(nuget: Microsoft.Azure.Storage.Blob) vs BlobClient
(nuget: Azure.Storage.Blobs).
Difference between CloudBlobClient and BlobClient [closed]
Asked Answered
© 2022 - 2024 — McMap. All rights reserved.
.Net Legacy
learn.microsoft.com/en-us/dotnet/api/… – Declivous