Global Search

Search Tools, Projects & Articles

A single entry point to retrieve site content, prioritizing the most relevant tools, project documentation, and technical articles.

Keyword: dotnet 147 results
Tools 0 Projects 12 Posts 135
Article 6/28/2021

.NET library “Vanara”: A simple and easy-to-use Windows API wrapper library

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 5/24/2025

Hello .NET run file, goodbye csproj

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/12/2022

cake-build - .NET Core Cross-Platform Build Automation System

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

How to Limit API Request Count in .NET Core

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

[Middleware] Using HttpReports in .NET Core for Interface Statistics, Analysis, Visualization, Monitoring, Tracing, etc.

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

[Middleware] C#/.NET using GZY.Quartz.MUI to build a visual scheduled task panel

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

Implementing Arbitrary Code Execution Based on .NET Dynamic Compilation Technology

.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