LEARN BY EXPERIMENTING

Small experiments. Big lightbulb moments.

Change the input. Send a real request. See how ASP.NET Core responds.

Your input ASP.NET Core server A real JSON response
EXPERIMENT 01

What makes input valid?

Send a task title and priority through MVC model binding and DataAnnotations. Try a blank title or priority 8.

No data is saved. Read the full tutorial →

The response

SERVER OUTPUT
Ready when you are
Run an experiment to inspect the response.

Change one input at a time.
Predict the result, then compare it.

These are bounded examples executed by the server. This lab does not compile or run arbitrary submitted C#.

READY FOR THE REAL THING?

Take the experiment into your editor.

Download TaskBoard to change the C#, run the app, and step through the request in a debugger.

Get the project