We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The one-day version of Codebreaker
What you need
Use Bicep Scripts and the Azure CLI
Setup Azure Services
Create a Minimal API to start games and set moves
Minimal API
Configure Docker to build and run the services with Docker containers.
Docker
Add Azure Cosmos DB using EF Core to the Games API.
EF Core
Create Azure Services (Azure Container Apps, Azure Container Registry, Azure Cosmos DB) to host the games service.
Azure Services
Configure configuration and logging.
Create a .NET MAUI Client application to access the API Service
.NET MAUI Part 1
Create View-models for the .NET MAUI application
.NET MAUI Part 2
Create the XAML-code to bind to the view-models
.NET MAUI Part 3