The editor becomes C#, and the preview becomes the response your endpoint has to return.
The later sprints here are about the framework, not the language — they assume you can already read and write C#. If you cannot yet, C# Foundations is the way in: six refactors covering the exact choices the rest of this track takes for granted.
Six pieces of working, wrong C#. The choices every ASP.NET stage assumes you have already made.
The same two refactors as the JavaScript sprint, where the type system gives you more to work with and more to get wrong.
Wire up Paystack the way a production checkout actually does it.
Three pieces of working, wrong backend code. Fix what is wrong with them.
The Write Side teaches these in JavaScript with no ORM in the way. This is the same set, where you actually work.
The other side of the argument the vertical-slice sprint makes — practised where it is enforced.
xUnit, Moq and WebApplicationFactory — the suite that catches a regression before your users do.
Handles that are never released, handlers that are never unsubscribed, and locks anyone can take.