Mike Brind 10/11/2022

Incrementally Migrating an ASP.NET Framework application to Razor Pages

Read Original

This technical article explains how to migrate large legacy ASP.NET Framework (Web Forms/MVC) applications to ASP.NET Core Razor Pages incrementally. It details Microsoft's SystemWebAdapters project, which enables sharing of authentication, session, and System.Web state, allowing a route-by-route 'strangler fig' pattern migration without a full rewrite.

Incrementally Migrating an ASP.NET Framework application to Razor Pages

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week