Episode

Move your Web Forms app to .NET Core without rewriting everything

with Tomas Herceg

Announcing .NET Core 3.0

Do you have an old ASP.NET Web Forms app that is too big to rewrite? There IS a way to move it to .NET Core! You'll see how to use DotVVM, an open source framework, to modernize such app by replacing Web Forms pages with DotVVM views, and refactoring code behind classes into MVVM viewmodels.