/modernization-demo-build2024

Microsoft Build 2024 Demo: Modernization of legacy .NET web apps

Primary LanguageC#Apache License 2.0Apache-2.0

Microsoft Build 2024 Demo: Modernization of legacy .NET web apps

This is a demo for the Microsoft Build session Modernize old web applications to .NET 8.

Slides

Running the sample

  1. Clone the repository and open the src/Modernization.sln in Visual Studio.

  2. 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.

  3. Right click on the Modernization.BackendApi in the Solution Explorer window and select View in browser.

  4. To run the Side by side modernization example, run the Modernization.SideBySide and Modernization.SideBySide.New projects by right-clicking on the solution and choosing Set startup projects. Configure both projects to start at the same time.

  5. To run the In-place modernization example, just run the Modernization.InPlace project.

Useful resources