Posts by this author

Sep 29, 2022
Post comments count10
Post likes count8

Experimental WebTransport over HTTP/3 support in Kestrel

ASP.NET Core now has experimental support for WebTransport over HTTP/3, a new secure multiplexed transport protocol for the web. Learn how to try out this new transport protocol in your app.

ASP.NET Core.NET
Jan 8, 2013
Post comments count0
Post likes count0

Dual Mode Sockets – Never create an IPv4 Socket again

The Problem:If you’ve worked with network programing in recent years you’ve probably had to grapple with the IPv4 vs. IPv6 issue at some point.  In short, IPv6 is a great new technology for the future of networking, but most applications will still have to support IPv4 for several years during the transition. Working at the so...

ASP.NET