Dotnet-Core

Learn How To Manage Credentials When Building .NET Application on AWS Members Public

Learn different ways to set up and manage credentials and sensitive information when building .NET applications on AWS. We will also touch upon some of the tools and utilities that I have set up on my local development machine to make working with AWS easier.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

Amazon S3 For the .NET Developer: How to Easily Get Started Members Public

Learn how to get started with Amazon S3 from a .NET Core application. We will learn how to store and retrieve data from the storage, important concepts to be aware of while using S3.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

AWS Parameter Store For The .NET Developer: How to Easily Get Started Members Public

Learn how to get started with AWS Parameter Store and use it from a .NET application to store and retrieve configuration data. Understand how parameters are versioned and how to use labels and hierarchies to manage parameters better. Seamlessly use the built-in .NET Configuration capabilities to loa

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

Amazon API Gateway for the .NET Developer - How To Build HTTP APIs Members Public

Learn how to get started with API Gateway by building an HTTP API backed by AWS Lambda running on .NET Core. We will see how to create different HTTP endpoints, connect them to lambda functions, send and receive data, set up stages, and more.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

How To Setup Dependency Injection With Azure Functions ⚡ Members Public

Learn how to set up Dependency Injection in Azure Functions using .NET .

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Azure Queue Storage For The .NET Developer: How To Easily Get Started Members Public

Learn how to use Azure Queue Storage to build decoupled applications. Understand the different ways to interact with a Queue Storage and use it from a .NET application. Also see how to use Managed Identities to connect to Queue without needing any connection string.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

5 Ways to Handle Application Configuration & Secrets With Azure 🔐 Members Public

Handing application configuration can be tricky. Let's dive into 5 different ways we can manage application secrets, configuration, connection strings, etc when building an ASP NET Application on Azure.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Azure Functions ⚡ For The .NET Developer: How To Easily Get Started Members Public

Write your first Azure Function to process messages from an Azure Queue Storage. See how to use Managed Identities to setup authentication for Azure Function with other resources.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure