Tag

ASP.NET Core

正在浏览与 ASP.NET Core 相关的文章。

56 篇文章
1 当前页
Avalonia's Road to Internationalization: In-depth Application and Exploration of Resx Resource Files

Avalonia's Road to Internationalization: In-depth Application and Exploration of Resx Resource Files

In today's global wave of software development, application internationalization (i18n) and localization (L10n) are particularly important. As a powerful cross-platform UI framework, Avalonia UI provides developers with multiple ways to achieve internationalization. Among them, the use of traditional Resx resource files for internationalization is not only compatible with the usage habits of the original Winform, WPF, ASP.NET Core and other development scenarios, but also uses some utilities and specific development processes to enable the realization of internationalization. Become efficient and organized.

沙漠尽头的狼 12/5/2024 9:34 PM
Share some information I accumulated when I started the Dotnet9 blog site

Share some information I accumulated when I started the Dotnet9 blog site

The Dotnet9 website has been built with WordPress for two years. Last year, I started to teach myself ASP.NET Core MVC and began to develop the website independently. Now the front desk of the website is in good shape and the background is under development.

沙漠尽头的狼 10/26/2024 10:12 AM
CodeWF.EventBus: Lightweight event bus for smoother communication

CodeWF.EventBus: Lightweight event bus for smoother communication

CodeWF.EventBus, a flexible event bus library that enables decoupling communication between modules. Supports multiple. NET project types, such as WPF, WinForms, ASP.NET Core, etc. Adopt concise design to easily implement command publishing and subscribing, request and response. Ensure that incidents are properly handled through orderly incident handling. Streamline your code and improve system maintainability.

沙漠尽头的狼 6/20/2024 1:02 PM
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