Microsoft's WinUI 3 Gallery 2.9 gives developers a working reference app for trying Windows App SDK 2.0 controls, APIs and improvements without starting a new project.
MOEX data fetcher/ ├── src/ # Source code │ ├── moex_api_client.py # Core API client │ ├── fetch_moex_iss_bond_indices.py # Bond indices fetcher │ └── moex_bond_data.py # Russian bond data fetcher ├── ...