Blog

技术文章

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

First Visit

新用户起步路线

Unexpected Finds

随机发现

Integrated development with Vue in. NET MAUI

Integrated development with Vue in. NET MAUI

Microsoft's official plan at MAUI is to use Blazor for development, but most Web projects on the current market are built using Vue, React and other technologies. If we cannot bypass the accumulated technologies, it is not realistic to rewrite the entire project with Blazor.

1/18/2022 林 小 MAUI
2022 Final Edition WPF Project Actual Combat Collection Released

2022 Final Edition WPF Project Actual Combat Collection Released

This video collection consists of 58 episodes, including the basic parts of WPF (layout, style, resources, animation, template, MVVM), the concept of Prism (Region, Navigation, DialogService, Module..), MaterialDesign integration, ASP.NET Core WebApi part (Entityframework, release deployment), client release, deployment and other complete development process.

1/14/2022 痕迹 courses / WPF
First met MASA Blazor

First met MASA Blazor

A Mateial style open source Blazor component library

1/12/2022 MASA技术团队 Blazor
Dapper in .NET Core

Dapper in .NET Core

I won't go into details here about what Dapper is (detailed entry); this article only provides a brief explanation of the use of Dapper in. NET Core. The code described is mainly explained by examples, which is a reminder. Developers can expand and adjust according to their own needs.

1/10/2022 白云任去留 Dapper
The Blazor series is over!

The Blazor series is over!

The reprinting of the Blazor series is 'over'. In fact, the webmaster had 'completed the reprinting' on the 25th, and simultaneously released it on the 'Dotnet9' website ('dotnet9.com'), and created an album 'Everyone Learn Blazor Together', which you can browse at any time on the website.

12/30/2021 沙漠尽头的狼 Blazor
C#is the best alternative to TypeScript?

C#is the best alternative to TypeScript?

TypeScript is very good. It perfectly combines strong typing with rapid development, making it so easy to use that I will default to this library in many cases. However, there is no perfect language in the world, and in some cases TypeScript is not the most appropriate tool:

12/27/2021 CSDN .NET
I developed a tool that slims down. NET programs

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.

12/26/2021 杨中科 .NET