MVC Web API Template Without UI Cruft
When I create an ASP.NET MVC Web API project, I don't want any Home view, CSS, Images and other webpage related content. I just want the bare minimum needed for the API. Perhaps a new template type could be added for this?
3
votes