Online Audio and Video Chat Project Based on .NET 6
Online audio and video chat project developed based on .NET 6, with WPF client and .NET API backend.
Online audio and video chat project developed based on .NET 6, with WPF client and .NET API backend.
There are many excellent .NET open source projects on GitHub, which are great for learning .NET, design patterns, and architecture.
Free and open source Blazor online Ico converter tool. It does not save source files or converted files, and deletes them immediately after download. Feel free to use.
Flutter is an open source mobile UI framework developed by Google that enables fast creation of high-quality native user interfaces across different platforms.
An open source Blazor component library with Material style.
Blazor allows you to build interactive web UI using C# instead of JavaScript. Blazor apps are composed of reusable web UI components implemented using C#, HTML, and CSS. Both client and server code are written in C#, allowing you to share code and libraries.
Mobile and Desktop: Native .NET MAUI application for iOS, Android, macOS, and Windows
The repository README is plain, but after reading a few blog posts linked in the author's README, you will like it.
The necessity of MVVM technology on WinForms; it turns out that implementing an MVVM framework is not difficult. The key is the two-way binding between Model and View, where changes in the Model cause changes in the View content, and changes in the View can also cause changes in the Model.
Today, I introduce a library for displaying animated GIFs in WPF, which can be used in XAML or code: `WpfAnimatedGif`.