CoderJony

.NET Core

Authenticating users in ASP.NET Core MVC using Amazon Cognito

Authenticating users in ASP.NET Core MVC using Amazon Cognito

In this post, you will learn how to use Amazon Cognito as an Identity Provider for your ASP.NET Core MVC application. This means that you will store your users in Amazon Cognito and configure your web application to authenticate users through a Cognito Hosted UI.

Read More By Ankush Jain
Structured Logging in .NET Core Worker Service with Serilog - Write logs to Amazon CloudWatch

Structured Logging in .NET Core Worker Service with Serilog - Write logs to Amazon CloudWatch

In this post, I'll show how to use Serilog in a .NET Worker Service to perform Structured Logging and persist log data to AWS CloudWatch.

Read More By Ankush Jain
Building a Serverless ASP.NET Core Web API with AWS Lambda using Function URLs

Building a Serverless ASP.NET Core Web API with AWS Lambda using Function URLs

In this post, you will learn how to build a Serverless API using ASP.NET Core and AWS Lambda.

Read More By Ankush Jain
Structured Logging with NLog in AWS Lambda using .NET Core

Structured Logging with NLog in AWS Lambda using .NET Core

In this post, you will learn how you can use Structured Logging with NLog in your AWS Lambda using .NET Core.

Read More By Ankush Jain
Hosting an ASP.NET Core Application on Amazon Linux 2 EC2 instance

Hosting an ASP.NET Core Application on Amazon Linux 2 EC2 instance

In this post, we will understand how can we deploy an ASP.NET Core application on an Amazon Linux 2 EC2 instance step by step.

Read More By Ankush Jain
Getting Started with AWS CDK using .NET

Getting Started with AWS CDK using .NET

In this post, we will understand, how to easily get started with CDK in .NET.

Read More By Ankush Jain