SampleMvcCRUD

An Asp.Net MVC Application to demonstrate multiple ways of implementing a simple maintenance (CRUD) user interface

.NET

.NET

https://github.com/markhazleton/SampleMvcCRUD/blob/main/.github/workflows/docker-image.yml

For deployments there are multiple approaches:

  1. current GitHub Action with Continuous Integration/Continuous Deployment (CI/CD) to Docker Hub and Azure App Services
  2. current GitHub Action to push Docker Image to Docker Hub, then have Azure App Service configured to pull latest version from Docker Hub.
  3. Azure DevOps project with Continuous Integration/Continuous Deployment (CI/CD) pipelines to Azure App Services

Web application is hosted:

Customization

SampleMvcCrud is open source and you’re encouraged to contribute.

Contributing

You can contribute in several ways.

Author

Mark Hazleton

Thanks

To the many teachers and developers that post sample code under open source license.

Copyright 2018-2024 Mark Hazleton Code released under the MIT License.