. NET 8 WEB API from A to Z

. NET 8 WEB API from A to Z

This is not an article. I am going to teach to how to create a .NET 8 WEB API from scratch. All the chapters would be collected here ...

This is not an article. I am going to teach to how to create a .NET 8 WEB API from scratch. All the chapters would be collected here to let you find them easy.

Section 1 - Introduction

SECTION 2 - The Anatomy of a WEB API !

SECTION 3 - AN ASP.NET WEB API in Real Life

SECTION 4 - Minimal APIs or Controller Classes

SECTION 5 - Routing

SECTION 6 - Model Binding - Part 1 - Simple Types

SECTION 7 - Model Binding - Part 2 - Complex Types

SECTION 8 - Model Validation via Data Annotation

SECTION 9 - Model Validation - Validation Attributes

SECTION 10 - Return Types

SECTION 11 - Filters

SECTION 12 - Filters - Example

SECTION 13 - Cleaning the Controller

SECTION 14 - Read End Points

SECTION 15 - PredicateBuilder

SECTION 16 - Custom Request

SECTION 17 - Write Endpoints

SECTION 18 - Exception Handling

Section 19 - The Story of Repository

SECTION 20 - Repository Pattern