Building a Desktop Host from Scratch
I’ve written about dependency injection in WinUI many times. Now we must go deeper. ...
I’ve written about dependency injection in WinUI many times. Now we must go deeper. ...
RelayCommand is good. AsyncRelayCommand is better. ...
I tried to create a small app using LLM. Here is what happened. ...
In one of my projects, I used Win2D for graphics. This time, I decided to try SkiaSharp. ...
When a menu needs to be created based on changing data, the first thought is data binding. But then you remember: MenuFlyout does not support it. What should we do? ...
Today, we’ll look at enhancing IHostedService integration with built-in DI in WinUI apps. ...
Today, we’ll look at the process of creating custom controls using a slider as an example. ...
Today we’ll look at organizing the MusicApp interface. ...
Today, I’ll explain the project structure I use when building WinUI apps. ...
Today, we’ll figure out how to use MediaPlayer to play music in a WinUI app. ...