Skip to content

arshadsurti/Onion-DevOps-Architecture

 
 

Repository files navigation

Build status TDD status UAT status Prod status

Introduction

Demonstrates how to set up .Net Core for DevOps to Azure, with professional patterns included:

  • Private build
  • Test-driven development
  • Onion Architecture solution reference structure
  • Infrastructure as Code
  • CQRS
  • DevOps diagnostics

Getting Started

Install SQL Express 2017 (localhost\sql2017) & Visual Studio 15.8 Clone the repository Application has been upgraded for .Net Core 3 preview.

Build and Test

Run .\build.ps1 OR click_to_build.bat

Tips

  • Do not use .Net Core CI build steps - they compile your code multiple times and perform Nuget Restore 3 time over

About

Example for the Professional DevOps for .Net and Azure

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 80.1%
  • PowerShell 16.8%
  • PLpgSQL 2.6%
  • Other 0.5%