Hello!Have you worked with S3 If you have, you know that we can't get more than 1000 objects in a response from S3 So, the next question is, what do we do if we have more objects...
Posted by Vidhathri Avadhany
We have a class called ServiceController in C# This class helps us to query the windows service For using this class, we have to use the following imports using System; using...
To check if a folder exists in a bucket is one of the basic requirements in any application which uses S3 buckets I have demonstrated a small function in this blog, which checks...
Hello folks!Mailing is an important part of any application We will see how we can send emails using SMTP MailGun credentials, without exposing the password of the...
Hello folks!!We are developing a configurable NET Core application here If you were wondering how to make a net core application configurable, then you are in the right...
Hello Friends!!This blog tells you about how you can configure Jenkins with Mailgun You all must be wondering how you can integrate Jenkins with Mailgun Few days ago, even I was...