Last Updated: February 25, 2016
·
391
· xivsolutions

Building Out a Clean, REST-ful WebApi Service with a Minimal WebApi Project

In a previous post, we saw how to create a minimal ASP.NET WebApi project template, so that we can avoid some of the bloat and complexity inherent in the standard VS WebApi project. Getting started building out an API project using the minimal project template is much easier, and we can always add back stuff as our project grows.

Building Out a Clean, REST-ful WebApi Service with a Minimal WebApi Project