GoldSim / Website

Source code for the GoldSim.com website
https://www.goldsim.com/
3 stars 1 forks source link

Migrate to ASP.NET Core #7

Closed JeremyCaney closed 4 years ago

JeremyCaney commented 5 years ago

Migrate the primary website—including the OnTopic components—to ASP.NET Core 3.0.

Basic Approach

While much of ASP.NET Core remains compatible with ASP.NET MVC Framework 5.x, there are some differences, especially in terms of how the application is declared, bootstrapped, and configured. There are also some (minor) differences in the Razor syntax.

Open Questions

Core Elements

View Elements

Most of these changes have all been demonstrated on the Topics-AspNetCore-Sample site—though that is still based on ASP.NET Core 2.0 and still needs to be upgraded to take advantage of e.g. new support for Razor outputting functions.