DEV Community

Cover image for . NET 8 WEB API from A to Z
Bug & Fix
Bug & Fix

Posted on • Updated on

. 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 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

Top comments (0)