vgribok / modernization-unicorn-store

AWS Sample Application for containerizing a .NET application
Apache License 2.0
1 stars 3 forks source link

Make the app code structure resemble newly-generated ASP.NET Core app #4

Open vgribok opened 5 years ago

vgribok commented 5 years ago

The Issue

As a developer using this project as a blueprint for my own development I want it resemble as close as possible a from-scratch ASP.NET Core app generated by the Visual Studio 2019 "Create Project" wizard So that I would not be confused as to what are the best patterns & practices

Details

Current project structure is noticeably different from one created by Visual Studio "New Project" Wizard, which may lead project users to believe that modernization requires deviation from the structure that Visual Studio generates, which this is not the case.

Acceptance Criteria