FritzAndFriends/BlazorWebFormsComponents
Skill Claude CodeCodex
Protect BWFC GridView TemplateField migrations from collapsing into BoundField output or losing nested controls.
FritzAndFriends/BlazorWebFormsComponents
Skill Claude CodeCodex
Protect BWFC GridView TemplateField migrations from collapsing into BoundField output or losing nested controls.
FritzAndFriends/BlazorWebFormsComponents
Skill Claude CodeCodex
Author isolated migration CLI semantic patterns without leaking behavior into Layer 1 transforms.
FritzAndFriends/BlazorWebFormsComponents
Skill Claude CodeCodex
Guardrails for implementing Web Forms semantic page-pattern rewrites in the migration CLI.
FritzAndFriends/BlazorWebFormsComponents
Skill Claude CodeCodex
Migrate ASP.NET Web Forms User Controls (.ascx) to Blazor components using BlazorWebFormsComponents. Covers ASCX-to-Razor conversion, code-behind preservation, tag prefix resolution, property/event mapping, and partial-class base class alignment. WHEN: 'migrate ascx', 'convert user control', 'ascx to blazor', 'user…
FritzAndFriends/BlazorWebFormsComponents
Skill Claude CodeCodex
Migrate custom ASP.NET Web Forms server controls (WebControl, CompositeControl) to Blazor using BlazorWebFormsComponents. Covers RenderContents/HtmlTextWriter preservation, TagKey mapping, AddAttributesToRender, CreateChildControls, and the one-line-change migration pattern. WHEN: 'migrate custom control', 'webcontrol…
FritzAndFriends/BlazorWebFormsComponents
Skill Claude CodeCodex
WORKFLOW SKILL — Migrate Web Forms data access and architecture to Blazor Server. Covers EF6→EF Core with IDbContextFactory, Session→SessionShim, Global.asax→Program.cs, Web.config→appsettings.json, DataSource controls→service injection. WHEN: "migrate EF6", "session state to services", "Global.asax to Program.cs"…
FritzAndFriends/BlazorWebFormsComponents
Skill Claude CodeCodex
WORKFLOW SKILL — Migrate ASP.NET Web Forms Identity and Membership authentication to Blazor Server Identity. Covers OWIN→Core middleware, login/register/logout minimal API endpoints, BWFC login controls, cookie auth under Interactive Server, and role-based authorization. WHEN: "migrate identity", "login page…
FritzAndFriends/BlazorWebFormsComponents
Skill Claude CodeCodex
Migrate ASP.NET Web Forms applications to Blazor Server using the webforms-to-blazor CLI tool and BlazorWebFormsComponents (BWFC). Orchestrates L1 automated transforms via CLI, then guides L2 contextual transforms. WHEN: "migrate aspx", "convert web forms", "web forms to blazor", "run migration". INVOKES…
FritzAndFriends/BlazorWebFormsComponents
Skill Claude CodeCodex
Post-migration async/await and .NET 10 performance optimization pass for Blazor apps migrated from Web Forms. Applies modern runtime patterns after the app builds and runs. WHEN: "run L3 optimization", "apply async/await fixes", "optimize migrated Blazor app", "AsNoTracking queries", "StreamRendering"…
FritzAndFriends/BlazorWebFormsComponents
Skill Claude CodeCodex
Enforce canonical migration standards for ASP.NET Web Forms to Blazor using BWFC. Covers target architecture (.NET 10, Server Interactive), database provider detection, event handler preservation, SelectMethod patterns, and page lifecycle mapping. WHEN: "migration standards", "target architecture", "render mode…