Article
6/28/2021
A series of very simple and easy-to-use .NET libraries that provide excellent wrappers for the Windows API, almost eliminating the need to write tedious Windows API conversion functions.
Matched content: 一系列非常简单易用,对Windows API做了极好封装的.NET类库,几乎不用再写繁琐的Windows API转换函数了。
.NET
dotnet-classlibrary-vanara-an-easy-to-use-windows-api-encapsulation-library
View result
Article
4/11/2021
Open source free Redis package
Matched content: 开源免费的redis包
.NET
dotnet-simple-and-advanced-library-csredis
View result
Article
5/24/2025
This article introduces the new file-based program feature of the .NET CLI, which allows developers to run C# source files directly without creating a project file. This feature works by generating a virtual project file in memory and supports NuGet dependencies and project property settings, providing convenience for developing scripts and simple applications. The article also looks forward to the future development directions of this feature, including target path extension, unified command-line arguments, performance improvements, and support for more file-based program commands.
Matched content: 这篇文章介绍了.NET CLI的文件式程序新特性,它允许开发者直接运行C 源文件而无需创建项目文件。该特性通过在内存中生成虚拟项目文件,并支持NuGet依赖包和项目属性设置,为开发脚本和简单应用提供了便捷。文章还展望了该特性的未来发展方向,包括目标路径扩展、统...
.NET
hello-dotnet-run-file-goodbye-csproj
View result
Article
7/26/2022
EasyNetQ aims to provide a library for using RabbitMQ in .NET as simply as possible.
Matched content: EasyNetQ 的目标是提供一个库,用于在 .NET 中使用 RabbitMQ 尽可能简单。
.NET
easy-net-q-open-source-tool-library-for-using-rabbit-mq-dotnet-api
View result
Article
7/12/2022
AspNetCoreRateLimit is an ASP.NET Core rate limiting solution
Matched content: AspNetCoreRateLimit 是一种 ASP.NET Core 速率限制解决方案
ASP.NET Core
asp-net-core-rate-limit-asp-dotnet-core-rate-limiting-middleware
View result
Article
7/12/2022
Cake (C# Make) is a build automation system with a C# DSL, used for tasks such as compiling code, copying files/folders, running unit tests, compressing files, and building NuGet packages.
Matched content: Cake (C Make) 是一个带有 C DSL 的构建自动化系统,用于执行编译代码、复制文件/文件夹、运行单元测试、压缩文件和构建 NuGet 包等操作。
.NET
cake-build-dotnet-core-cross-platform-build-automation-system
View result
Article
7/8/2022
I've previously introduced wheels like AspNetCoreRateLimit, but today I won't discuss that; let's talk about the underlying principles.
Matched content: 像AspNetCoreRateLimit这种轮子我前面有给大家介绍过,今天就不说了,我们来聊聊背后的原理。
ASP.NET Core
how-to-limit-the-number-of-interface-requests-in-dotnet-core
View result
Article
7/7/2022
HttpReports is an APM monitoring system developed based on .NET Core, using the MIT open-source license. Its main features include statistics, analysis, visualization, monitoring, tracing, etc., suitable for use in microservices environments.
Matched content: HttpReports 基于.NET Core 开发的APM监控系统,使用MIT开源协议,主要功能包括,统计, 分析, 可视化, 监控,追踪等,适合在微服务环境中使用。
.NET
uusing-http-reports-in-dotnet-core-for-interface-statistics-analysis-visualization-monitoring-tracking-etc
View result
Article
5/26/2022
Help developers set scheduled tasks through a panel, mainly aiming to be like SwaggerUI, with minimal project intrusion, only requiring the UI component to be injected in Startup
Matched content: 帮助开发人员通过面板来设置定时任务,主要想做的就是像SwaggerUI一样,项目入侵量小,仅需要在Startup中注入的UI组件
.NET
middleware-csharp-dotnet-uses-gzy-quartz-mui-to-build-a-visual-timing-task-panel
View result
Article
5/15/2022
.NET can execute externally input strings as code through compilation technology, and dynamic compilation technology provides the two core classes
Matched content: .Net可通过编译技术将外部输入的字符串作为代码执行,动态编译技术提供了最核心的两个类
.NET
be-based-on-dotnet-dynamic-compilation-technology-to-realize-arbitrary-code-execution
View result