Tag

Web API

正在浏览与 Web API 相关的文章。

16 篇文章
1 当前页
FluentValidation verification tutorial based on. NET

FluentValidation verification tutorial based on. NET

FluentValidation is a verification framework developed based on. NET. It is open source, free, and elegant. It supports chain operations. It is easy to understand and has complete functions. It can still be deeply integrated with MVC5, WebApi2 and ASP.NET CORE. It provides more than a dozen commonly used validators within the components. It is scalable, supports custom validators, and supports localized multiple languages.

零度 1/19/2024 5:41 AM
Localization of ASP.NET Core WebAPI (single resource file)

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.

HueiFeng 6/22/2022 10:37 PM
NET Core + Angular project deployed to CentOS

NET Core + Angular project deployed to CentOS

Recently, the company needs development projects that can run on Linux systems. The example development projects are developed using. NET Core + Angular; in theory, cross-platform is fully supported.

chaney1992 5/11/2022 6:35 AM