All Tasks
Buildbeginner
45 min

Build a Products CRUD API

Start from a blank ASP.NET Core 9 Minimal API project. Add EF Core with SQL Server, create a `Product` entity, run a migration, then implement all 5 CRUD endpoints. Return proper HTTP status codes and validate input.

Your progress0%

Requirements

Skills you'll use

.NETEF CoreMinimal APISQL Server

Read this first

This task is based on the lesson below. Complete the reading before attempting it.

Go to lesson

What to expect

Difficulty
beginner
Time
45 min
Steps
6
Type
Build