Showing category results for ASP.NET

May 31, 2022
Post comments count32
Post likes count1

Incremental ASP.NET to ASP.NET Core Migration

Taylor Southwick

Introducing a simple pattern to apply the Strangler Fig pattern to migrating ASP.NET to ASP.NET Core applications with the help of some new adapters.

.NETASP.NETASP.NET Core
May 11, 2022
Post comments count14
Post likes count1

Announcing gRPC JSON transcoding for .NET

James Newton-King

gRPC JSON transcoding is a new feature for .NET that allows gRPC services to be called with REST + JSON. Try it now in .NET 7 preview 4.

.NETASP.NETASP.NET Core
May 10, 2022
Post comments count7
Post likes count0

ASP.NET Core updates in .NET 7 Preview 4

Daniel Roth

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

ASP.NET Core.NETASP.NET
May 3, 2022
Post comments count6
Post likes count1

Microsoft Graph’s Journey to .NET 6

Joao Paiva

Read about the journey of Microsoft Graph on upgrading from .NET Framework 4.6 to .NET 6 and all the impact that came with it.

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

YARP 1.1 is here with new requested reverse proxy features

Sam Spencer

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
Apr 12, 2022
Post comments count5
Post likes count0

ASP.NET Core updates in .NET 7 Preview 3

Daniel Roth

.NET 7 Preview 3 is here and adds some great new features to ASP.NET Core including support for route handler filters in minimal APIs, improved unit testability for minimal route handlers, performance enhancements, and more.

ASP.NET Core.NETASP.NET
Mar 15, 2022
Post comments count14
Post likes count0

ASP.NET Core updates in .NET 7 Preview 2

Daniel Roth

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

ASP.NET Core.NETASP.NET
Mar 2, 2022
Post comments count14
Post likes count0

Sharing code between ASP.NET and ASP.NET Core

Ken Schlobohm

You can begin your journey to ASP.NET Core by migrating one page at a time and do it by reusing the code you already have today. This article shows how to share controllers, models, and views from the 10-year-old MVC Music Store with a new ASP.NET Core project.

ASP.NET Core.NETASP.NET
Feb 17, 2022
Post comments count32
Post likes count0

ASP.NET Core updates in .NET 7 Preview 1

Daniel Roth

.NET 7 Preview 1 is now available! Check out what's new in ASP.NET Core in this update and learn about the roadmap for ASP.NET Core in .NET 7.

ASP.NET Core.NETASP.NET