Blog

技术文章

这里收录站点的文章正文,覆盖 .NET、桌面开发、工程实践与通用开发话题。

First Visit

新用户起步路线

Unexpected Finds

随机发现

随机发现

(28/30) Everyone learns Blazor together: Policy-based authorization

It was mentioned before that 'ASP.NET Core Identity' uses 'Claim' based authentication. In fact,'ASP.NET Core Identity' has different types of authorization methods, the simplest are 'login authorization','role authorization', and 'Claim authorization', but all of the above are implemented in one way: 'Policy-based authorization'.

Blazor
随机发现

I developed a tool that slims down. NET programs

I have developed a tool that slims down. Net programs that can delete referenced but not used assemblies. I used it to slim down a. Net core program from 147 megabytes to 59.5 megabytes.

.NET
How to internationalize and localize the WPF Prism Module?

How to internationalize and localize the WPF Prism Module?

The previous article briefly introduced the internationalization of the main project, which was implemented using the Resource Dictionary (XAML). I have added several Prism modules (Modules) in the past few days, and found that it is difficult to achieve internationalization and localization of sub-modules by using resource dictionaries. I couldn't find a better reference article, so I changed the method and used resource files to achieve it.

4/21/2020 沙漠尽头的狼 WPF
Integrated practices for shared document structured annotation platforms

Integrated practices for shared document structured annotation platforms

With the rapid development of information technology, digital transformation has become an inevitable trend in the development of all walks of life. In the field of aerospace design, digital construction has also received widespread attention and application. As an important part of the aerospace industry, the digitalization construction of the aerospace overall design unit is of great significance to improving the core competitiveness of the aerospace industry. The author will introduce in detail the digitalization status of aerospace overall design units based on actual project experience, including data types, difficulty in managing unstructured data, and typical applications of natural language processing technology in unstructured data processing scenarios.

3/15/2020 佚名 architecture design / digital transformation
Open source C#WPF control library- AduSkin-UI

Open source C#WPF control library- AduSkin-UI

A simple and beautiful WPF UI that integrates components from some open source frameworks. It is a customized UI for individuals and can be used as a reference for scholars.

2/2/2020 沙漠尽头的狼 WPF
A WPF open source project worth learning: Accelerider.Windows

A WPF open source project worth learning: Accelerider.Windows

This project applies the Prism MVVM framework. The project shows that the data comes from other service programs and uses WebAPI communication. If you want to run this program normally, you need to make your own WebAPI program, which is driven by the API interface. In fact, it is the most direct to directly view the code. If you need it, you can easily extract it yourself, even if the project cannot run.

12/5/2019 沙漠尽头的狼 WPF
Open source C#WPF control library-Panuon.UI.Silver

Open source C#WPF control library-Panuon.UI.Silver

The excellent domestic WPF open source control library, an optimized version of Panuon.UI. A beautiful WPF UI control library that uses styles and additional attributes is worth recommending and learning to everyone.

12/4/2019 沙漠尽头的狼 WPF