Showing category results for ASP.NET Core

Sep 29, 2022
Post comments count10
Post likes count8

Experimental WebTransport over HTTP/3 support in Kestrel

Chris R

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
Sep 26, 2022
Post comments count1
Post likes count11

Microsoft Commerce’s .NET 6 Migration Journey

Kurtis,
Tian

Microsoft Commerce is a diverse set of services (>700) services and recently made the journey to .NET 6 from .NET Framework. Here are some tips, tricks, and results from our journey to .NET 6.

.NETASP.NET CoreAzure
Sep 14, 2022
Post comments count1
Post likes count7

Microsoft Teams Assignments Service’s Journey to .NET 6

Kevin Halverson

The Assignments and Grades features in Teams have seen exponential growth in usage as schools around the world have undergone a digital transformation. To better meet the needs of teachers and students, we have recently migrated our backend service to .NET 6.

Developer Stories.NETASP.NET Core
Aug 24, 2022
Post comments count13
Post likes count5

A Heavy Lift: Bringing Kestrel + YARP to Azure App Services

Byron Tardif

In this post, we get a behind-the-scenes look at the engineering work required to change a critical platform component with code paths that are exercised billions of times a day while minimizing service disruptions and maintaining SLA for our customers.

Azure.NETASP.NET Core
Aug 16, 2022
Post comments count45
Post likes count20

.NET 6 is now in Ubuntu 22.04

Richard Lander

.NET 6 is now included in Ubuntu 22.04 (Jammy) and can be installed with just apt install dotnet6. This change is a major improvement and simplification for Ubuntu users. We're also releasing .NET with Chiseled Ubuntu Containers, a new small and secure container offering from Canonical. These improvements are the result of a new partnership betwee...

.NETASP.NET CoreContainers
Aug 9, 2022
Post comments count16
Post likes count10

ASP.NET Core updates in .NET 7 Preview 7

Daniel Roth

.NET 7 Preview 7 is now available! Check out what's new in ASP.NET Core in this update.

ASP.NET Core.NETASP.NET
Aug 8, 2022
Post comments count16
Post likes count9

Migrating from ASP.NET to ASP.NET Core in Visual Studio

Sayed Ibrahim Hashimi

In this post we introduce a new tool that will assist in incrementally migrating ASP.NET (.NET Framework) project to ASP.NET Core

.NETASP.NETASP.NET Core