Sample code of a cross platform analog clock using .NET 6, C# and Avalonia UI
I’m sure you’ve already heard of .NET 6’s cross platform capabilities. Using this platform you can develop a software once and execute on different operating systems. But even with this inherent feature of .NET 6, developing desktop applications, complete with graphical user interfaces, can be a problem. Windows Forms and WPF are two great libraries…
Read More “Sample code of a cross platform analog clock using .NET 6, C# and Avalonia UI” »