Category

.NET

.NET ecosystem, runtime, and engineering experience

190 articles
4 Current page
CodeWF.EventBus: Lightweight Event Bus for Smoother Communication

CodeWF.EventBus: Lightweight Event Bus for Smoother Communication

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.

沙漠尽头的狼 6/20/2024 1:02 PM
Easily Use Aspire RabbitMQ

Easily Use Aspire RabbitMQ

.NET Aspire is a technology stack introduced by Microsoft, aimed at simplifying the development and management of cloud-native applications.

Sky.楚子航 5/1/2024 10:38 PM
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
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