Global Search

Search Tools, Projects & Articles

A single entry point to retrieve site content, prioritizing the most relevant tools, project documentation, and technical articles.

Keyword: dotnet 147 results
Tools 0 Projects 12 Posts 135
Article 6/22/2022

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.

Matched content: 微软默认的是一个类对应多个资源文件的方式,使用起来是比较麻烦的,本文介绍单资源文件使用方式,即整个项目所有类对应一套多语言资源文件。

ASP.NET Core asp-dotnet-core-web-api-for-localization-use-single-resource-file
View result
Article 5/11/2022

Running JavaScript in .NET Applications

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

Notes on the Experience and Decisions of Migrating a Large Client Application Project to .NET 6

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

Understanding the basics of .NET Core Web API

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/20/2022

.NET Open Source Free Lunch Is Over?

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

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.

Matched content: 关于WebApi统一结果返回的时候,让我也有了更一步的思考,首先是如何能更好的限制返回统一的格式,其次是关于结果的包装一定是更简单更强大。在不断的思考和完善中,终于有了初步的成果,便分享出来,学无止境思考便无止境,希望以此能与君共勉。

ASP.NET Core asp-dotnet-core-web-api-return-result-unified-packaging-practice
View result