David Fowler

Distinguished Engineer, .NET

David Fowler is a Partner Software Architect on the .NET Team. He works on ASP.NET Core and is the creator of SignalR. He's also the architect for the Azure SignalR Service.

Post by this author

New .NET 6 APIs driven by the developer community

.NET 6 is on the way, and I wanted to share some of my favorite new APIs that you are going to love.

System.IO.Pipelines: High performance IO in .NET

System.IO.Pipelines is a new library that is designed to make it easier to do high performance IO in .NET. It's a library targeting .NET Standard that works on all .NET implementations. Pipelines was born from the work the .NET Core team did to make Kestrel one of the fastest web servers in the industry. What started as an implementation ...