Description
name: Enhancement request
about: Suggest an idea for this project
title: 'Add more starter projects'
labels: enhancement
assignees: ''
Is your feature request related to a problem? Please describe.
Yes. All starters assumes that the developer creates projects using MVC.
Describe the solution you'd like
I use the ASP.NET Core Web Application Template from within Visual Studio 2019 16.4 and choose the Web Application option [not the Web Application (Model-View_Controller)] which uses razor pages when creating new applications.
Please add the option to choose between Web Application and Web Application (Model-View_Controller) templates
Describe alternatives you've considered
Try creating various permutations (by selecting different options), comparing the result with a default project, and then ripping the MVC parts out.
Additional context
In particular, single sign on using PCF provided services and Credhub examples would be nice. :)