Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kathleenwest authored Oct 15, 2023
1 parent 79e3640 commit 6f775ba
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
# Create a web UI with ASP.NET Core
# Create a Web UI with ASP.NET Core

The main branch has my own complete solution and project for the Microsoft Learn [Create a web UI with ASP.NET Core](https://learn.microsoft.com/training/modules/create-razor-pages-aspnet-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.

## Prerequisites and Dependencies
## Recommendations

TBA
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"](https://marketplace.visualstudio.com/items?itemName=ErikEJ.SQLServerCompactSQLiteToolbox) from the Visual Studio Marketplace. This extension adds several features to help your embedded database development efforts: Scripting of tables and data, import from SQL Server and CSV files and much, much more.

## How to Run Locally

dotnet watch run --project ContosoPizza
`dotnet watch run --project ContosoPizza`

## Microsoft Completed Version

The completed "Microsoft" version of this module is available on the `solution` branch of this repo.

## Demo

### Video

[![Watch the demo video](/demo/video/Title.jpg)](https://www.youtube.com/watch?v=XkXRssQnZEA "Demo of Contoso Pizza Web UI Project for Microsoft Learn course")

### Images

## Contributing

N/A. Reference the original repo from where this was forked for your contributions.
Expand Down

0 comments on commit 6f775ba

Please sign in to comment.