Hey, I'm Rahul Nath π
Coder. Blogger. YouTuber. Teacher.
I enjoy running. Blogs are usually technical and about life in general.
Coder. Blogger. YouTuber. Teacher.
I enjoy running. Blogs are usually technical and about life in general.
Amazon S3 now supports conditional requests. You can use conditional requests to add preconditions to your S3 operations. If the precondition is not met it will result in the S3 operation failing. Letβs learn about Conditional Reads and Writes in Amazon S3 and how to use it from .NET
MassTransit is a powerful .NET library for building distributed systems. Let's learn how to set up MassTransit using RabbitMQ transport from an ASP NET application. We will also learn the default queue topology MassTransit sets up on RabbitMQ transport.
In this post let's explore step-by-step how to deploy an ASP NET Web API application to AWS Elastic Beanstalk. We will use the Visual Studio Toolkit to deploy the application and create multiple environments.
ASP NET Health Checks feature lets you monitor and report on the health of your web application and its dependencies.
Amazon Relational Database Service (RDS) is a managed database service on AWS Cloud. RDS provides different database engines; in this post, we will focus on SQL Server. We will set up a Microsoft SQL Server database on RDS and connect to it from a .NET application.