This is a demo for the Microsoft Build session Modernize old web applications to .NET 8.
-
Clone the repository and open the
src/Modernization.sln
in Visual Studio. -
Open the
Modernization.BackendApi/appsettings.json
file and update the connection string to the SQL Server database to match your environment. The database does not need to exist, the application will create it itself. -
Right click on the
Modernization.BackendApi
in the Solution Explorer window and select View in browser. -
To run the Side by side modernization example, run the
Modernization.SideBySide
andModernization.SideBySide.New
projects by right-clicking on the solution and choosing Set startup projects. Configure both projects to start at the same time. -
To run the In-place modernization example, just run the
Modernization.InPlace
project.