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 31520a6 commit 79e3640
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Create a web UI with ASP.NET Core

This is my 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 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

Expand All @@ -10,23 +10,13 @@ TBA

dotnet watch run --project ContosoPizza

## Completed version
## Microsoft Completed Version

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

## Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
N/A. Reference the original repo from where this was forked for your contributions.

## Legal Notices

Expand Down

0 comments on commit 79e3640

Please sign in to comment.