
Lessons learned from porting an Angular App to Blazor
Blazor is a new way to write single-page web applications with .NET. Read how we used Blazor for our client Andritz AG and which knowledge we gained from this project.

Blazor is a new way to write single-page web applications with .NET. Read how we used Blazor for our client Andritz AG and which knowledge we gained from this project.

An alternative approach to the new ASP.NET Core SPA templates in .NET 6. It uses YARP as proxy to forward requests to the SPA dev server.