© 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_7

7. Getting Organized

Irina Dominte1  
(1)
Iasi, Romania
 

In this chapter, we will take our first step into organizing our project into separate layers. We will add class libraries, move some code around, populate our database, and have a working endpoint at the end.

A class library is a collection of reusable code that can be used by multiple applications. It consists of a set of classes, interfaces, and other types that define common functionality that can be used across different projects. Its purpose is to be used by other projects, and it can’t function as ...

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.