Category

ASP.NET Core

ASP.NET Core backend development and architecture practice

16 articles
1 Current page
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
Will ABP Become Bloated?

Will ABP Become Bloated?

Sometimes I wonder, in the Java field, Spring basically dominates the world. Whether novices or experts, everyone is learning, researching, and working on projects with it.

张飞洪[厦门] 4/24/2022 8:44 PM
Practice of uniform wrapping of ASP.NET Core WebApi return results

Practice of uniform wrapping of ASP.NET Core WebApi return results

Regarding the unified return of WebApi results, it also made me think further. First, how to better restrict the unified format of the return, and secondly, the packaging of results must be simpler and more powerful. Through continuous thinking and improvement, I finally achieved preliminary results. I share them out. Learning has no end, thinking has no end. I hope this can encourage us together.

yi念之间 4/13/2022 7:12 AM