BlazorWebFormsComponents
Migrate ASP.NET Web Forms applications to Blazor Server
All Skills in This Repository (3)
Pure Emerald Level Indicatorsdocumentation
Write MkDocs documentation for BlazorWebFormsComponents with templates and frontmatter structure.
component-development
Create Blazor components that emulate ASP.NET Web Forms controls.
bunit-test-migration
Migrate bUnit 1.x test patterns to the 2.x API in .razor files.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core