Posts by this author

May 22, 2023
Post comments count16
Post likes count8

Announcing Azure Monitor OpenTelemetry Distro

The Azure Monitor Open Telemetry distro has just been released. This library enables monitoring ASP.NET Core apps with Azure monitor a one line change, based on the infrastructure of Open Telemetry for .NET.

.NETASP.NET CoreAzure
May 2, 2022
Post comments count1
Post likes count0

YARP 1.1 is here with new requested reverse proxy features

YARP 1.1 has been released. YARP is a highly customizable open-source reverse proxy written for .NET. This release adds a few commonly requested features.

.NETASP.NETASP.NET Core
Nov 9, 2021
Post comments count23
Post likes count0

Announcing YARP 1.0 Release

YARP, an open-source, highly customizable reverse proxy using .NET has been released.

.NETASP.NET.NET Core
Sep 17, 2021
Post comments count11
Post likes count0

HTTP/3 support in .NET 6

See how to use HTTP/3 in your apps built using .NET 6.

ASP.NET.NET.NET Internals
Sep 29, 2020
Post comments count14
Post likes count0

Repo experience survey results

A couple of months ago we ran a survey of our github community to understand our users satisfaction and experience with the mechanics of how the projects are open-sourced with the community. This post shares the results.

.NET
Sep 2, 2020
Post comments count7
Post likes count0

Customizing Trimming in .NET 5

This second post on app trimming goes into more detail about to annotate code to control the trimming process.

.NET