Category

All Categories

Focus on articles under the same technical theme for easier continuous reading by direction.

524 articles
8 Current page
.NET MAUI Open Source Free UI Toolkit - Uranium

.NET MAUI Open Source Free UI Toolkit - Uranium

Some friends have been asking in the WeChat public account comments to share .NET MAUI UI frameworks. Today, Da Yao shares an open-source, free .NET MAUI UI toolkit: Uranium.

追逐时光者 4/11/2024 7:42 AM
Microsoft Goes After Redis' Multi-Hundred Million Dollar Revenue? Open-Source Garnet Outperforms: No Modifications Needed, Redis Clients Can Connect Directly

Microsoft Goes After Redis' Multi-Hundred Million Dollar Revenue? Open-Source Garnet Outperforms: No Modifications Needed, Redis Clients Can Connect Directly

Recently, Microsoft officially open-sourced the cache storage system Garnet. According to Badrish Chandramouli, Senior Principal Researcher at Microsoft Research's database group, the Garnet project was built from scratch with performance as a core consideration (especially thread scalability in throughput and a higher proportion of low latency).

凌敏,核子可乐 3/21/2024 12:26 AM
C# and Java

C# and Java

In the dynamic and ever-evolving world of software development, Java and C# are two giants, each with its own unique strengths, philosophies, and ecosystems. This article provides an in-depth comparison of Java and C#, exploring their historical backgrounds, language features, performance metrics, cross-platform capabilities, and more.

kapresoft 3/14/2024 5:07 AM
Python Entry Function (Beginner's Guide)

Python Entry Function (Beginner's Guide)

I come from a C# background and have written a bit of C/C++, so I always thought there would be something like a Main() function as the entry point of the entire program. However, after searching the entire directory, I found no clues, so I started tinkering around.

Ironyho 3/12/2024 5:24 AM
NetBeauty2: Make Your .NET Project Output Directory Cleaner

NetBeauty2: Make Your .NET Project Output Directory Cleaner

In .NET project development, as project complexity increases, the number of dependent dll files also increases. This often leads to a cluttered output directory, which is inconvenient for management and deployment.

沙漠尽头的狼 3/12/2024 5:14 AM
A Windows Screen Toolbox Open Sourced in C#

A Windows Screen Toolbox Open Sourced in C#

Windows screen tool, features include: screenshot, image capture, screen color picker, OCR text from screenshot, table recognition (requires applying for Baidu OCR service), screenshot translation, word translation.

半栈程序员 3/8/2024 4:58 AM
Implementing Event-Driven Communication in Avalonia Projects Using MediatR and MS.DI Libraries

Implementing Event-Driven Communication in Avalonia Projects Using MediatR and MS.DI Libraries

AvaloniaUI is a powerful cross-platform .NET client development framework that enables developers to build applications for multiple platforms including Windows, Linux, macOS, Android, and iOS. When building complex applications, modularization and inter-component communication become particularly important. The Prism framework provides a modular development approach with support for hot-plugging plugins, while MediatR is an event subscription and publishing framework that implements the Mediator pattern, making it very suitable for communication between modules and between modules and the main program.

沙漠尽头的狼 3/2/2024 3:45 PM