Tag: storage

  • AWS S3 using .NET

    AWS S3 (Amazon Simple Storage Service) is a cloud storage service provided by Amazon Web Services (AWS). It is a highly scalable, object-based storage service that offers industry-leading durability and availability. Using AWS S3 from .NET is easy, thanks to the AWS SDK for .NET. The AWS SDK for .NET is a collection of libraries…

  • How to download files in Flutter? And read.

    How to download files in Flutter? And read.

    From now and then, you might be building an app where you need to download a file or two from the internet, store it locally and then display it on the phone. Let\’s say, a chat application would require the videos, images, audios for that purpose. What to do then? Flutter has the capability to…