Article
6/22/2022
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.
Matched content: 微软默认的是一个类对应多个资源文件的方式,使用起来是比较麻烦的,本文介绍单资源文件使用方式,即整个项目所有类对应一套多语言资源文件。
ASP.NET Core
asp-dotnet-core-web-api-for-localization-use-single-resource-file
View result
Article
6/15/2022
A simple MAUI usage journey
Matched content: 一次MAUI简单使用之旅
MAUI
creating-mobile-apps-with-dotnet-maui-get-start
View result
Article
5/17/2022
A demo solution for the configuration center of microservices based on Nacos.
Matched content: 基于Nacos来一篇关于微服务的配置中心方案Demo。
.NET
micro-service-configuration-center-nacos-dotnet-5
View result
Article
5/11/2022
The other day I was working on a side project and realized I needed to use some JavaScript functionality.
Matched content: 前几天我在做一个副业,意识到我需要使用一些 JavaScript 功能。
.NET
running-javascript-in-a-dotnet-app-with-javascriptengineswitcher
View result
Article
5/5/2022
After two years of preparation and having accumulated confident experience from migrating several application projects, I recently started migrating the largest project in our team from .NET Framework 4.5 to .NET 6.
Matched content: 在经过了两年的准备,以及迁移了几个应用项目积累了让我有信心的经验之后,我最近在开始将团队里面最大的一个项目,从 .NET Framework 4.5 迁移到 .NET 6 上。
.NET
remember-the-experience-and-decision-of-migrating-a-large-client-application-project-to-dotnet-6
View result
Article
5/4/2022
This article shares the basics of Web API through .NET Core 3.1, other newer versions are similar
Matched content: 本文通过.NET Core 3.1分享Web API基础知识,其他更新版本相差不离
ASP.NET Core
understand-dotnet-core-web-api-basics-from-one-post
View result
Article
4/24/2022
20 items
Matched content: 20 个
.NET
20-new-apis-in-dotnet-6
View result
Article
4/23/2022
As the title suggests
Matched content: 如题
.NET
improvement-of-linq-in-dotnet-6
View result
Article
4/20/2022
Last October, Dominick Baier and Brock Allen, the two creators and maintainers of IdentityServer, announced that their current business model is essentially unsustainable.
Matched content: 去年 10 月,IdentityServer 的两位创建者和维护者 Dominick Baier 和 Brock Allen 宣布,他们当前的商业模式本质上是不可持续的
.NET
is-the-free-lunch-of-dotnet-open-source-over
View result
Article
4/13/2022
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.
Matched content: 关于WebApi统一结果返回的时候,让我也有了更一步的思考,首先是如何能更好的限制返回统一的格式,其次是关于结果的包装一定是更简单更强大。在不断的思考和完善中,终于有了初步的成果,便分享出来,学无止境思考便无止境,希望以此能与君共勉。
ASP.NET Core
asp-dotnet-core-web-api-return-result-unified-packaging-practice
View result