legacy-dal-seam
Build a believable mid-2000s .NET data layer around connection catalogs, stored-procedure wrappers, DataSets, and repository facades.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Build a believable mid-2000s .NET data layer around connection catalogs, stored-procedure wrappers, DataSets, and repository facades.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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 internal order-management Web Forms pages with ObjectDataSource, GridView, DetailsView, and ViewState-heavy filter handling.
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.
| name | legacy-dal-seam |
| description | Build a believable mid-2000s .NET data layer around connection catalogs, stored-procedure wrappers, DataSets, and repository facades. |
| domain | services |
| confidence | high |
| source | earned |
Use this when a legacy .NET sample needs a data access layer that feels real enough for modernization tooling, but you do not want to hide the rough edges behind a modern ORM abstraction.
StoreOps, CustomerHub, Reporting).DataSet/DataTable shapes.DataSet plumbing, even if the repository internals stay ugly.Configuration\LegacyConnectionCatalog.csStoredProcedures\LegacyStoredProcedures.csGateways\LegacyDbGateway.csRepositories\StoreOps\...Repository.csRepositories\CustomerHub\...Repository.csRepositories\Reporting\...Repository.csIntegrations\...\Job.cs consuming a repository-backed batch snapshot