FritzAndFriendsFritzAndFriendsOfficialยท3 Agent Skills Included

BlazorWebFormsComponents

Migrate ASP.NET Web Forms applications to Blazor Server

Converts legacy ASP.NET Web Forms pages, controls, and code-behind into working Blazor Server applications. Provides drop-in Blazor replacements for Web Forms controls plus shims for Session, Response, Request, and ViewState so existing code compiles unchanged. Automates markup transforms, data access migration, identity migration, and post-migration performance tuning. Eliminates manual rewriting of GridView, ListView, login pages, and custom server controls.
npx skills add FritzAndFriends/BlazorWebFormsComponents --all -g -y

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install BlazorWebFormsComponents?โ–ผ

Run `npx skills add FritzAndFriends/BlazorWebFormsComponents --all -g -y` in your terminal to install all skills in this suite globally.

How to migrate Web Forms to Blazor?โ–ผ

The bwfc-migration skill runs the webforms-to-blazor CLI for automated markup conversion, then guides contextual fixes for session state, lifecycle methods, and data binding. Most Web Forms code works unchanged through BWFC shims.

Can I keep my existing Web Forms code during migration?โ–ผ

Yes. BWFC shims let Session["key"], Response.Redirect(), Request.QueryString, and ViewState work identically in Blazor, so most code-behind compiles without changes.

Does it handle Entity Framework and login migration?โ–ผ

Yes. Dedicated skills cover EF6 to EF Core migration with provider detection, plus Web Forms Identity and Membership conversion to ASP.NET Core Identity with working login endpoints.

Do I need Blazor experience to use this?โ–ผ

No. The skills guide your agent through each migration layer with plain-English requests, and the CLI handles the mechanical conversion automatically.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’