Tag

Web API

Browsing articles related to Web API.

16 articles
1 Current page
FluentValidation Validation Tutorial Based on .NET

FluentValidation Validation Tutorial Based on .NET

FluentValidation is a validation framework based on .NET development. It is open-source, free, and elegant, supporting chained operations, easy to understand, feature-complete, and can be deeply integrated with MVC5, WebApi2, and ASP.NET Core. The component provides over a dozen commonly used validators, good scalability, support for custom validators, and support for localization and multilingual.

零度 1/19/2024 5:41 AM
ASP.NET Core WebAPI Localization (Single Resource File)

ASP.NET Core WebAPI Localization (Single Resource File)

Microsoft's default approach is one class corresponding to multiple resource files, which is cumbersome to use. This article introduces the use of a single resource file, where all classes in the entire project correspond to one set of multilingual 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 needed to develop a project that can run on Linux systems. The example development project uses .NET Core + Angular; theoretically, it fully supports cross-platform.

chaney1992 5/11/2022 6:35 AM