AWS SNS

Hello everyone and welcome to .Net Cour Central. In this blog, I am going to walk through another AWS serverless feature which is called AWS SNS. AWS SNS or Simple Notification Service is another fully managed serverless messaging service provided by AWS. We can use SNS both for application to application as well as application … Read more

AWS SQS

Hello everyone and welcome to .Net Core Central. In this blog, I am going to walk through the AWS serverless feature and that is AWS SQS (Simple Queue Service). In this blog post, I am going to Firstly, I will explain what is SQS and its advantage. Secondly, I am going to go share how … Read more

AWS DynamoDB

In this blog post, I am going to walk through the AWS DynamoDB database and its feature. I will initially focus on features, and after that accessing AWS DynamoDB using a C# application. I am going cover the following topics in this post: Firstly, I will explain what is DynamoDB Secondly, I will cover its … Read more

AWS Lambda

In this blog post, I am going to talk about AWS Lambda. AWS Lambda is a serverless compute service provided by Amazon Web Services. When we use serverless features, we do not have to worry about managing the infrastructure, managing how to scale out or scale down. And that is the biggest value add for … Read more