Classic Asp To Aspnet Mvc

Conventions and a working playbook for porting Classic ASP or Web Forms sites to ASP.NET Core MVC on net10.0: Program.cs composition, controllers and routing, view models, Razor layouts, sections and partial views, wwwroot assets, configuration through validated options instead of raw configuration keys, secrets in user secrets locally and Azure Key Vault in production, Dapper repositories behind Abstractions interfaces, and typed HttpClient services that return models rather than transport objects. Use this skill whenever migrating a Classic ASP, ASP, or Web Forms application to ASP.NET Core MVC, reviewing such a migration, scaffolding the MVC layout for a ported site, or deciding where ported inline logic belongs in the new structure.

GuerthCastro Updated

File contents

GuerthCastro/claude-skills-dotnet/tree/main/classic-asp-to-aspnet-mvc commit 9d8cb9d476

Frequently asked questions

npx skillmds@latest add guerthcastro/classic-asp-to-aspnet-mvc