About
The main branch of the repo has my own complete solution and project for the Microsoft Learn Create a web UI with ASP.NET Core Microsoft Training module. The main branch has additional code commentary and my style of coding (for example: I try not to use var) compared to the Microsoft solution branch.
Recommendations
To view and manage the embedded SQL database in Visual Studio 2022, it is recommended to download and install “SQLite and SQL Server Compact Toolbox” from the Visual Studio Marketplace. This extension adds several features to help your embedded database development efforts: Scripting of tables and data, importing from SQL Server and CSV files, and much, much more.
How to Run Locally
dotnet watch run --project ContosoPizza
Microsoft Completed Version
The completed “Microsoft” version of this module is available on the solution
branch of the repo.
Demo
Project Code
The project code is available on GitHub:
https://github.com/kathleenwest/mslearn-create-razor-pages-aspnet-core