-
Book Overview & Buying
-
Table Of Contents
Web Development with Blazor - Fourth Edition
By :
Last but not least, we have Web Forms.
Jeff Fritz has been working on a project that fills the gap between WebForms and Blazor.
You can find it here: https://github.com/FritzAndFriends/BlazorWebFormsComponents.
To quote Jeff: A collection of Blazor components that are drop-in replacements for the ASP.NET Web Forms control of the same name. The library also includes some other shims and modules that make migrating to Blazor a smooth experience.
I haven't personally used it. I'm not sure whether it's a good idea, but I do know that Jeff does a lot of amazing things in the community, so I would assume this is really good stuff as well.
The first thing we should know is that Blazor is in many ways very similar to Web Forms, so the learning curve to get to Blazor is almost nonexistent since we have state management in Web Forms as well as Blazor.
There are some migration strategies where you would use Yet Another Reverse Proxy (YARP). Still, my recommendation...