Tag

开源

Browsing articles related to 开源.

56 articles
5 Current page
Blazor Open Source Component Library - Masa Blazor

Blazor Open Source Component Library - Masa Blazor

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.

MASA Blazor 12/16/2021 12:57 PM
“Old Jar Pickles New Vegetables”: SOD MVVM Framework Revitalizes Winforms

“Old Jar Pickles New Vegetables”: SOD MVVM Framework Revitalizes Winforms

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.

用户1177503 11/23/2021 9:13 PM
WPF: Playing GIFs Is Frustrating!

WPF: Playing GIFs Is Frustrating!

Today, I introduce a library for displaying animated GIFs in WPF, which can be used in XAML or code: `WpfAnimatedGif`.

沙漠尽头的狼 7/2/2021 10:12 PM