Posts by this author

Sep 29, 2022
10
7

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.NET Core
Jan 8, 2013
0
0

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 ...

ASP.NET