Register a user with FCQRS
Start with the code. Register Alice and read her name back using F# or C# on .NET 10.
Then open the part you want to understand:
- Try another registration: change the name, then create a second account.
- The query: build a view from saved events.
- Register over HTTP, optional: call the same account through POST and GET endpoints.
Task guides cover projections, sagas, testing, and deployment when you need them.