Simple summary and sharing of this Go blog front-end development
Some netizens asked me to share, so I'll briefly talk about it.
CodeWF.Markdown: PDF text copyable, images embeddable, copying to WeChat Official Account/Zhihu/Juejin no longer shows HTML source code
Browse by Topic Start with .NET196 articles, suitable for quickly filtering by technical direction
Continuous Reading Read Blazor Component Libraries as a topic6 articles, better for systematic reading
Some netizens asked me to share, so I'll briefly talk about it.
A simple MAUI usage journey
The new user guide functionality tells the user the order of operations on the page: what to do in the first step, what to do in the second step, and so on, and then finally close the new user guide page.
Semi.Avalonia is an open-source implementation of the Semi Design theme style under the Avalonia UI framework, released under the MIT license. Combined with the Ursa.Avalonia custom control library, it brings a new visual and functional experience to developers.
SQLite, as a lightweight embedded database, is popular for its ease of use and deployment. However, when trying to delete an SQLite database file, developers may encounter some challenges. This article will share a case from failure to success, demonstrating how to successfully delete an SQLite database file in C#.
Discover Plants vs. Zombies: Hybrid Edition, an innovative tower defense game built on .NET Framework 4.0! Combining classic Plants vs. Zombies elements with a unique hybrid mechanism, plant a variety of plants and heroes to defend against zombie invasions. High performance, smooth experience, with both challenge and fun. Whether you are a game enthusiast or a programming learner, this game will bring you an unprecedented experience. Come download and try it out!
CodeWF.EventBus.Socket is a lightweight, Socket-based distributed event bus system designed to simplify event communication in distributed architectures. It allows process-to-process communication via publish/subscribe patterns without relying on external message queue services.
This article will guide you on how to successfully install and configure the tools and templates required for AvaloniaUI in a local network environment.
CodeWF.EventBus is a flexible event bus library that enables decoupled communication between modules. It supports various .NET project types such as WPF, WinForms, ASP.NET Core, etc. With a clean design, it easily implements command publishing and subscribing, as well as requests and responses. Through orderly event handling, it ensures events are properly processed. Simplify your code and improve system maintainability.
The need for plug-in architecture mainly stems from the pursuit of flexibility in software architecture, especially when developing large, complex, or constantly evolving software systems. Pluginization enhances scalability, customizability, isolation, security, maintainability, modularity, ease of upgrade and update, and third-party development capabilities, thereby meeting ever-changing business requirements and technical challenges.
.NET Aspire is a technology stack introduced by Microsoft, aimed at simplifying the development and management of cloud-native applications.
Born in 1982, a veteran. I guess I'm part of the second generation of programmers, starting with C++Builder and Delphi (maybe many haven't heard of them). Played with DOS, UCDOS, PCTools for over a year.
VS Code usage tips sharing