© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
I. DominteWeb API Development for the Absolute Beginnerhttps://doi.org/10.1007/978-1-4842-9348-5_4

4. Web API: Building Blocks

Irina Dominte1  
(1)
Iasi, Romania
 

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.

In other words, as long as we respect the conventions, given there is no need to configure ...

Get Web API Development for the Absolute Beginner: A Step-by-step Approach to Learning the Fundamentals of Web API Development with .NET 7 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.