-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Welcome to the SampleMvcCRUD wiki!
An Asp.Net MVC Application to demonstrate multiple ways of implementing a simple maintenance (CRUD) user interface
For deployments there is an Azure DevOps project with Continuous Integration/Continuous Deployment (CI/CD) pipelines to Azure App Services
The Net6 Web application is hosted:
- IIS on an Amazon Web Servies (AWS) Virtual Machine (EC2) EmployeeMvcCrud.controlorigins.com
Older versions of the applications were hosted on Azure (may be active on Free Account)
Source code is maintained on GitHub SampleMvcCRUD
The purpose of this application is to demonstrate various techniques in ASP.Net MVC Framework to do common maintenance activities (also known as Create, Read, Update, Delete or CRUD). This is a project to demonstrate Azure and GitHub integration for a web application
The following topics are covered:
- Azure DevOps - Continuous Integration / Continuous Deployment (CI/CD) with Azure Pipelines
- GitHub Actions for Building and Deployment to Azure App Service
- Application Development Approach
- Integrate Azure DevOps and GitHub Repository
- Azure Application Insights for Monitoring Azure App Services
- Unit Testing as part of CI Pipeline
- Code Rush - Continuous Code Quality Analysis
- Git Flow Branching Strategy
#ASP.Net Frameworks
- .NET Standard for Common Projects
- .NET 6.0 Web Application
Copyright 2018-2021 Mark Hazleton
Code released under the MIT License.