Tag

C#

正在浏览与 C# 相关的文章。

355 篇文章
6 当前页
CodeWF.EventBus: Lightweight event bus for smoother communication

CodeWF.EventBus: Lightweight event bus for smoother communication

CodeWF.EventBus, a flexible event bus library that enables decoupling communication between modules. Supports multiple. NET project types, such as WPF, WinForms, ASP.NET Core, etc. Adopt concise design to easily implement command publishing and subscribing, request and response. Ensure that incidents are properly handled through orderly incident handling. Streamline 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 launched by Microsoft that aims to simplify the development and management of cloud-native applications.

Sky.楚子航 5/1/2024 10:38 PM
NET MAUI Open Source Free UI Toolkit- Uranium

NET MAUI Open Source Free UI Toolkit- Uranium

There have been friends who have been leaving messages on the background of the Weixin Official Accounts asking me to share the UI framework related to. NET MAUI. Today, Dayao shared an open source and free UI toolkit: Uranium.

追逐时光者 4/11/2024 7:42 AM
Microsoft opens a job for Redis, which earns hundreds of millions of dollars in annual revenue? Garnet, which is far ahead in open source performance: No modification, Redis client can directly access it

Microsoft opens a job for Redis, which earns hundreds of millions of dollars in annual revenue? Garnet, which is far ahead in open source performance: No modification, Redis client can directly access it

Recently, Microsoft officially opened source cache storage system Garnet. According to Badrish Chandramouli, senior principal researcher in the Microsoft Research Database Group, the Garnet project was built from scratch and has performance as its core considerations (especially thread scalability in throughput and a higher proportion of low latency levels).

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

C#and Java

In the dynamic and evolving world of software development, Java and C#are two giants, each with its own unique advantages, concepts, and ecosystems. This article makes an in-depth comparison between Java and C#, and discusses their historical background, language features, performance indicators, cross-platform functions, etc.

kapresoft 3/14/2024 5:07 AM
Python entry functions (beginner)

Python entry functions (beginner)

I was born in C#and have written a little C/C++, so I always thought of having something like the Main() function as the entrance to the entire program. However, after searching the entire catalog and finding no clues, he began to make various fiddling.

Ironyho 3/12/2024 5:24 AM