Skip to content

My complete solution for Microsoft Learn tutorial project "Create a web UI with ASP.NET Core" training module

License

Notifications You must be signed in to change notification settings

kathleenwest/mslearn-create-razor-pages-aspnet-core

 
 

Repository files navigation

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 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, import 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 this repo.

Demo

Video

Watch the demo video

Images

Demo Welcome Page Demo Pizza List Page Demo Add Pizza Demo Delete Pizza Demo Piza Form Validation

Contributing

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

Legal Notices

Microsoft and any contributors grant you a license to the Microsoft documentation and other content in this repository under the Creative Commons Attribution 4.0 International Public License, see the LICENSE file, and grant you a license to any code in the repository under the MIT License, see the LICENSE-CODE file.

Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.

Privacy information can be found at https://privacy.microsoft.com/en-us/

Microsoft and any contributors reserve all other rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise.

Releases

No releases published

Packages

No packages published

Languages

  • C# 58.3%
  • HTML 34.3%
  • CSS 6.2%
  • JavaScript 1.2%