Relative Content

Tag Archive for c#asp.net-corerazorblazor

Add Blazor to an ASP.NET Core 8 project

I have an old project build with in ASP.NET Core 8 using Razor. Now, I want to slowly migrate this project to Blazor. The idea is to add Blazor in the project and migrate one page at the time from Razor pages to Blazor page and Blazor components.

Add Blazor to an ASP.NET Core 8 project

I have an old project build with in ASP.NET Core 8 using Razor. Now, I want to slowly migrate this project to Blazor. The idea is to add Blazor in the project and migrate one page at the time from Razor pages to Blazor page and Blazor components.