legacy-webforms-order-binder
Build internal order-management Web Forms pages with ObjectDataSource, GridView, DetailsView, and ViewState-heavy filter handling.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build internal order-management Web Forms pages with ObjectDataSource, GridView, DetailsView, and ViewState-heavy filter handling.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | legacy-webforms-order-binder |
| description | Build internal order-management Web Forms pages with ObjectDataSource, GridView, DetailsView, and ViewState-heavy filter handling. |
| domain | web |
| confidence | high |
| source | earned |
Use this when a legacy .NET sample needs an internal operations page that should feel like a mid-2000s supervisor tool instead of a polished customer-facing experience.
ObjectDataSource as the binding seam even when the backing data is still sample/business-service driven.ObjectDataSource.Selecting handlers.GridView list pages with a DetailsView ticket page and a history page so the old binder metaphor feels complete.OrderLookup.aspx with filter toolbar, GridView, paging, sorting, and object data source.OrderDetails.aspx with DetailsView, status timeline grid, and follow-up notes.OrderHistory.aspx with date-range filters and a packet-style history grid.GridView controls directly to raw service contracts when the page needs UI-specific flags, notes, and packet language.Squad branching model: main-only workflow with feature branches
{what this skill teaches agents}
Wire legacy .NET Framework service hosts through Enterprise Library-flavored appSettings so Unity, service location, exception policies, logging, and database aliases all hang off one configuration seam.
Build a believable mid-2000s .NET data layer around connection catalogs, stored-procedure wrappers, DataSets, and repository facades.
Anchor store-ops workbench screens in separate StoreOps tables for order state, status snapshots, workforce alerts, and zone bulletins, with dispatch tickets linked back to orders.
Restack a child PR onto main after its base PR merges, then revalidate before clearing draft.