ASP.NET Core

Cloud

Using AWS Cognito for Service-to-Service Authorization in ASP.NET Core

In this blog post I will show how AWS Cognito can be used for Service to Service Authorization in ASP.NET Core.

Read
Cloud

AWS Lambda - HTTP APIs and Concurrent Requests

In this blog post I will discuss some considerations when hosting a HTTP API in AWS Lambda.

Read

C# Static fields inline initialization - Be Lazy

This post explores static field inline initialization in C# and how can we have full control of the exact moment when they get initialized.

Read