In this chapter we will learn a few concepts that help us set the ground for working with ASP.NET Web API. We will learn why some things need to be implementing respecting some rules and how we can leverage what the platform has to offer.
Convention Over Configuration
Convention over configuration is a design philosophy that seeks to apply defaults implied by code structure rather than requiring explicit code.