Category

ASP.NET Core

ASP.NET Core Back-end Development and Architecture Practice

16 篇文章
1 当前页
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
Will ABP be bloated?

Will ABP be bloated?

I sometimes think that in the JAVA field, Spring basically dominates the world. Whether it is novices or masters, everyone is learning, researching and practicing projects.

张飞洪[厦门] 4/24/2022 8:44 PM
ASP.NET Core WebApi returns results Unified packaging practices

ASP.NET Core WebApi returns results Unified packaging practices

When WebApi unifies the return of results, I also thought further. First, how to better limit the return of unified formats, and secondly, the packaging of results must be simpler and more powerful. Through constant thinking and improvement, I finally had preliminary results, so I shared them. There was no end to learning and there was no end to thinking. I hope that I can share encouragement with you in this way.

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