Posts tagged with 'dotnet'

Back to all tags ←

Native AOT for .NET AWS Lambda functions

8 minute read

Switching to Native AOT shouldn’t change how you write your business logic. It should change how the Lambda is hosted, built and serialized around it.

OpenTelemetry for .NET AWS Lambda functions

8 minute read

Lambda functions created with Kralizek.Lambda.Templates can expose invocation, record and source-specific telemetry before application code adds a single span. Here is how that telemetry fits into OpenTelemetry locally with Aspire and wh...

Using LocalStack with Microsoft Tye

7 minute read

Integrating a powerful local emulator of AWS services like LocalStack with Microsoft Tye gives .NET developers a powerful development tool that increases their local productivity.

Pattern matching in C# 9.0

15 minute read

An overview about the different patterns available in C# up to version 9.0 of the compiler, improvements to the to the switch statement and the new switch expression introduced in C# 8.0.

Back to Top ↑