Global Search

搜索工具、项目与文章

一个入口检索站内内容,优先返回最相关的工具、项目说明与技术文章。

关键字:dotnet 共 139 条结果
工具 0 项目 10 文章 129
文章 2/13/2023

Learn this skill quickly-. NET API interception techniques

How to tamper with the input parameters of a method without changing the source code? Forging return results?

匹配内容:怎么在不改变源码的情况下,篡改一个方法的入参?伪造返回结果?

.NET learn-this-skill-dotnet-api-interception-technique
查看结果
文章 1/11/2023

Introduction and Practice of gRPC (. NET Chapter)

For a long time, we have used WebApi + JSON for front-end interactions, and the same is true for calls between back-end services.

匹配内容:长久以来,我们在前后端交互时使用WebApi + JSON方式,后端服务之间调用同样如此

.NET grpc-introduction-and-practice-dotnet
查看结果
文章 9/15/2022

ASP.NET Core updates in. NET 7 RC1

NET 7 Release Candidate 1 (RC1) is now available and includes many major new improvements to ASP.NET Core.

匹配内容:.NET 7 Release Candidate 1 (RC1) 现已推出,其中包括对 ASP.NET Core 的许多重大新改进。

.NET asp-net-core-updates-in-dotnet-7-rc-1
查看结果
文章 9/15/2022

NET 7 RC1 released

Today we announce version 1 of. NET 7. This is the first of two Release Candidate (RC) for. NET 7 supported in production.

匹配内容:今天我们宣布 .NET 7 候选版本 1。这是生产中支持的 .NET 7 的两个候选版本 (RC) 中的第一个。

.NET announcing-dotnet-7-rc-1
查看结果
文章 7/2/2022

Automatic deployment of. NET programs under linux in 10 minutes

Programming has always been a very troublesome and boring thing. Companies generally have devops solutions. The entire cicd process involves many tools, which is more troublesome to build.

匹配内容:一直以来,程序署都是非常麻烦且无聊的事情,在公司一般都会有 devops 方案,整个 cicd 过程涉及的工具还是挺多的,搭建起来比较麻烦。

.NET automatic-deployment-of-dotnet-program-under-linux-in-10-minutes
查看结果
文章 6/24/2022

Using Flurl to efficiently handle Http requests in. NET

Flurl is a modern, fluent, asynchronous, testable, portable, URL-enhanced and Http client component.

匹配内容:Flurl是一个现代的,流利的,支持异步的,可测试的,可移植的,URL增强和Http客户端组件。

.NET efficiently-handle-http-requests-with-flurl-in-dotnet
查看结果
文章 6/22/2022

Localization of ASP.NET Core WebAPI (single resource file)

Microsoft's default method is that one class corresponds to multiple resource files, which is quite troublesome to use. This article introduces the use of single resource files, that is, all classes of the entire project correspond to a set of multi-language resource files.

匹配内容:微软默认的是一个类对应多个资源文件的方式,使用起来是比较麻烦的,本文介绍单资源文件使用方式,即整个项目所有类对应一套多语言资源文件。

ASP.NET Core asp-dotnet-core-web-api-for-localization-use-single-resource-file
查看结果